Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Macaddr ¶
type Macaddr struct { Addr net.HardwareAddr Valid bool }
type NullRawMessage ¶
type NullRawMessage struct { RawMessage json.RawMessage Valid bool // Valid is true if RawMessage is not NULL }
NullRawMessage represents a json.RawMessage that may be null. NullRawMessage implements the Scanner interface so it can be used as a scan destination, similar to NullString.
func (*NullRawMessage) Scan ¶
func (n *NullRawMessage) Scan(src interface{}) error
Scan implements the Scanner interface.
Click to show internal directories.
Click to hide internal directories.