Documentation
¶
Index ¶
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 DeploymentMock ¶
type DeploymentMock struct {
// contains filtered or unexported fields
}
func NewDeploymentMock ¶
func NewDeploymentMock() *DeploymentMock
func (*DeploymentMock) PopRequestLog ¶
func (this *DeploymentMock) PopRequestLog() []Request
func (*DeploymentMock) SetPreparedDeployments ¶
func (this *DeploymentMock) SetPreparedDeployments(value map[string]deploymentmodel.Deployment)
type FogDeploymentMock ¶
type FogDeploymentMock struct {
// contains filtered or unexported fields
}
func NewFogDeploymentMock ¶
func NewFogDeploymentMock() *FogDeploymentMock
func (*FogDeploymentMock) PopRequestLog ¶
func (this *FogDeploymentMock) PopRequestLog() []Request
type SmartServiceRepoMock ¶
type SmartServiceRepoMock struct {
// contains filtered or unexported fields
}
func NewSmartServiceRepoMock ¶
func NewSmartServiceRepoMock(libConfig configuration.Config, config processdeployment.Config) *SmartServiceRepoMock
func (*SmartServiceRepoMock) PopRequestLog ¶
func (this *SmartServiceRepoMock) PopRequestLog() []Request
Click to show internal directories.
Click to hide internal directories.