Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SQLNullString ¶ added in v0.3.72
func SQLNullString(inp *string) sql.NullString
Types ¶
type Model ¶
type Model struct {
ID uuid.UUID `json:"id"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt NullTime `json:"updated_at"`
DeletedAt NullTime `json:"deleted_at"`
}
func ModelFromEntity ¶
type NullTime ¶ added in v0.3.72
func SQLNullTime ¶ added in v0.3.72
func (NullTime) MarshalJSON ¶ added in v0.3.72
func (*NullTime) UnmarshalJSON ¶ added in v0.3.72
Click to show internal directories.
Click to hide internal directories.