Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Register - token to use for registering this CMA. Register = "register" Inventory = "invetory" APIURL = "api.url" APIToken = "api.token" ManagerID = "manager_id" RegistrationToken = "registration_token" // frequency of polling for actions. PollingInterval = "poll_interval" // AWS EC2 tags to be included in registration meta data. AWSEC2Tags = "aws_ec2_tags" // LogLevel logging level (panic, fatal, error, warn, info, debug, disabled). LogLevel = "log.level" // LogPretty output formatted log lines (for running in foreground). LogPretty = "log.pretty" // Debug enables debug messages. Debug = "debug" // ShowVersion - show version information and exit. ShowVersion = "version" // Internal settings. InventoryFile = "internal.inventory_file" JwtTokenFile = "internal.jwt_token_file" //nolint:gosec RegTokenFile = "internal.reg_token_file" //nolint:gosec ManagerIDFile = "internal.manager_id_file" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.