Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an implementation of the Nexus configuration server client
func NewClientFromEnv ¶
NewClientFromEnv creates a new instance of a NexusClient from environment variables
func (*Client) Fetch ¶
func (c *Client) Fetch() (*responses.FetchResponse, []error)
Fetch fetches all configuration variables assigned to the token. Nexus will return all the key/value pairs associated with the token application.
Click to show internal directories.
Click to hide internal directories.