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 = "git" // Date is the date when nirimgr was built Date string = time.Now().Format("2006-01-02") // CommitSHA contains the build commit SHA hash. CommitSHA string = "000" // Config contains all configurations Config *models.Config )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.