Documentation ¶ Index ¶ Constants type Flag type FlagFilter type FlagSet Constants ¶ View Source const ( FlagResourceType = "corteza::generic:flag" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Flag ¶ type Flag struct { // Kind of the flagged resource Kind string // ID if the flagged resource ResourceID uint64 // The owner of this flag; 0 = everyone OwnedBy uint64 Name string Active bool } type FlagFilter ¶ type FlagFilter struct { Kind string ResourceID []uint64 OwnedBy []uint64 Name []string Limit uint } type FlagSet ¶ type FlagSet []*Flag @todo codegen this thing Source Files ¶ View all Source files type.go Click to show internal directories. Click to hide internal directories.