Add channel based interface.

This commit is contained in:
Hendrik van Wyk
2017-09-16 13:13:23 +02:00
parent 7eb7037476
commit 58f446de81
3 changed files with 13 additions and 3 deletions

View File

@@ -55,5 +55,6 @@ type Mk2Info struct {
type Mk2If interface {
GetMk2Info() *Mk2Info
C() chan *Mk2Info
Close()
}