driveradmin

package
v0.0.0-...-2335f8e Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EvacuateRoute = "evacuate"
	PingRoute     = "ping"
)

Variables

View Source
var Routes = rata.Routes{
	{Path: "/evacuate", Method: "GET", Name: EvacuateRoute},
	{Path: "/ping", Method: "GET", Name: PingRoute},
}

Functions

This section is empty.

Types

type Drainable

type Drainable interface {
	Drain(env dockerdriver.Env) error
}

type DriverAdmin

type DriverAdmin interface {
	Evacuate(env dockerdriver.Env) ErrorResponse
	Ping(env dockerdriver.Env) ErrorResponse
}

type ErrorResponse

type ErrorResponse struct {
	Err string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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