Documentation ¶ Index ¶ func Run(opts Opts) error type AgentConfig type Opts type Result Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(opts Opts) error Types ¶ type AgentConfig ¶ type AgentConfig = cmdintegration.AgentConfig type Opts ¶ type Opts struct { cmdintegration.Opts Output io.Writer } type Result ¶ type Result struct { Errors []string `json:"errors"` // Success is true if there are no errors. Useful when returning result as json to ensure that marshalling worked. Success bool `json:"success"` ServerVersion string `json:"server_version"` } Source Files ¶ View all Source files validate.go Click to show internal directories. Click to hide internal directories.