Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmbedJSON ¶
type EmbedJSON struct { CreatedAt int64 `json:"created_at" bson:"created_at"` UpdatedAt int64 `json:"updated_at" bson:"updated_at"` DeletedAt int64 `json:"deleted_at" bson:"deleted_at"` CreatedBy string `json:"created_by" bson:"created_by"` UpdatedBy string `json:"updated_by" bson:"updated_by"` DeletedBy string `json:"deleted_by" bson:"deleted_by"` }
func (*EmbedJSON) SoftDelete ¶
Click to show internal directories.
Click to hide internal directories.