Documentation ¶
Index ¶
- func New(config configuration.Config, repoFactory DeviceRepoFactory, token string) *conditionalevents.Transformer
- type DeviceRepoFactory
- type Imports
- func (this Imports) GetImportInstance(user string, importId string) (importInstance importmodel.Import, err error, code int)
- func (this Imports) GetImportType(user string, importTypeId string) (importType importmodel.ImportType, err error, code int)
- func (this Imports) GetTopic(user string, importId string) (topic string, err error, code int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(config configuration.Config, repoFactory DeviceRepoFactory, token string) *conditionalevents.Transformer
Types ¶
type DeviceRepoFactory ¶
type DeviceRepoFactory = func(token string, deviceRepoUrl string) interfaces.Devices
type Imports ¶
type Imports struct { }
func (Imports) GetImportInstance ¶
func (Imports) GetImportType ¶
func (this Imports) GetImportType(user string, importTypeId string) (importType importmodel.ImportType, err error, code int)
Click to show internal directories.
Click to hide internal directories.