Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EditorMixin ¶
EditorMixin adds created_by_id and updated_by_id fields representing the user who created or last modified the resource.
func (EditorMixin) Edges ¶
func (EditorMixin) Edges() []ent.Edge
func (EditorMixin) Fields ¶
func (EditorMixin) Fields() []ent.Field
type IDMixin ¶
IDMixin mixes in an id field with a server generated default. All resource objects in the storage system should be identified by a uuid.
type Organization ¶
Organization represents an organization account.
func (Organization) Edges ¶
func (Organization) Edges() []ent.Edge
func (Organization) Fields ¶
func (Organization) Fields() []ent.Field
func (Organization) Mixin ¶
func (Organization) Mixin() []ent.Mixin
type TimestampMixin ¶
TimestampMixin adds created_at and updated_at fields.
func (TimestampMixin) Fields ¶
func (TimestampMixin) Fields() []ent.Field
Click to show internal directories.
Click to hide internal directories.