package
Version:
v0.17.0
Opens a new window with list of versions in this module.
Published: Jan 19, 2026
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ComposeConfig holds information about docker-compose services for an example
type HTTPCheck struct {
InternalPort int `json:"internalPort"`
Path string `json:"path"`
Expected int `json:"expected"`
ExpectedOutput StringOrArray `json:"expectedOutput"`
}
HTTPCheck defines an HTTP endpoint check for a container
Path defaults to /, Expected defaults to 200.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.