cmdvalidateconfig

package
v3.1.12+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL