Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Face ¶
type Face struct { Id string `json:"id"` OwnerId int `json:"-"` Url string `json:"url"` Name string `json:"name"` }
func (*Face) BeforeInsert ¶
BeforeInsert hook executed before database insert operation.
func (*Face) BeforeUpdate ¶
BeforeUpdate hook executed before database update operation.
Click to show internal directories.
Click to hide internal directories.