Documentation ¶
Index ¶
- Variables
- func ReadData(file string, data []byte, out interface{}) (err error)
- func ReadFile(file string, out interface{}) (err error)
- func ReadTables(conf config.Config) (err error)
- func Setup(conf config.Config)
- func WriteFile(file string, tbl table.Table) (err error)
- func WriteTable(path string, tbl table.Table) (err error)
- func WriteTables(path string, tables table.Tables) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Schema table.Tables
Schema The parsed from the YAML tables
Functions ¶
func ReadTables ¶
ReadTables Read all of the files at path that have the extension 'yml' and parse them into table.Table structs
func WriteTable ¶
WriteTable Serialise the Table has YAML and write it to path
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.