Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandCheck ¶
type CommandCheck struct {
Command string
}
type DirectoryCheck ¶
type DirectoryCheck struct {
Folder string
}
type HttpReachableCheck ¶
type PortFreeCheck ¶
type PortFreeCheck struct {
Port string
}
func (*PortFreeCheck) Execute ¶
func (p *PortFreeCheck) Execute(_ context.Context) error
Execute binds 127.0.0.1:<port> to verify it is free. It only tests the loopback interface — a service listening exclusively on a non-loopback interface (e.g. 0.0.0.0) may still be reported as free by this check.
Click to show internal directories.
Click to hide internal directories.