We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63979bc commit 248dc50Copy full SHA for 248dc50
interfaces.go
@@ -29,8 +29,6 @@ import (
29
// NotFound is returned by API methods if the requested item does not exist.
30
var NotFound = errors.New("not found")
31
32
-// TODO: move subscription to package event
33
-
34
// Subscription represents an event subscription where events are
35
// delivered on a data channel.
36
type Subscription interface {
0 commit comments