Skip to content

Commit e676efe

Browse files
committed
removed token
1 parent e4c150b commit e676efe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

v2/emitter.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ type Message interface {
2626
Payload() []byte
2727
}
2828

29-
//Token defines the interface for the tokens used to indicate when
30-
//actions have completed.
31-
type Token interface {
32-
Wait() bool
33-
WaitTimeout(time.Duration) bool
34-
Error() error
35-
}
36-
3729
// Client represents an emitter client which holds the connection.
3830
type Client struct {
3931
sync.Mutex

0 commit comments

Comments
 (0)