Documentation
¶
Overview ¶
Package config provides shared configuration used throughout the application
Index ¶
Constants ¶
View Source
const ( DefaultFinchAddr = "/run/finch.sock" DefaultCredentialAddr = "/run/finch-credential.sock" DefaultNamespace = "finch" DefaultConfigPath = "/etc/finch/finch.toml" DefaultPidFile = "/run/finch.pid" )
Variables ¶
This section is empty.
Functions ¶
func GetCredentialAddr ¶
func GetCredentialAddr() string
GetCredentialAddr returns the current credential address.
func SetCredentialAddr ¶
func SetCredentialAddr(addr string)
SetCredentialAddr sets the credential address to be used at runtime.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.