# Functions
NewGetConfiguration creates a new http.Handler for the get configuration operation.
NewGetConfigurationInternalServerError creates GetConfigurationInternalServerError with default headers values.
NewGetConfigurationNotFound creates GetConfigurationNotFound with default headers values.
NewGetConfigurationOK creates GetConfigurationOK with default headers values.
NewGetConfigurationParams creates a new GetConfigurationParams object no default values defined in spec.
NewGetConfigurationUnauthorized creates GetConfigurationUnauthorized with default headers values.
NewGetHealthcheck creates a new http.Handler for the get healthcheck operation.
NewGetHealthcheckOK creates GetHealthcheckOK with default headers values.
NewGetHealthcheckParams creates a new GetHealthcheckParams object no default values defined in spec.
NewGetManifest creates a new http.Handler for the get manifest operation.
NewGetManifestInternalServerError creates GetManifestInternalServerError with default headers values.
NewGetManifestNotFound creates GetManifestNotFound with default headers values.
NewGetManifestOK creates GetManifestOK with default headers values.
NewGetManifestParams creates a new GetManifestParams object no default values defined in spec.
NewGetManifestUnauthorized creates GetManifestUnauthorized with default headers values.
NewMicrofestAPI creates a new Microfest instance.
NewPostConfiguration creates a new http.Handler for the post configuration operation.
NewPostConfigurationBadRequest creates PostConfigurationBadRequest with default headers values.
NewPostConfigurationCreated creates PostConfigurationCreated with default headers values.
NewPostConfigurationInternalServerError creates PostConfigurationInternalServerError with default headers values.
NewPostConfigurationParams creates a new PostConfigurationParams object no default values defined in spec.
NewPostConfigurationUnauthorized creates PostConfigurationUnauthorized with default headers values.
NewPostManifest creates a new http.Handler for the post manifest operation.
NewPostManifestBadRequest creates PostManifestBadRequest with default headers values.
NewPostManifestCreated creates PostManifestCreated with default headers values.
NewPostManifestInternalServerError creates PostManifestInternalServerError with default headers values.
NewPostManifestParams creates a new PostManifestParams object no default values defined in spec.
NewPostManifestUnauthorized creates PostManifestUnauthorized with default headers values.
NewPutManifest creates a new http.Handler for the put manifest operation.
NewPutManifestBadRequest creates PutManifestBadRequest with default headers values.
NewPutManifestCreated creates PutManifestCreated with default headers values.
NewPutManifestInternalServerError creates PutManifestInternalServerError with default headers values.
NewPutManifestNotFound creates PutManifestNotFound with default headers values.
NewPutManifestParams creates a new PutManifestParams object no default values defined in spec.
NewPutManifestUnauthorized creates PutManifestUnauthorized with default headers values.
# Constants
GetConfigurationInternalServerErrorCode is the HTTP code returned for type GetConfigurationInternalServerError.
GetConfigurationNotFoundCode is the HTTP code returned for type GetConfigurationNotFound.
GetConfigurationOKCode is the HTTP code returned for type GetConfigurationOK.
GetConfigurationUnauthorizedCode is the HTTP code returned for type GetConfigurationUnauthorized.
GetHealthcheckOKCode is the HTTP code returned for type GetHealthcheckOK.
GetManifestInternalServerErrorCode is the HTTP code returned for type GetManifestInternalServerError.
GetManifestNotFoundCode is the HTTP code returned for type GetManifestNotFound.
GetManifestOKCode is the HTTP code returned for type GetManifestOK.
GetManifestUnauthorizedCode is the HTTP code returned for type GetManifestUnauthorized.
PostConfigurationBadRequestCode is the HTTP code returned for type PostConfigurationBadRequest.
PostConfigurationCreatedCode is the HTTP code returned for type PostConfigurationCreated.
PostConfigurationInternalServerErrorCode is the HTTP code returned for type PostConfigurationInternalServerError.
PostConfigurationUnauthorizedCode is the HTTP code returned for type PostConfigurationUnauthorized.
PostManifestBadRequestCode is the HTTP code returned for type PostManifestBadRequest.
PostManifestCreatedCode is the HTTP code returned for type PostManifestCreated.
PostManifestInternalServerErrorCode is the HTTP code returned for type PostManifestInternalServerError.
PostManifestUnauthorizedCode is the HTTP code returned for type PostManifestUnauthorized.
PutManifestBadRequestCode is the HTTP code returned for type PutManifestBadRequest.
PutManifestCreatedCode is the HTTP code returned for type PutManifestCreated.
PutManifestInternalServerErrorCode is the HTTP code returned for type PutManifestInternalServerError.
PutManifestNotFoundCode is the HTTP code returned for type PutManifestNotFound.
PutManifestUnauthorizedCode is the HTTP code returned for type PutManifestUnauthorized.
# Structs
GetConfiguration swagger:route GET /configuration getConfiguration
Gets the configuration
*/.
GetConfigurationInternalServerError Internal Server Error
swagger:response getConfigurationInternalServerError
*/.
GetConfigurationNotFound Not Found
swagger:response getConfigurationNotFound
*/.
GetConfigurationOK OK
swagger:response getConfigurationOK
*/.
GetConfigurationParams contains all the bound params for the get configuration operation typically these are obtained from a http.Request
swagger:parameters GetConfiguration.
GetConfigurationUnauthorized Unauthorized
swagger:response getConfigurationUnauthorized
*/.
GetConfigurationURL generates an URL for the get configuration operation.
GetHealthcheck swagger:route GET /healthcheck getHealthcheck
Gets the health of the service
*/.
GetHealthcheckOK OK
swagger:response getHealthcheckOK
*/.
GetHealthcheckParams contains all the bound params for the get healthcheck operation typically these are obtained from a http.Request
swagger:parameters GetHealthcheck.
GetHealthcheckURL generates an URL for the get healthcheck operation.
GetManifest swagger:route GET /manifest getManifest
Gets the manifest
*/.
GetManifestInternalServerError Internal Server Error
swagger:response getManifestInternalServerError
*/.
GetManifestNotFound Not Found
swagger:response getManifestNotFound
*/.
GetManifestOK OK
swagger:response getManifestOK
*/.
GetManifestParams contains all the bound params for the get manifest operation typically these are obtained from a http.Request
swagger:parameters GetManifest.
GetManifestUnauthorized Unauthorized
swagger:response getManifestUnauthorized
*/.
GetManifestURL generates an URL for the get manifest operation.
MicrofestAPI Micro Application Manifest and Configuration Manager */.
PostConfiguration swagger:route POST /configuration postConfiguration
Submits a new configuration
*/.
PostConfigurationBadRequest Bad Request Body
swagger:response postConfigurationBadRequest
*/.
PostConfigurationCreated Configuration Created
swagger:response postConfigurationCreated
*/.
PostConfigurationInternalServerError Internal Server Error
swagger:response postConfigurationInternalServerError
*/.
PostConfigurationParams contains all the bound params for the post configuration operation typically these are obtained from a http.Request
swagger:parameters PostConfiguration.
PostConfigurationUnauthorized Unauthorized
swagger:response postConfigurationUnauthorized
*/.
PostConfigurationURL generates an URL for the post configuration operation.
PostManifest swagger:route POST /manifest postManifest
Submits a new manifest
*/.
PostManifestBadRequest Bad Request Body
swagger:response postManifestBadRequest
*/.
PostManifestCreated Manifest Created
swagger:response postManifestCreated
*/.
PostManifestInternalServerError Internal Server Error
swagger:response postManifestInternalServerError
*/.
PostManifestParams contains all the bound params for the post manifest operation typically these are obtained from a http.Request
swagger:parameters PostManifest.
PostManifestUnauthorized Unauthorized
swagger:response postManifestUnauthorized
*/.
PostManifestURL generates an URL for the post manifest operation.
PutManifest swagger:route PUT /manifest putManifest
Submits a patch to create a new manifest
*/.
PutManifestBadRequest Bad Request Body
swagger:response putManifestBadRequest
*/.
PutManifestCreated Manifest Created
swagger:response putManifestCreated
*/.
PutManifestInternalServerError Internal Server Error
swagger:response putManifestInternalServerError
*/.
PutManifestNotFound Not Found
swagger:response putManifestNotFound
*/.
PutManifestParams contains all the bound params for the put manifest operation typically these are obtained from a http.Request
swagger:parameters PutManifest.
PutManifestUnauthorized Unauthorized
swagger:response putManifestUnauthorized
*/.
PutManifestURL generates an URL for the put manifest operation.
# Interfaces
GetConfigurationHandler interface for that can handle valid get configuration params.
GetHealthcheckHandler interface for that can handle valid get healthcheck params.
GetManifestHandler interface for that can handle valid get manifest params.
PostConfigurationHandler interface for that can handle valid post configuration params.
PostManifestHandler interface for that can handle valid post manifest params.
PutManifestHandler interface for that can handle valid put manifest params.
# Type aliases
GetConfigurationHandlerFunc turns a function with the right signature into a get configuration handler.
GetHealthcheckHandlerFunc turns a function with the right signature into a get healthcheck handler.
GetManifestHandlerFunc turns a function with the right signature into a get manifest handler.
PostConfigurationHandlerFunc turns a function with the right signature into a post configuration handler.
PostManifestHandlerFunc turns a function with the right signature into a post manifest handler.
PutManifestHandlerFunc turns a function with the right signature into a put manifest handler.