Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnHandler ¶
type ConnHandler struct {
GRPCServer *grpc.Server
YamuxSess *yamux.Session
// contains filtered or unexported fields
}
func (*ConnHandler) Close ¶
func (c *ConnHandler) Close() error
func (*ConnHandler) ServeOnConnection ¶
func (c *ConnHandler) ServeOnConnection() error
type ConnectionManager ¶
type ConnectionManager struct {
AuthInfo AuthInfo
RegisterService func(*grpc.Server)
RetryInterval time.Duration
UseTLS bool
Logger LoggerI
// contains filtered or unexported fields
}
func (*ConnectionManager) Apply ¶
func (cm *ConnectionManager) Apply(url string, active bool)
Click to show internal directories.
Click to hide internal directories.