Documentation
¶
Index ¶
- Variables
- type DeploymentProducer
- type DoneNotification
- type Event
- func (this *Event) NewDeploymentProducer(ctx context.Context, config config.Config) (interfaces.DeploymentProducer, error)
- func (this *Event) NewDeviceGroupConsumer(ctx context.Context, config config.Config, listener func(groupId string) error) error
- func (this *Event) NewUserCommandConsumer(ctx context.Context, config config.Config, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Factory = &Event{}
Functions ¶
This section is empty.
Types ¶
type DeploymentProducer ¶
type DeploymentProducer struct {
Config config.Config
DeploymentProducer interfaces.Producer
DoneProducer interfaces.Producer
}
func (*DeploymentProducer) Produce ¶
func (this *DeploymentProducer) Produce(command messages.DeploymentCommand) error
type DoneNotification ¶
type Event ¶
type Event struct{}
func (*Event) NewDeploymentProducer ¶
func (this *Event) NewDeploymentProducer(ctx context.Context, config config.Config) (interfaces.DeploymentProducer, error)
func (*Event) NewDeviceGroupConsumer ¶
Click to show internal directories.
Click to hide internal directories.