Documentation ¶
Index ¶
- Variables
- func CSVToList(csvalues string) []string
- func CSVToNumbers(csvalues string) ([]int, error)
- func JSONToList(jsonValues string) []string
- func ListToCSV(list []string) string
- func ListToJSON(list []string) string
- func RegisterListEngine(name string, listEngine ListEngine)
- type CSVmap
- type JSONmap
- type List
- type ListEngine
Constants ¶
This section is empty.
Variables ¶
View Source
var ListEngines = make(map[string]ListEngine)
Functions ¶
func JSONToList ¶
entertains single depth JSON as element of list
func RegisterListEngine ¶
func RegisterListEngine(name string, listEngine ListEngine)
Types ¶
type CSVmap ¶
type CSVmap struct{}
type ListEngine ¶
func GetListEngine ¶
func GetListEngine(name string) ListEngine
Click to show internal directories.
Click to hide internal directories.