Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandController ¶
type CommandController struct {
// contains filtered or unexported fields
}
func NewCommandController ¶
func NewCommandController(dic *di.Container) *CommandController
NewCommandController creates and initializes an CommandController
func (*CommandController) AllCommands ¶
func (cc *CommandController) AllCommands(c echo.Context) error
func (*CommandController) CommandsByDeviceName ¶
func (cc *CommandController) CommandsByDeviceName(c echo.Context) error
func (*CommandController) IssueGetCommandByName ¶
func (cc *CommandController) IssueGetCommandByName(c echo.Context) error
func (*CommandController) IssueSetCommandByName ¶
func (cc *CommandController) IssueSetCommandByName(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.