Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶ added in v3.0.2
type Model struct { ID uint64 `json:"id" db:"id"` Name string `json:"name" db:"name"` CreatedAt time.Time `json:"created_at" db:"created_at"` }
func (*Model) SetCreatedAtNowUTC ¶ added in v3.0.2
func (model *Model) SetCreatedAtNowUTC()
SetCreatedAtNowUTC sets created at to time now in UTC
Click to show internal directories.
Click to hide internal directories.