# Functions
NewGetBaselineGetDefinition creates a new http.Handler for the get baseline get definition operation.
NewGetBaselineGetDefinitionNotFound creates GetBaselineGetDefinitionNotFound with default headers values.
NewGetBaselineGetDefinitionOK creates GetBaselineGetDefinitionOK with default headers values.
NewGetBaselineGetDefinitionParams creates a new GetBaselineGetDefinitionParams object with the default values initialized.
NewGetBaselineGetIds creates a new http.Handler for the get baseline get ids operation.
NewGetBaselineGetIdsOK creates GetBaselineGetIdsOK with default headers values.
NewGetBaselineGetIdsParams creates a new GetBaselineGetIdsParams object
There are no default values defined in the spec.
NewGetBaselineGetListorID creates a new http.Handler for the get baseline get listor ID operation.
NewGetBaselineGetListorIDNotFound creates GetBaselineGetListorIDNotFound with default headers values.
NewGetBaselineGetListorIDOK creates GetBaselineGetListorIDOK with default headers values.
NewGetBaselineGetListorIDParams creates a new GetBaselineGetListorIDParams object
There are no default values defined in the spec.
NewPostBaselineGetProp creates a new http.Handler for the post baseline get prop operation.
NewPostBaselineGetPropBadRequest creates PostBaselineGetPropBadRequest with default headers values.
NewPostBaselineGetPropNotFound creates PostBaselineGetPropNotFound with default headers values.
NewPostBaselineGetPropOK creates PostBaselineGetPropOK with default headers values.
NewPostBaselineGetPropParams creates a new PostBaselineGetPropParams object
There are no default values defined in the spec.
NewPostBaselineValidate creates a new http.Handler for the post baseline validate operation.
NewPostBaselineValidateBadRequest creates PostBaselineValidateBadRequest with default headers values.
NewPostBaselineValidateNotFound creates PostBaselineValidateNotFound with default headers values.
NewPostBaselineValidateOK creates PostBaselineValidateOK with default headers values.
NewPostBaselineValidateParams creates a new PostBaselineValidateParams object with the default values initialized.
# Constants
GetBaselineGetDefinitionNotFoundCode is the HTTP code returned for type GetBaselineGetDefinitionNotFound.
GetBaselineGetDefinitionOKCode is the HTTP code returned for type GetBaselineGetDefinitionOK.
GetBaselineGetIdsOKCode is the HTTP code returned for type GetBaselineGetIdsOK.
GetBaselineGetListorIDNotFoundCode is the HTTP code returned for type GetBaselineGetListorIDNotFound.
GetBaselineGetListorIDOKCode is the HTTP code returned for type GetBaselineGetListorIDOK.
PostBaselineGetPropBadRequestCode is the HTTP code returned for type PostBaselineGetPropBadRequest.
PostBaselineGetPropNotFoundCode is the HTTP code returned for type PostBaselineGetPropNotFound.
PostBaselineGetPropOKCode is the HTTP code returned for type PostBaselineGetPropOK.
PostBaselineValidateBadRequestCode is the HTTP code returned for type PostBaselineValidateBadRequest.
PostBaselineValidateNotFoundCode is the HTTP code returned for type PostBaselineValidateNotFound.
PostBaselineValidateOKCode is the HTTP code returned for type PostBaselineValidateOK.
# Structs
GetBaselineGetDefinition swagger:route GET /baseline/getDefinition baseline getBaselineGetDefinition
Get definition of a Baseline
*/.
GetBaselineGetDefinitionNotFound Id not found
swagger:response getBaselineGetDefinitionNotFound
*/.
GetBaselineGetDefinitionOK Definition of a Baseline
swagger:response getBaselineGetDefinitionOK
*/.
GetBaselineGetDefinitionOKBody get baseline get definition o k body
swagger:model GetBaselineGetDefinitionOKBody.
GetBaselineGetDefinitionParams contains all the bound params for the get baseline get definition operation typically these are obtained from a http.Request
swagger:parameters GetBaselineGetDefinition.
GetBaselineGetDefinitionURL generates an URL for the get baseline get definition operation.
GetBaselineGetIds swagger:route GET /baseline/getIds baseline getBaselineGetIds
Get ids of Baseline
*/.
GetBaselineGetIdsOK Ids of Baseline
swagger:response getBaselineGetIdsOK
*/.
GetBaselineGetIdsOKBody get baseline get ids o k body
swagger:model GetBaselineGetIdsOKBody.
GetBaselineGetIdsParams contains all the bound params for the get baseline get ids operation typically these are obtained from a http.Request
swagger:parameters GetBaselineGetIds.
GetBaselineGetIdsURL generates an URL for the get baseline get ids operation.
GetBaselineGetListorID swagger:route GET /baseline/getListorId baseline getBaselineGetListorId
Get the ids of the Listors used in all the Checkers of the Baseline
*/.
GetBaselineGetListorIDNotFound Id not found
swagger:response getBaselineGetListorIdNotFound
*/.
GetBaselineGetListorIDOK Ids of Listors
swagger:response getBaselineGetListorIdOK
*/.
GetBaselineGetListorIDOKBody get baseline get listor ID o k body
swagger:model GetBaselineGetListorIDOKBody.
GetBaselineGetListorIDParams contains all the bound params for the get baseline get listor ID operation typically these are obtained from a http.Request
swagger:parameters GetBaselineGetListorID.
GetBaselineGetListorIDURL generates an URL for the get baseline get listor ID operation.
PostBaselineGetProp swagger:route POST /baseline/getProp baseline postBaselineGetProp
Extract properties from the raw data
*/.
PostBaselineGetPropBadRequest Error occurs
swagger:response postBaselineGetPropBadRequest
*/.
PostBaselineGetPropNotFound Id not found
swagger:response postBaselineGetPropNotFound
*/.
PostBaselineGetPropOK List of the result of GetProp of each Checker
swagger:response postBaselineGetPropOK
*/.
PostBaselineGetPropOKBody post baseline get prop o k body
swagger:model PostBaselineGetPropOKBody.
PostBaselineGetPropParams contains all the bound params for the post baseline get prop operation typically these are obtained from a http.Request
swagger:parameters PostBaselineGetProp.
PostBaselineGetPropURL generates an URL for the post baseline get prop operation.
PostBaselineValidate swagger:route POST /baseline/validate baseline postBaselineValidate
Validate the property against the benchmark and return the result
*/.
PostBaselineValidateBadRequest Error occurs
swagger:response postBaselineValidateBadRequest
*/.
PostBaselineValidateNotFound Id not found
swagger:response postBaselineValidateNotFound
*/.
PostBaselineValidateOK List of validation results
swagger:response postBaselineValidateOK
*/.
PostBaselineValidateOKBody post baseline validate o k body
swagger:model PostBaselineValidateOKBody.
PostBaselineValidateParams contains all the bound params for the post baseline validate operation typically these are obtained from a http.Request
swagger:parameters PostBaselineValidate.
PostBaselineValidateURL generates an URL for the post baseline validate operation.
# Interfaces
GetBaselineGetDefinitionHandler interface for that can handle valid get baseline get definition params.
GetBaselineGetIdsHandler interface for that can handle valid get baseline get ids params.
GetBaselineGetListorIDHandler interface for that can handle valid get baseline get listor ID params.
PostBaselineGetPropHandler interface for that can handle valid post baseline get prop params.
PostBaselineValidateHandler interface for that can handle valid post baseline validate params.
# Type aliases
GetBaselineGetDefinitionHandlerFunc turns a function with the right signature into a get baseline get definition handler.
GetBaselineGetIdsHandlerFunc turns a function with the right signature into a get baseline get ids handler.
GetBaselineGetListorIDHandlerFunc turns a function with the right signature into a get baseline get listor ID handler.
PostBaselineGetPropHandlerFunc turns a function with the right signature into a post baseline get prop handler.
PostBaselineValidateHandlerFunc turns a function with the right signature into a post baseline validate handler.