Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OS ¶
type OS interface { Prerun() error EnsureSystem() error EnsureUser(username string, password string) error EnsureDocker(username string) error DockerCronPruneSystem() error DockerStopAll() error DockerBuildRunner(dockerfile string) error DockerStartRunner(name string, token string, labels string, orgrepo string, path string) error Exec(command string) error // Hetzner specific HetznerInstallimage(installimage string) error }
Click to show internal directories.
Click to hide internal directories.