Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeString = "str" // string TypeBit = "bit" // BitInt TypeUUID = "uuid" // UUID TypeDecimal = "decimal" // Decimal TypeInt = "int" // Int )
Variables ¶
This section is empty.
Functions ¶
func EncodeWithTypes ¶
Types ¶
type RawMessage ¶
type RawMessage []byte
func (RawMessage) MarshalBinary ¶
func (r RawMessage) MarshalBinary() ([]byte, error)
func (*RawMessage) Scan ¶
func (r *RawMessage) Scan(src interface{}) error
func (*RawMessage) UnmarshalBinary ¶
func (r *RawMessage) UnmarshalBinary(data []byte) error
Click to show internal directories.
Click to hide internal directories.