Documentation
¶
Index ¶
- type Date
- func (date *Date) GobDecode(b []byte) error
- func (date Date) GobEncode() ([]byte, error)
- func (date Date) GormDataType() string
- func (date Date) MarshalJSON() ([]byte, error)
- func (date *Date) Scan(value interface{}) (err error)
- func (t *Date) UnmarshalJSON(data []byte) error
- func (date Date) Value() (driver.Value, error)
- type LocalTime
- type Model
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Date ¶
func (Date) GormDataType ¶
GormDataType gorm common data type
func (Date) MarshalJSON ¶
func (*Date) UnmarshalJSON ¶
type LocalTime ¶
func (LocalTime) MarshalJSON ¶
MarshalJSON implements json marshal interface.
func (*LocalTime) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.