integration_tests

package
v0.0.0-...-c9e07f7 Latest Latest
Warning

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

Go to latest
Published: May 22, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerResources

type ContainerResources struct {
	DbContainer         *mongodb.MongoDBContainer
	MessageBusContainer *rabbitmq.RabbitMQContainer
	DbEnv               resources.DbEnv
	MessageBusEnv       resources.MessageBusEnv
}

type TestClientWorker

type TestClientWorker struct {
	Job               dtos.Job
	MessageBus        messageBus.MessageBus
	HeartbeatDuration time.Duration
	RunStarted        func(runId string)
	RunCanceled       func(runId string)
	// contains filtered or unexported fields
}

func (*TestClientWorker) CompleteRun

func (worker *TestClientWorker) CompleteRun(runId string) error

func (*TestClientWorker) FailRun

func (worker *TestClientWorker) FailRun(runId string) error

func (*TestClientWorker) Start

func (worker *TestClientWorker) Start(wg *sync.WaitGroup) error

func (*TestClientWorker) Stop

func (worker *TestClientWorker) Stop()

Jump to

Keyboard shortcuts

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