Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Timestamp ¶
type Timestamp struct { CreatedAt types.NullTime `json:"created_at" db:"created_at"` UpdatedAt types.NullTime `json:"updated_at" db:"updated_at"` DeletedAt types.NullTime `json:"deleted_at" db:"deleted_at"` }
func (*Timestamp) CreateTimestamp ¶
func (t *Timestamp) CreateTimestamp()
func (*Timestamp) DeleteTimestamp ¶
func (t *Timestamp) DeleteTimestamp()
func (*Timestamp) UpdateTimestamp ¶
func (t *Timestamp) UpdateTimestamp()
Click to show internal directories.
Click to hide internal directories.