Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringSlice ¶
type StringSlice []string
StringSlice is a []string which will be stored in a database as a JSON array.
func (*StringSlice) Scan ¶
func (s *StringSlice) Scan(value interface{}) error
Scan implements the sql.Scanner interface, unmarshalling the value coming off the wire and storing the result in the StringSlice.
Click to show internal directories.
Click to hide internal directories.