Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigFile = "config.ini" ConfigDirEnvVar = "CONFIG_DIR" DefaultSection = "DEFAULT" TimeoutSetupTeardown = 20 // Default properties (or environment variable names) PropertyDebug = "DEBUG" PropertyImageQPIDDispatch = "IMAGE_QDROUTERD" PropertyImageQDrOperator = "IMAGE_QDROPERATOR" )
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
Initialize provides a common procedure for initializing shipshape as well as qdr-shipshape (ginkgo, command line flags and etc).
func RegisterFlags ¶
func RegisterFlags()
Types ¶
type Config ¶
type Config struct { Section string // contains filtered or unexported fields }
func LoadConfig ¶
func (*Config) GetEnvProperty ¶
func (*Config) GetEnvPropertyBool ¶
func (*Config) GetEnvPropertyInt ¶
func (*Config) GetProperty ¶
Click to show internal directories.
Click to hide internal directories.