Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandAllExecutor ¶
Get All commands
func NewCommandLoadAll ¶
func NewCommandLoadAll(cfg bootstrapConfig.ServiceInfo, db CommandLoader) CommandAllExecutor
type CommandByIdExecutor ¶
Get Command By ID
func NewCommandById ¶
func NewCommandById(db CommandLoader, cid string) CommandByIdExecutor
type CommandLoader ¶
type CommandsByNameExecutor ¶
Get Command By Name
func NewCommandsByName ¶
func NewCommandsByName(db CommandLoader, cname string) CommandsByNameExecutor
type DeviceIdExecutor ¶
Get commands by device id
func NewDeviceIdExecutor ¶
func NewDeviceIdExecutor(db CommandLoader, deviceId string) DeviceIdExecutor
Click to show internal directories.
Click to hide internal directories.