Documentation
¶
Overview ¶
Package config handles the configuration of nirimgr.
See an example configuration in the README.md.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version contains the current version of nirimgr Version string = "dev" // BuildDate is the date when nirimgr was built BuildDate string = "unknown" // CommitSHA contains the build commit SHA hash. CommitSHA string = "unknown" // Config contains all configurations Config *models.Config )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.