Documentation ¶
Index ¶
- type CommandLoader
- func (_m *CommandLoader) GetAllCommands() ([]models.Command, error)
- func (_m *CommandLoader) GetCommandById(id string) (models.Command, error)
- func (_m *CommandLoader) GetCommandsByDeviceId(did string) ([]models.Command, error)
- func (_m *CommandLoader) GetCommandsByName(id string) ([]models.Command, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandLoader ¶
CommandLoader is an autogenerated mock type for the CommandLoader type
func (*CommandLoader) GetAllCommands ¶
func (_m *CommandLoader) GetAllCommands() ([]models.Command, error)
GetAllCommands provides a mock function with given fields:
func (*CommandLoader) GetCommandById ¶
func (_m *CommandLoader) GetCommandById(id string) (models.Command, error)
GetCommandById provides a mock function with given fields: id
func (*CommandLoader) GetCommandsByDeviceId ¶
func (_m *CommandLoader) GetCommandsByDeviceId(did string) ([]models.Command, error)
GetCommandsByDeviceId provides a mock function with given fields: did
func (*CommandLoader) GetCommandsByName ¶
func (_m *CommandLoader) GetCommandsByName(id string) ([]models.Command, error)
GetCommandsByName provides a mock function with given fields: id
Click to show internal directories.
Click to hide internal directories.