operation

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	Path() string
	Method() string
	Handle() http.HandlerFunc
}

Handler represents an HTTP handler for each controller API endpoint.

func GetRESTHandlers

func GetRESTHandlers() []Handler

GetRESTHandlers gets all controller API handlers available for this service.

type StringBuilder

type StringBuilder interface {
	Write(p []byte) (int, error)
	String() string
	Reset()
}

StringBuilder represents a type that can build up a string to be used as the response for a get log spec call.

Jump to

Keyboard shortcuts

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