Documentation ¶
Index ¶
- type JSON
- type Location
- func (l *Location) MarshalJSON() ([]byte, error)
- func (src Location) MarshalText() (text []byte, err error)
- func (dst *Location) Scan(src any) error
- func (l *Location) UnmarshalJSON(data []byte) error
- func (dst *Location) UnmarshalText(text []byte) error
- func (src Location) Value() (driver.Value, error)
- type NullTime
- type StringSlice
- type Time
- type URL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSON ¶
type JSON struct {
json.RawMessage
}
func NewJSON ¶
func NewJSON(data json.RawMessage) JSON
type Location ¶
Location cannot be nil.
func NewLocation ¶
func (*Location) MarshalJSON ¶
func (Location) MarshalText ¶
func (*Location) UnmarshalJSON ¶
func (*Location) UnmarshalText ¶
type StringSlice ¶
type StringSlice struct {
Slice []string
}
StringSlice cannot be nil.
func NewStringSlice ¶
func NewStringSlice(slice []string) StringSlice
func (*StringSlice) Scan ¶
func (dst *StringSlice) Scan(src any) error
Click to show internal directories.
Click to hide internal directories.