package
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Sep 2, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Group struct {
ProjectID uuid.UUID `bson:"project_id" json:"project_id"`
GroupID uuid.UUID `bson:"group_id" json:"group_id"`
Name string `bson:"name" json:"name"`
Search []string `bson:"search" json:"search"`
Data []byte `bson:"data" json:"data"`
}
type GroupMember struct {
ProjectID uuid.UUID `bson:"project_id" json:"project_id"`
GroupID uuid.UUID `bson:"group_id" json:"group_id"`
UserID uuid.UUID `bson:"user_id" json:"user_id"`
CreatedAt time.Time `bson:"created_at" json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.