Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataBase ¶
type DataBase struct {
// contains filtered or unexported fields
}
Simple key-value storage
func GetDataBaseInstance ¶
func GetDataBaseInstance() *DataBase
type EmptyVariable ¶ added in v0.0.3
func PreprocessDir ¶
func PreprocessDir(path string) ([]EmptyVariable, error)
preprocesses a directory with values loaded from a database. If a value is not found will be returned to caller in list
func PreprocessFile ¶
func PreprocessFile(path string) ([]EmptyVariable, error)
Click to show internal directories.
Click to hide internal directories.