Documentation
¶
Overview ¶
Package edgehandler maintenances the websocket connection with cloud server and process the receive messages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EdgeHandler ¶
type EdgeHandler interface {
// Start will start edgehandler.
Start() error
}
EdgeHandler is edgehandler interface that process messages from tunnel and transmit to shim.
func NewEdgeHandler ¶
func NewEdgeHandler(c *config.ClusterControllerConfig) EdgeHandler
NewEdgeHandler returns a edgeHandler object.
Click to show internal directories.
Click to hide internal directories.