probe

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2026 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrContainerAlreadyInstalled = errors.New("the globalping-probe container is already installed on your system")

Functions

This section is empty.

Types

type ContainerEngine

type ContainerEngine string
const (
	ContainerEngineUnknown ContainerEngine = "Unknown"
	ContainerEngineDocker  ContainerEngine = "Docker"
	ContainerEnginePodman  ContainerEngine = "Podman"
)

type Probe

type Probe interface {
	DetectContainerEngine() (ContainerEngine, error)
	InspectContainer(containerEngine ContainerEngine) error
	RunContainer(containerEngine ContainerEngine) error
}

func NewProbe

func NewProbe() Probe

Jump to

Keyboard shortcuts

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