package
2.4.0-alpha+incompatible
Repository: https://github.com/emnify/vpp-agent.git
Documentation: pkg.go.dev

# Functions

NewAgentCli returns a AgentCli instance with all operators applied on it.
NewClientOptions returns a new ClientOptions.
SetLogLevel sets the logrus logging level.
UserAgent returns the user agent string used for making API requests.
WithClient sets an APIClient.
WithCombinedStreams uses the same stream for the output and error streams.
WithErrorStream sets a cli error stream.
WithInputStream sets a cli input stream.
WithOutputStream sets a cli output stream.
WithStandardStreams sets a cli in, out and err streams with the standard streams.

# Structs

No description provided by the author
ClientInfo stores details about the supported features of the client.
ClientOptions define options for the client.
ServerInfo stores details about the supported features and platform of the server.

# Interfaces

Cli represents the agent command line client.

# Type aliases

AgentCliOption applies a modification on a AgentCli.
InitializeOpt is the type of the functional options passed to AgentCli.Initialize.