Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullInt ¶
NullInt represents an int that may be null. NullInt implements the Scanner interface so it can be used as a scan destination, similar to NullString.
func (NullInt) MarshalJSON ¶
MarshalJSON implements the encoding/json.Marshaler interface.
func (*NullInt) UnmarshalJSON ¶
UnmarshalJSON implements the encoding/json.Unmarshaler interface.
type NullTime ¶
func (NullTime) MarshalJSON ¶
MarshalJSON implements the json.Marshaler interface.
func (*NullTime) UnmarshalJSON ¶
UnmarshalJSON implements the json.Unmarshaler interface.
type StringSlice ¶
type StringSlice struct {
Slice []string
}
func NewSlice ¶
func NewSlice(goslice []string) *StringSlice
func (*StringSlice) Scan ¶
func (s *StringSlice) Scan(v interface{}) error
Click to show internal directories.
Click to hide internal directories.