Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEntityActor ¶
Types ¶
type BaseModel ¶
type BaseModel struct { Id string `gorm:"primary_key;column:id;" json:"id"` CreatedAt time.Time `gorm:"column:created_at" json:"createdAt"` UpdatedAt time.Time `gorm:"column:updated_at" json:"updatedAt"` DeletedAt gorm.DeletedAt `gorm:"column:deleted_at" json:"-"` CreatedBy string `gorm:"column:created_by" json:"createdBy"` UpdatedBy string `gorm:"column:updated_by" json:"updatedBy"` DeletedBy string `gorm:"column:deleted_by" json:"deletedBy"` }
Click to show internal directories.
Click to hide internal directories.