Documentation ¶
Overview ¶
Package tunnel provides the reverse GRPC tunnel to Omni.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PowerClientFactory ¶
type PowerClientFactory interface {
GetClient(powerManagement *specs.PowerManagement) (power.Client, error)
}
PowerClientFactory is the interface for creating power clients.
type Tunnel ¶
type Tunnel struct {
// contains filtered or unexported fields
}
Tunnel represents the reverse GRPC tunnel to Omni.
type Tunneler ¶
type Tunneler interface {
Tunnel() *grpctunnel.ReverseTunnelServer
}
Tunneler is the interface for the reverse GRPC tunnel.
Click to show internal directories.
Click to hide internal directories.