# Functions
NewGetListorGetDefinition creates a new http.Handler for the get listor get definition operation.
NewGetListorGetDefinitionNotFound creates GetListorGetDefinitionNotFound with default headers values.
NewGetListorGetDefinitionOK creates GetListorGetDefinitionOK with default headers values.
NewGetListorGetDefinitionParams creates a new GetListorGetDefinitionParams object with the default values initialized.
NewGetListorGetIds creates a new http.Handler for the get listor get ids operation.
NewGetListorGetIdsOK creates GetListorGetIdsOK with default headers values.
NewGetListorGetIdsParams creates a new GetListorGetIdsParams object
There are no default values defined in the spec.
NewGetListorListData creates a new http.Handler for the get listor list data operation.
NewGetListorListDataBadRequest creates GetListorListDataBadRequest with default headers values.
NewGetListorListDataNotFound creates GetListorListDataNotFound with default headers values.
NewGetListorListDataOK creates GetListorListDataOK with default headers values.
NewGetListorListDataParams creates a new GetListorListDataParams object
There are no default values defined in the spec.
# Constants
GetListorGetDefinitionNotFoundCode is the HTTP code returned for type GetListorGetDefinitionNotFound.
GetListorGetDefinitionOKCode is the HTTP code returned for type GetListorGetDefinitionOK.
GetListorGetIdsOKCode is the HTTP code returned for type GetListorGetIdsOK.
GetListorListDataBadRequestCode is the HTTP code returned for type GetListorListDataBadRequest.
GetListorListDataNotFoundCode is the HTTP code returned for type GetListorListDataNotFound.
GetListorListDataOKCode is the HTTP code returned for type GetListorListDataOK.
# Structs
GetListorGetDefinition swagger:route GET /listor/getDefinition listor getListorGetDefinition
Get definition of a Listor
*/.
GetListorGetDefinitionNotFound Id not found
swagger:response getListorGetDefinitionNotFound
*/.
GetListorGetDefinitionOK Definition of a Listor
swagger:response getListorGetDefinitionOK
*/.
GetListorGetDefinitionOKBody get listor get definition o k body
swagger:model GetListorGetDefinitionOKBody.
GetListorGetDefinitionParams contains all the bound params for the get listor get definition operation typically these are obtained from a http.Request
swagger:parameters GetListorGetDefinition.
GetListorGetDefinitionURL generates an URL for the get listor get definition operation.
GetListorGetIds swagger:route GET /listor/getIds listor getListorGetIds
Get ids of Listor
*/.
GetListorGetIdsOK Ids of Listor
swagger:response getListorGetIdsOK
*/.
GetListorGetIdsOKBody get listor get ids o k body
swagger:model GetListorGetIdsOKBody.
GetListorGetIdsParams contains all the bound params for the get listor get ids operation typically these are obtained from a http.Request
swagger:parameters GetListorGetIds.
GetListorGetIdsURL generates an URL for the get listor get ids operation.
GetListorListData swagger:route GET /listor/listData listor getListorListData
Get list of all raw data according to the definition
*/.
GetListorListDataBadRequest Error occurs
swagger:response getListorListDataBadRequest
*/.
GetListorListDataNotFound Id not found
swagger:response getListorListDataNotFound
*/.
GetListorListDataOK List of raw data
swagger:response getListorListDataOK
*/.
GetListorListDataOKBody get listor list data o k body
swagger:model GetListorListDataOKBody.
GetListorListDataParams contains all the bound params for the get listor list data operation typically these are obtained from a http.Request
swagger:parameters GetListorListData.
GetListorListDataURL generates an URL for the get listor list data operation.
# Interfaces
GetListorGetDefinitionHandler interface for that can handle valid get listor get definition params.
GetListorGetIdsHandler interface for that can handle valid get listor get ids params.
GetListorListDataHandler interface for that can handle valid get listor list data params.
# Type aliases
GetListorGetDefinitionHandlerFunc turns a function with the right signature into a get listor get definition handler.
GetListorGetIdsHandlerFunc turns a function with the right signature into a get listor get ids handler.
GetListorListDataHandlerFunc turns a function with the right signature into a get listor list data handler.