integration_tests

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComposeConfig added in v0.10.0

type ComposeConfig struct {
	ProjectName       string
	ExamplePath       string
	NetworkName       string
	DockerComposePath string
}

ComposeConfig holds information about docker-compose services for an example

type HTTPCheck

type HTTPCheck struct {
	InternalPort int    `json:"internalPort"`
	Path         string `json:"path"`
	Expected     int    `json:"expected"`
}

HTTPCheck defines an HTTP endpoint check for a container Path defaults to /, Expected defaults to 200.

Jump to

Keyboard shortcuts

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