runtimefixtures

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RuntimeConfigLookupFixture

type RuntimeConfigLookupFixture struct {
	Workstations    map[string]*interfaces.FactoryWorkstationConfig
	Workers         map[string]*interfaces.WorkerConfig
	Factory         *interfaces.FactoryConfig
	FactoryPath     string
	RuntimeBasePath string
}

RuntimeConfigLookupFixture provides a narrow map-backed RuntimeConfigLookup for tests, with RuntimeBaseDir defaulting to FactoryDir when unset.

func (RuntimeConfigLookupFixture) FactoryConfig added in v0.0.5

func (RuntimeConfigLookupFixture) FactoryDir

func (f RuntimeConfigLookupFixture) FactoryDir() string

func (RuntimeConfigLookupFixture) RuntimeBaseDir

func (f RuntimeConfigLookupFixture) RuntimeBaseDir() string

func (RuntimeConfigLookupFixture) Worker

func (RuntimeConfigLookupFixture) Workstation

type RuntimeDefinitionLookupFixture

type RuntimeDefinitionLookupFixture struct {
	Workstations map[string]*interfaces.FactoryWorkstationConfig
	Workers      map[string]*interfaces.WorkerConfig
	Factory      *interfaces.FactoryConfig
}

RuntimeDefinitionLookupFixture provides a narrow map-backed RuntimeDefinitionLookup for tests.

func (RuntimeDefinitionLookupFixture) FactoryConfig added in v0.0.5

func (RuntimeDefinitionLookupFixture) Worker

func (RuntimeDefinitionLookupFixture) Workstation

type RuntimeWorkstationLookupFixture

type RuntimeWorkstationLookupFixture struct {
	Workstations map[string]*interfaces.FactoryWorkstationConfig
}

RuntimeWorkstationLookupFixture provides a narrow map-backed RuntimeWorkstationLookup for tests.

func (RuntimeWorkstationLookupFixture) Workstation

Jump to

Keyboard shortcuts

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