Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DaemonService ¶
type DaemonService struct { // The [websocket.Handler]. // // Functions are pointers so just store value. Handler websocket.Handler // contains filtered or unexported fields }
func NewDaemonService ¶
func NewDaemonService(i *do.Injector) (*DaemonService, error)
Click to show internal directories.
Click to hide internal directories.