Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClusterName = "example_proxy_cluster" RouteName = "local_route" ListenerName = "listener_0" ListenerPort = 10000 UpstreamHost = "www.envoyproxy.io" UpstreamPort = 80 )
Variables ¶
This section is empty.
Functions ¶
func GeneratePlayer ¶ added in v0.1.1
func GenerateSnapshot ¶
func GenerateSnapshot() *cache.Snapshot
Types ¶
type Logger ¶
type Logger struct {
Debug bool
}
An example of a logger that implements `pkg/log/Logger`. Logs to stdout. If Debug == false then Debugf() and Infof() won't output anything.
Click to show internal directories.
Click to hide internal directories.