Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct { Upstreams []string // contains filtered or unexported fields }
func (*Proxy) AddUpstream ¶
func (*Proxy) GetNextUpstream ¶
type RoundRobinServerGroup ¶
type RoundRobinServerGroup struct {
Servers []string
}
type ServerGroup ¶
type ServerGroup interface { AddServer() NextServer() }
Click to show internal directories.
Click to hide internal directories.