Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntArray ¶
type IntArray []int
IntArray is an ADT to overcome the generic repo problem with pq.StringArray Value
type Metadata ¶
type Metadata map[string]interface{}
Metadata is an ADT to overcome the generic repo problem with JSONB Value
type StringArray ¶
type StringArray []string
StringArray is an ADT to overcome the generic repo problem with pq.StringArray Value
func (*StringArray) Scan ¶
func (s *StringArray) Scan(src interface{}) error
Scan override scan's function for StringArray (ADT) type
Click to show internal directories.
Click to hide internal directories.