Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "envoyctl",
Short: "Envoyctl is an endpoint to control the Envoy service",
Long: `A command line tool that accesses and controls the
Envoy service.
Complete documentation is at http://envoyproject.com`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
type Client ¶
type Client struct { //Address points to the address of the searchhead api Address string //HTTPClient is the client to use. Default will be used if not provided HTTPClient *http.Client //Token is the authentication token to be used for the requests Token string }
Client stores the configuration of the client
Click to show internal directories.
Click to hide internal directories.