Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAssertion = errors.New("type assertion to []byte failed")
Functions ¶
This section is empty.
Types ¶
type IID ¶ added in v0.12.0
type IID uint64
IID Integer ID
func (IID) MarshalText ¶ added in v0.12.0
MarshalText implements the encoding.TextMarshaler interface.
func (*IID) UnmarshalText ¶ added in v0.12.0
UnmarshalText implements the encoding.TextUnmarshaler interface.
type StringSlice ¶
type StringSlice []string
func (StringSlice) Contains ¶
func (a StringSlice) Contains(s string) bool
Contains reports is in slice
func (*StringSlice) Scan ¶
func (a *StringSlice) Scan(value interface{}) error
Scan Make the StringSlice implement the sql.Scanner interface. This method simply decodes a JSON-encoded value into the StringSlice.
Click to show internal directories.
Click to hide internal directories.