Documentation ¶
Index ¶
Constants ¶
View Source
const (
ModuleNameEdgeHub = "websocket"
)
define edgehub module name
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is EdgeHub controller object
func NewEdgeHubController ¶
func NewEdgeHubController() *Controller
NewEdgeHubController creates and returns a EdgeHubController object
func (*Controller) Start ¶
func (ehc *Controller) Start(ctx *context.Context)
Start will start EdgeHub
Click to show internal directories.
Click to hide internal directories.