# Functions
Auth specifies that this server should require auth and therefore a token should be sourced from the environment and sent.
No description provided by the author
Connect connects to the Waypoint server.
ContextConfig will return the context configuration for the given connection options.
FromContext loads the context.
FromContextConfig loads a specific context config.
FromEnv sources the connection information from the environment using standard environment variables.
Logger is the logger to use.
Optional specifies that getting server connection information is optional.
Timeout specifies a connection timeout.
# Constants
EnvContext specifies a named context to load.
ServerAddr is the address for the Waypoint server.
EnvServerCookie is the optional cookie value for API requests.
ServerTls should be any value that strconv.ParseBool parses as true to connect to the server with TLS.
Common environment variables.
EnvServerToken is the token for authenticated with the server.
# Variables
ErrNoServerConfig is the error when there is no server configuration found for connection.
ErrNoServerConfig is the error when there is no server configuration found for connection.
# Type aliases
ConnectOption is used to configure how Waypoint server connection configuration is sourced.