consts

package
v0.1.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2026 License: GPL-3.0 Imports: 6 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL