Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrFailedToInitDevice = "failed to initialize device" ErrInvalidInputValues = "invalid input values" ErrFailedToLogin = "failed to login" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Eventer ¶
type Eventer interface { AddStream(stream *connect.ServerStream[v1.ServerEvent]) string CloseStream(id string) }
type Http ¶
type Http interface { chassis.RPCRegistrar }
func NewHttp ¶
func NewHttp(logger chassis.Logger, actl apps.Controller, sctl system.Controller) Http
type Rpc ¶
type Rpc interface { chassis.RPCRegistrar sdConnect.WebServiceHandler }
func New ¶
func New(logger chassis.Logger, actl apps.Controller, sctl system.Controller, lctl locator.Controller) Rpc
Click to show internal directories.
Click to hide internal directories.