[+] add function GetSubscriberByUser for the agenda-widget
This commit is contained in:
@@ -24,6 +24,7 @@ type Event struct {
|
||||
|
||||
type Subscription struct {
|
||||
ID string `json:"id" bson:"_id"`
|
||||
EventID string `json:"event_id"`
|
||||
Subscriber string `json:"subscriber"`
|
||||
Tags []string `json:"tags"`
|
||||
CreatedAt time.Time `json:"created_at,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user