package
3.0.1+incompatible
Repository: https://github.com/cyverse-de/permissions.git
Documentation: pkg.go.dev

# Functions

NewGet creates a new http.Handler for the get operation.
NewGetOK creates GetOK with default headers values.
NewGetParams creates a new GetParams object There are no default values defined in the spec.

# Constants

GetOKCode is the HTTP code returned for type GetOK.

# Structs

Get swagger:route GET / status get Service Status Information Displays general information about the service and can be used to determine whether or not the service is running.
GetOK Success swagger:response getOK */.
GetParams contains all the bound params for the get operation typically these are obtained from a http.Request swagger:parameters Get.
GetURL generates an URL for the get operation.

# Interfaces

GetHandler interface for that can handle valid get params.

# Type aliases

GetHandlerFunc turns a function with the right signature into a get handler.