Initial commit
This commit is contained in:
8
storage/groups.go
Normal file
8
storage/groups.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package storage
|
||||
|
||||
type Group struct {
|
||||
ID string `json:"id" bson:"_id"`
|
||||
Namespace string `json:"namespace"`
|
||||
Members []string `json:"members"`
|
||||
Data map[string]any `json:"data"`
|
||||
}
|
||||
Reference in New Issue
Block a user