Documentation
¶
Overview ¶
Package teoconf is the Teonet file in json format config reader.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MODULE = teokeys.Color(teokeys.ANSICyan, "(teoconf)")
MODULE is this package module name
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface { // Value return pointer to input interface Value() interface{} // Default return default value in json string or directly set default // values inside Struct with data Default() []byte // Name return configuration name - file name or(and) key name when this packet // used inside teocdbcli/conf packet Name() string // Dir return configuration files folder Dir() string }
Config is an configration data interface
Click to show internal directories.
Click to hide internal directories.