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 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.