package
1.4.0-pre-alpha-2
Repository: https://github.com/vmware-tanzu/tanzu-framework.git
Documentation: pkg.go.dev

# Functions

NewGetUI creates a new http.Handler for the get UI operation.
NewGetUIBadRequest creates GetUIBadRequest with default headers values.
NewGetUIFile creates a new http.Handler for the get UI file operation.
NewGetUIFileBadRequest creates GetUIFileBadRequest with default headers values.
NewGetUIFileInternalServerError creates GetUIFileInternalServerError with default headers values.
NewGetUIFileOK creates GetUIFileOK with default headers values.
NewGetUIFileParams creates a new GetUIFileParams object no default values defined in spec.
NewGetUIInternalServerError creates GetUIInternalServerError with default headers values.
NewGetUIOK creates GetUIOK with default headers values.
NewGetUIParams creates a new GetUIParams object no default values defined in spec.

# Constants

GetUIBadRequestCode is the HTTP code returned for type GetUIBadRequest.
GetUIFileBadRequestCode is the HTTP code returned for type GetUIFileBadRequest.
GetUIFileInternalServerErrorCode is the HTTP code returned for type GetUIFileInternalServerError.
GetUIFileOKCode is the HTTP code returned for type GetUIFileOK.
GetUIInternalServerErrorCode is the HTTP code returned for type GetUIInternalServerError.
GetUIOKCode is the HTTP code returned for type GetUIOK.

# Structs

GetUI swagger:route GET / ui getUi Get the kickstart UI */.
GetUIBadRequest Bad request swagger:response getUiBadRequest */.
GetUIFile swagger:route GET /{filename} ui getUiFile Get the kickstart UI static resource file */.
GetUIFileBadRequest Bad request swagger:response getUiFileBadRequest */.
GetUIFileInternalServerError Internal server error swagger:response getUiFileInternalServerError */.
GetUIFileOK Successful operation swagger:response getUiFileOK */.
GetUIFileParams contains all the bound params for the get UI file operation typically these are obtained from a http.Request swagger:parameters getUIFile.
GetUIFileURL generates an URL for the get UI file operation.
GetUIInternalServerError Internal server error swagger:response getUiInternalServerError */.
GetUIOK Successful operation swagger:response getUiOK */.
GetUIParams contains all the bound params for the get UI operation typically these are obtained from a http.Request swagger:parameters getUI.
GetUIURL generates an URL for the get UI operation.

# Interfaces

GetUIFileHandler interface for that can handle valid get UI file params.
GetUIHandler interface for that can handle valid get UI params.

# Type aliases

GetUIFileHandlerFunc turns a function with the right signature into a get UI file handler.
GetUIHandlerFunc turns a function with the right signature into a get UI handler.