Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downstream ¶
type Downstream struct {
LocalBindAddress string
LocalBindPort int
TargetAddress string
TargetPort int
TLS
}
func (Downstream) Equal ¶
func (d Downstream) Equal(o Downstream) bool
type Upstream ¶
type Upstream struct {
Service string
LocalBindAddress string
LocalBindPort int
TLS
Nodes []UpstreamNode
}
type UpstreamNode ¶
func (UpstreamNode) Equal ¶
func (n UpstreamNode) Equal(o UpstreamNode) bool
func (UpstreamNode) ID ¶
func (n UpstreamNode) ID() string
Click to show internal directories.
Click to hide internal directories.