Add channel based interface.
This commit is contained in:
@@ -55,5 +55,6 @@ type Mk2Info struct {
|
||||
|
||||
type Mk2If interface {
|
||||
GetMk2Info() *Mk2Info
|
||||
C() chan *Mk2Info
|
||||
Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user