Documentation
¶
Index ¶
- type Date
- type Datetime
- func (d Datetime) MarshalJSON() ([]byte, error)
- func (dt *Datetime) Scan(value any) error
- func (dt Datetime) String() string
- func (dt Datetime) Time() time.Time
- func (dt *Datetime) UnmarshalJSON(data []byte) error
- func (dt *Datetime) UnmarshalText(text []byte) error
- func (dt Datetime) Value() (driver.Value, error)
- type Float
- func (f Float) Float() float64
- func (i Float) MarshalJSON() ([]byte, error)
- func (f *Float) Scan(value any) error
- func (f *Float) Set(val float64)
- func (f Float) String() string
- func (f *Float) UnmarshalJSON(data []byte) error
- func (f *Float) UnmarshalText(text []byte) error
- func (f Float) Value() (driver.Value, error)
- type Integer
- func (i Integer) Integer() int64
- func (i Integer) MarshalJSON() ([]byte, error)
- func (i *Integer) Scan(value any) error
- func (i *Integer) Set(val int64)
- func (i Integer) String() string
- func (i *Integer) UnmarshalJSON(data []byte) error
- func (i *Integer) UnmarshalText(text []byte) error
- func (i Integer) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Datetime ¶
func (Datetime) MarshalJSON ¶
func (*Datetime) UnmarshalJSON ¶
func (*Datetime) UnmarshalText ¶
type Float ¶
type Float string
func (Float) MarshalJSON ¶
func (*Float) UnmarshalJSON ¶
func (*Float) UnmarshalText ¶
type Integer ¶
type Integer string
func (Integer) MarshalJSON ¶
func (*Integer) UnmarshalJSON ¶
func (*Integer) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.