Documentation
¶
Index ¶
Constants ¶
View Source
const ( // program metadata Name string = "declmysys" Desc string = "DeclMySys (Declare My System), the simple, declarative, system config manager." Author string = "SuXYIO" // default priorities // gonna use uint here, since Priority is just an alias, // avoids cycle-import shit DefaultDeclPriority uint = 100 NotYourFault string = "If you, as a user, see this message, it's probably not your fault. Please open a GitHub issue or contact the author for help." Indent string = " " )
Variables ¶
View Source
var ( Version string = "" // initialized in init() BuildInfo string = "" // initialized in init() // default paths, must be processed by ApplyDefaultPC DefaultGlobconfPath string = "{CONF}/declmysys/config.toml" DefaultDDirPath string = "{HOME}/Decl" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.