Documentation
¶
Index ¶
- func Keycloak(ctx context.Context, wg *sync.WaitGroup) (url string)
- type CamundaMock
- type DeviceRepo
- func (this *DeviceRepo) PopRequestLog() []Request
- func (this *DeviceRepo) SetDeviceTypeSelectablesResponse(value []devices.DeviceTypeSelectable)
- func (this *DeviceRepo) SetLegacyPermissionsResponses(responses map[string][]map[string]interface{})
- func (this *DeviceRepo) SetSecondResponse(value []devices.DeviceTypeSelectable)
- func (this *DeviceRepo) Start(ctx context.Context, wg *sync.WaitGroup) (url string)
- type FlowEngine
- type FlowParser
- type Import
- type Request
- type SmartServiceRepoMock
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CamundaMock ¶
type CamundaMock struct {
Queue chan []model.CamundaExternalTask
// contains filtered or unexported fields
}
func NewCamundaMock ¶
func NewCamundaMock() *CamundaMock
func (*CamundaMock) AddToQueue ¶
func (this *CamundaMock) AddToQueue(fetchResult []model.CamundaExternalTask)
func (*CamundaMock) Fetch ¶
func (this *CamundaMock) Fetch() (result []model.CamundaExternalTask)
func (*CamundaMock) PopRequestLog ¶
func (this *CamundaMock) PopRequestLog() []Request
type DeviceRepo ¶
type DeviceRepo struct {
Response []devices.DeviceTypeSelectable
SecondResponse []devices.DeviceTypeSelectable
// contains filtered or unexported fields
}
func (*DeviceRepo) PopRequestLog ¶
func (this *DeviceRepo) PopRequestLog() []Request
func (*DeviceRepo) SetDeviceTypeSelectablesResponse ¶ added in v0.0.14
func (this *DeviceRepo) SetDeviceTypeSelectablesResponse(value []devices.DeviceTypeSelectable)
func (*DeviceRepo) SetLegacyPermissionsResponses ¶ added in v0.0.14
func (this *DeviceRepo) SetLegacyPermissionsResponses(responses map[string][]map[string]interface{})
func (*DeviceRepo) SetSecondResponse ¶
func (this *DeviceRepo) SetSecondResponse(value []devices.DeviceTypeSelectable)
type FlowEngine ¶
type FlowEngine struct {
// contains filtered or unexported fields
}
func (*FlowEngine) PopRequestLog ¶
func (this *FlowEngine) PopRequestLog() []Request
type FlowParser ¶
type FlowParser struct {
Response []analytics.FlowModelCell
// contains filtered or unexported fields
}
func (*FlowParser) PopRequestLog ¶
func (this *FlowParser) PopRequestLog() []Request
func (*FlowParser) SetResponse ¶
func (this *FlowParser) SetResponse(value []analytics.FlowModelCell)
type Import ¶
type Import struct {
// contains filtered or unexported fields
}
func (*Import) PopRequestLog ¶
type SmartServiceRepoMock ¶
type SmartServiceRepoMock struct {
// contains filtered or unexported fields
}
func NewSmartServiceRepoMock ¶
func NewSmartServiceRepoMock(libConfig configuration.Config, config analytics.Config) *SmartServiceRepoMock
func (*SmartServiceRepoMock) PopRequestLog ¶
func (this *SmartServiceRepoMock) PopRequestLog() []Request
func (*SmartServiceRepoMock) SetListResponse ¶
func (this *SmartServiceRepoMock) SetListResponse(response []byte)
Click to show internal directories.
Click to hide internal directories.