Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type NullString ¶
type NullString struct{ sql.NullString }
func NewNullString ¶
func NewNullString(val string) NullString
func (NullString) MarshalJSON ¶
func (ns NullString) MarshalJSON() ([]byte, error)
func (*NullString) UnmarshalJSON ¶
func (ns *NullString) UnmarshalJSON(data []byte) error
type Uint64Slice ¶
type Uint64Slice []uint64
func (*Uint64Slice) Scan ¶
func (u *Uint64Slice) Scan(val interface{}) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.