Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { Path string Message string Error error Type string IsIgnore bool Params string }
Error represents customized error object
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 Response ¶
type Response struct { Data interface{} `json:"data"` Code int `json:"code"` Info string `json:"info"` }
Response encapsulate all response
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.