# Functions

NewStaticHCPCloudDevConfig will return a static configuration that is configured with cloud-dev's Traefik SCADA port.
No description provided by the author
NewStaticHCPConfig creates an instance of HCPConfig using provided endpoint and TLS setting.
NewStaticHCPConfigErrorTokenSource is the same as NewStaticHCPConfig but has a token source that always returns err.

# Structs

ErrorTokenSource is an implementation of an oauth2 token source that always returns an error when its Token() function is called.