package
Version:
v0.15.4
Opens a new window with list of versions in this module.
Published: Dec 20, 2025
License: MIT
Opens a new window with license information.
Imports: 10
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"`
}
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.