More data on subscriptions
This commit is contained in:
@@ -10,7 +10,7 @@ type Storage interface {
|
||||
CreateEvent(Event) error
|
||||
GetEvent(string) (*Event, error)
|
||||
GetEvents(namespaces []string) ([]Event, error)
|
||||
AddSubscriber(eventid string, subscriber string) error
|
||||
AddSubscription(eventid string, subscription Subscription) error
|
||||
}
|
||||
type StorageImpl struct {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user