conformance

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterFactory

func RegisterFactory(f EngineFactory)

RegisterFactory registers an engine factory for conformance testing.

Types

type EngineFactory

type EngineFactory struct {
	Name      string
	Type      engine.EngineType
	Available func() bool
	New       func(cfg resource.Config, handler stream.Handler) (engine.Engine, error)
}

EngineFactory creates engine instances for conformance testing.

func Factories

func Factories() []EngineFactory

Factories returns all registered engine factories.

Jump to

Keyboard shortcuts

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