Documentation
¶
Index ¶
- func Start(ctx context.Context, config config.Config, sourcing interfaces.SourcingFactory, ...) error
- func StartCacheInvalidator(ctx context.Context, conf config.Config) error
- func StartDefault(ctx context.Context, config config.Config) error
- type VoidEngine
- type VoidEventDeployment
- func (this VoidEventDeployment) DeleteDeployment(token string, userId string, deplId string) (err error, code int)
- func (this VoidEventDeployment) Deploy(token string, depl eventdeployment.Deployment) (err error, code int)
- func (this VoidEventDeployment) UpdateDeploymentsOfDeviceGroup(token string, dg string) (err error, code int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start( ctx context.Context, config config.Config, sourcing interfaces.SourcingFactory, database interfaces.DatabaseFactory, devices interfaces.DevicesFactory, processrepo interfaces.ProcessRepoFactory, imports interfaces.ImportsFactory) error
func StartCacheInvalidator ¶
Types ¶
type VoidEngine ¶ added in v0.0.16
type VoidEngine struct{}
func (VoidEngine) DeleteDeployment ¶ added in v0.0.16
func (VoidEngine) Deploy ¶ added in v0.0.16
func (this VoidEngine) Deploy(token string, depl engine.DeploymentMessage) (err error, code int)
type VoidEventDeployment ¶ added in v0.0.16
type VoidEventDeployment struct{}
func (VoidEventDeployment) DeleteDeployment ¶ added in v0.0.16
func (VoidEventDeployment) Deploy ¶ added in v0.0.16
func (this VoidEventDeployment) Deploy(token string, depl eventdeployment.Deployment) (err error, code int)
func (VoidEventDeployment) UpdateDeploymentsOfDeviceGroup ¶ added in v0.0.16
func (this VoidEventDeployment) UpdateDeploymentsOfDeviceGroup(token string, dg string) (err error, code int)
Click to show internal directories.
Click to hide internal directories.