Documentation ¶
Index ¶
Constants ¶
View Source
const ( TimeTemplate = "2006-01-02 15:04:05" DateTemplate = "2006-01-02" UTCTimeTemplate = "2006-01-02T15:04:05.000Z" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatetimeUTC ¶
func (*DatetimeUTC) MarshalJSON ¶
func (d *DatetimeUTC) MarshalJSON() ([]byte, error)
func (*DatetimeUTC) UnmarshalJSON ¶
func (d *DatetimeUTC) UnmarshalJSON(b []byte) error
type Hr ¶
type Hr struct { HrBase Id *int32 `gorm:"column:id" json:"id"` Name *string `gorm:"column:name" json:"name"` Phone *string `gorm:"column:phone" json:"phone"` Telephone *string `gorm:"column:telephone" json:"telephone"` Address *string `gorm:"column:address" json:"address"` Enabled *int8 `gorm:"column:enabled" json:"enabled"` Username *string `gorm:"column:username" json:"username"` Password *string `gorm:"column:password" json:"password"` Userface *string `gorm:"column:userface" json:"userface"` Remark *string `gorm:"column:remark" json:"remark"` }
Click to show internal directories.
Click to hide internal directories.