Documentation ¶
Overview ¶
Package consts defines the constants used by the project
Index ¶
Constants ¶
View Source
const ( // TEXTDOMAIN is the gettext domain for l10n. TEXTDOMAIN = "adsys" // DefaultLogLevel is the default logging level selected without any option. DefaultLogLevel = log.WarnLevel // DefaultSocketPath is the default socket path. DefaultSocketPath = "/run/authd.sock" // DefaultBrokersConfPath is the default configuration directory for the brokers. DefaultBrokersConfPath = "/etc/authd/brokers.d/" // OldCacheDir is the directory where the database was stored by default before 0.3.7. OldCacheDir = "/var/cache/authd/" // DefaultCacheDir is the default directory for the database. DefaultCacheDir = "/var/lib/authd/" )
Variables ¶
View Source
var (
// Version is the version of the executable.
Version = "Dev"
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.