Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Unmarshal ¶
Unmarshal takes a string representation of a complex type from Postgres and unpacks it into value v. Since the serialised data doesn't include field names or even types, values must match perfectly to be decoded. This means that structs must have their fields in the same order as they are in the database, and those fields must be the same types.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.