mocks

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Keycloak

func Keycloak(ctx context.Context, wg *sync.WaitGroup) (url string)

Types

type CamundaMock

type CamundaMock struct {
	Queue chan []model.CamundaExternalTask
	// contains filtered or unexported fields
}

func NewCamundaMock

func NewCamundaMock() *CamundaMock

func (*CamundaMock) AddFileToQueue

func (this *CamundaMock) AddFileToQueue(location string) error

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

func (*CamundaMock) Start

func (this *CamundaMock) Start(ctx context.Context, wg *sync.WaitGroup) (url string)

type Request

type Request struct {
	Method   string `json:"method"`
	Endpoint string `json:"endpoint"`
	Message  string `json:"message"`
}

type Response

type Response struct {
	StatusCode int    `json:"status_code"`
	Message    string `json:"message"`
}

type SmartServiceRepoMock

type SmartServiceRepoMock struct {
	// contains filtered or unexported fields
}

func NewSmartServiceRepoMock

func NewSmartServiceRepoMock(libConfig configuration.Config, config pkg.Config, moduleListResponse []byte) *SmartServiceRepoMock

func (*SmartServiceRepoMock) CheckExpectedRequests

func (this *SmartServiceRepoMock) CheckExpectedRequests(expectedRequests []Request) error

func (*SmartServiceRepoMock) CheckExpectedRequestsFromFileLocation

func (this *SmartServiceRepoMock) CheckExpectedRequestsFromFileLocation(fileLocation string) error

func (*SmartServiceRepoMock) GetRequestLog

func (this *SmartServiceRepoMock) GetRequestLog() []Request

func (*SmartServiceRepoMock) PopRequestLog

func (this *SmartServiceRepoMock) PopRequestLog() []Request

func (*SmartServiceRepoMock) Start

func (this *SmartServiceRepoMock) Start(ctx context.Context, wg *sync.WaitGroup) (url string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL