Documentation ¶
Index ¶
Constants ¶
View Source
const SecureConfigEnvName string = "CLOUDFUSE_SECURE_CONFIG_PASSPHRASE"
View Source
const SecureConfigExtension string = ".aes"
Variables ¶
This section is empty.
Functions ¶
func OnConfigChange ¶
func OnConfigChange()
func VersionCheck ¶
func VersionCheck() error
VersionCheck : Start version check and wait for 8 seconds to complete otherwise just timeout and move on
Types ¶
type GithubApiReleaseData ¶
type LogOptions ¶
type LogOptions struct { Type string `config:"type" yaml:"type,omitempty"` LogLevel string `config:"level" yaml:"level,omitempty"` LogFilePath string `config:"file-path" yaml:"file-path,omitempty"` MaxLogFileSize uint64 `config:"max-file-size-mb" yaml:"max-file-size-mb,omitempty"` LogFileCount uint64 `config:"file-count" yaml:"file-count,omitempty"` TimeTracker bool `config:"track-time" yaml:"track-time,omitempty"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.