Documentation ¶
Index ¶
Constants ¶
View Source
const ( DBTWork = iota // DefaultBaseDir is WorkDir DBTHome // DefaultBaseDir is HomeDir DBTBin // DefaultBaseDir is Offset from excutable binary )
Variables ¶
View Source
var ( Configs interface{} // Configs data States interface{} // States data BaseDir string // Base directory ConfigsFile string // ConfigsFile Filename StatesFile string // StatesFile Filename OffsetFromBin string // Base directory offset from executable binary DefaultConfigsFile string // Default filename ConfigFile (relative path) DefaultStatesFile string // Default filename StatesFile (relative path) DefaultBaseDirType int = DBTBin // Basedir get offset from executable binary NewConfigsFile bool = false // Create New ConfigsFile NewStatesFile bool = false // Create New StatesFile Debug bool = false // Debug Mode )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.