rest

package
v0.0.0-...-2b3457a Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Endpoint

type Endpoint interface {
	SetupWithWS(ws *restful.WebService)
}

type EndpointManager

type EndpointManager interface {
	Setup(c *restful.Container)
}

func NewEndpointManager

func NewEndpointManager(client client.Client) EndpointManager

type VersionResponse

type VersionResponse struct {
	Hostname string `json:"hostname"`
	Tagline  string `json:"tagline"`
	Version  string `json:"version"`
}

Jump to

Keyboard shortcuts

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