package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Sep 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
LogLevelEnv = "SECRET_INIT_LOG_LEVEL"
JSONLogEnv = "SECRET_INIT_JSON_LOG"
LogServerEnv = "SECRET_INIT_LOG_SERVER"
DaemonEnv = "SECRET_INIT_DAEMON"
DelayEnv = "SECRET_INIT_DELAY"
)
type Config struct {
LogLevel string `json:"log_level"`
JSONLog bool `json:"json_log"`
LogServer string `json:"log_server"`
Daemon bool `json:"daemon"`
Delay time.Duration `json:"delay"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.