Documentation
¶
Index ¶
- type Date
- func (d *Date) MarshalJSON() ([]byte, error)
- func (d *Date) MarshalText() (text []byte, err error)
- func (d *Date) Scan(value any) error
- func (d *Date) String() string
- func (d *Date) Unix() int64
- func (d *Date) UnmarshalJSON(data []byte) error
- func (d *Date) UnmarshalText(text []byte) error
- func (d *Date) Value() (val driver.Value, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Date ¶
func (*Date) MarshalJSON ¶
func (*Date) MarshalText ¶
func (*Date) UnmarshalJSON ¶
func (*Date) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.