Documentation ¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LBProbeServer ¶ added in v0.0.5
type LBProbeServer struct {
// contains filtered or unexported fields
}
func NewLBProbeServer ¶ added in v0.0.5
func NewLBProbeServer(listenPort int) *LBProbeServer
func (*LBProbeServer) AddGateway ¶ added in v0.0.5
func (svr *LBProbeServer) AddGateway(gatewayUID string) error
func (*LBProbeServer) GetGateways ¶ added in v0.0.8
func (svr *LBProbeServer) GetGateways() []string
func (*LBProbeServer) RemoveGateway ¶ added in v0.0.5
func (svr *LBProbeServer) RemoveGateway(gatewayUID string) error
Click to show internal directories.
Click to hide internal directories.