Documentation ¶
Overview ¶
Package config maintains the global configuration required to run JChecker. Configurations can be set on the command line or in a config file.
Index ¶
Constants ¶
View Source
const ( DEFAULT_LOG_LEVEL = log.InfoLevel DEFAULT_COMMAND_CSV_CONFIG_FILE = "jchecker_command_config.csv" COMMAND_CSV_CONFIG_LOPT = "command-config" COMMAND_CSV_CONFIG_OPT = "c" COMMAND_CSV_CONFIG_DESCRIPTION = "Location of the file with CSV commands." )
Default options
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JCheckerConfig ¶
type JCheckerConfig struct {
CommandConfigCSVFile string
}
Contains all config options for JChecker
func GetConfig ¶
func GetConfig() JCheckerConfig
Click to show internal directories.
Click to hide internal directories.