Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONB ¶
type JSONB struct {
// contains filtered or unexported fields
}
Type to support PostgreSQL jsonb data type.
func (*JSONB) Get ¶
Returns the underlying value. This is json decoded value scanned from sql.Row or any valid value set by the Set method.
func (JSONB) MarshalJSON ¶
Implements json.Marshaler interface
func (*JSONB) Set ¶
Sets underlying value, can be any valid value that can be encoded into valid json string
func (*JSONB) UnmarshalJSON ¶
Implements json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.