package
0.0.0-20220331054514-f3219564a88c
Repository: https://github.com/docker-flow/docker-flow-proxy.git
Documentation: pkg.go.dev

# Functions

GetCreds returns credentials from environment variables.
NewCert returns an instance of `cert` struct with pre-populated variables.
NewConfig returns a new instance of the Configer interface.
NewMetrics returns metricer instance.

# Variables

NewServer returns instance of the Server with populated data.

# Structs

CertResponse represent a response when a request for certificates is made.
HttpRequestParameterProvider defines structure used to convert HTTP parameters into proxy.Service.
Response message returns to HTTP clients.

# Interfaces

Certer defines the interface that must be implemented by any struct that deals with certificates.
Configer defines the interface that must be implemented by any struct that deals with proxy configuration.
Server handles requests.