Documentation ¶
Overview ¶
Package group is a generated protocol buffer package.
It is generated from these files:
proto/group/group.proto
It has these top-level messages:
Group
Index ¶
- func DefaultDeleteGroup(ctx context.Context, in *Group, db *gorm1.DB) error
- func DefaultDeleteGroupSet(ctx context.Context, in []*Group, db *gorm1.DB) error
- type GroupORM
- type GroupORMWithAfterCreate_
- type GroupORMWithAfterDeleteSet
- type GroupORMWithAfterDelete_
- type GroupORMWithAfterListFind
- type GroupORMWithAfterReadFind
- type GroupORMWithAfterStrictUpdateSave
- type GroupORMWithBeforeCreate_
- type GroupORMWithBeforeDeleteSet
- type GroupORMWithBeforeDelete_
- type GroupORMWithBeforeListApplyQuery
- type GroupORMWithBeforeListFind
- type GroupORMWithBeforeReadApplyQuery
- type GroupORMWithBeforeReadFind
- type GroupORMWithBeforeStrictUpdateCleanup
- type GroupORMWithBeforeStrictUpdateSave
- type GroupWithAfterPatchSave
- type GroupWithAfterToORM
- type GroupWithAfterToPB
- type GroupWithBeforePatchApplyFieldMask
- type GroupWithBeforePatchRead
- type GroupWithBeforePatchSave
- type GroupWithBeforeToORM
- type GroupWithBeforeToPB
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultDeleteGroup ¶
Types ¶
type GroupORM ¶
type GroupORM struct { Bio string ID string `gorm:"type:uuid;primary_key"` Name string NumGroupMembers int32 Tags pq1.StringArray `gorm:"type:text[]"` Type string }
type GroupWithAfterPatchSave ¶
type GroupWithAfterToORM ¶
GroupAfterToORM called after default ToORM code
type GroupWithAfterToPB ¶
GroupAfterToPB called after default ToPB code
type GroupWithBeforeToORM ¶
GroupBeforeToORM called before default ToORM code
type GroupWithBeforeToPB ¶
GroupBeforeToPB called before default ToPB code
Click to show internal directories.
Click to hide internal directories.