Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// APIKey that you can find at
// https://www.acksin.com/console/credentials
APIKey string
// URL is the API URL that the agent will be pinging.
URL string
// MachineName is how the machine will be labeled on the
// Console.
MachineName string
}
Config is the configuration used by the Autotune Agent.
func ParseConfig ¶ added in v0.6.0
ParseConfig reads and validates a configuration file.
Click to show internal directories.
Click to hide internal directories.