Documentation ¶
Overview ¶
Package frontend contains the logic for running a network frontend that proxies connections to a backend pool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Frontend ¶
type Frontend struct {
// contains filtered or unexported fields
}
A Frontend is intended to be a durable instance which is reconfigured as the need arises.
func (*Frontend) Ensure ¶
Ensure will start/stop/continue the server loops defined in the configuration.
func (*Frontend) MarshalYAML ¶ added in v0.1.2
MarshalYAML implements yaml.Marshaler and provides diagnostic information.
Click to show internal directories.
Click to hide internal directories.