Merge branch 'modifyAnEvent' into dev

This commit is contained in:
soukainna
2023-02-22 14:17:53 +01:00
11 changed files with 743 additions and 23 deletions

View File

@@ -12,6 +12,7 @@ type Storage interface {
GetEvents(namespaces []string) ([]Event, error)
AddSubscription(eventid string, subscription Subscription) error
UpdateSubscription(eventid string, subscriber string, deletesubscription Subscription) error
UpdateEvent(Event) error
}
type StorageImpl struct {
}