Documentation ¶
Index ¶
Constants ¶
View Source
const ZrokProxyConfig = "zrok.proxy.v1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthScheme ¶
type AuthScheme string
const ( None AuthScheme = "none" Basic AuthScheme = "basic" )
func ParseAuthScheme ¶
func ParseAuthScheme(authScheme string) (AuthScheme, error)
type Metrics ¶
type Metrics struct { Namespace string Sessions map[string]SessionMetrics }
type ProxyConfig ¶
type ProxyConfig struct { AuthScheme AuthScheme `json:"auth_scheme"` BasicAuth *BasicAuth `json:"basic_auth"` }
type SessionMetrics ¶
Click to show internal directories.
Click to hide internal directories.