integration

package
v0.0.0-...-df15b1f Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Overview

Package integration provides end-to-end tests for the Hydra platform.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HydraFix

type HydraFix struct {
	Gateway   *gateway.Gateway
	Registry  *body.Registry
	Agent     *agent.Runtime
	Execution *execution.Plane
	Memory    *memory.Plane
	Policy    *policy.Engine
	Bus       *body.InMemoryEventBus
}

HydraFix holds references to all Hydra heads for integration testing.