# Functions
NewExploreQuery creates a new http.Handler for the explore query operation.
NewExploreQueryDefault creates ExploreQueryDefault with default headers values.
NewExploreQueryOK creates ExploreQueryOK with default headers values.
NewExploreQueryParams creates a new ExploreQueryParams object with the default values initialized.
NewExploreSearch creates a new http.Handler for the explore search operation.
NewExploreSearchDefault creates ExploreSearchDefault with default headers values.
NewExploreSearchOK creates ExploreSearchOK with default headers values.
NewExploreSearchParams creates a new ExploreSearchParams object no default values defined in spec.
NewGetExploreQuery creates a new http.Handler for the get explore query operation.
NewGetExploreQueryDefault creates GetExploreQueryDefault with default headers values.
NewGetExploreQueryNotFound creates GetExploreQueryNotFound with default headers values.
NewGetExploreQueryOK creates GetExploreQueryOK with default headers values.
NewGetExploreQueryParams creates a new GetExploreQueryParams object no default values defined in spec.
# Constants
ExploreQueryOKCode is the HTTP code returned for type ExploreQueryOK.
ExploreSearchOKCode is the HTTP code returned for type ExploreSearchOK.
GetExploreQueryNotFoundCode is the HTTP code returned for type GetExploreQueryNotFound.
GetExploreQueryOKCode is the HTTP code returned for type GetExploreQueryOK.
# Structs
ExploreQuery swagger:route POST /node/explore/query medco-node exploreQuery
MedCo-Explore query to the node.
ExploreQueryBody explore query body swagger:model ExploreQueryBody.
ExploreQueryDefault Error response.
ExploreQueryDefaultBody explore query default body swagger:model ExploreQueryDefaultBody.
ExploreQueryOK MedCo-Explore query response.
ExploreQueryOKBody explore query o k body swagger:model ExploreQueryOKBody.
ExploreQueryParams contains all the bound params for the explore query operation typically these are obtained from a http.Request
swagger:parameters exploreQuery.
ExploreQueryURL generates an URL for the explore query operation.
ExploreSearch swagger:route POST /node/explore/search medco-node exploreSearch
Search through the ontology for MedCo-Explore query terms.
ExploreSearchDefault Error response.
ExploreSearchDefaultBody explore search default body swagger:model ExploreSearchDefaultBody.
ExploreSearchOK MedCo-Explore search query response.
ExploreSearchOKBody explore search o k body swagger:model ExploreSearchOKBody.
ExploreSearchParams contains all the bound params for the explore search operation typically these are obtained from a http.Request
swagger:parameters exploreSearch.
ExploreSearchURL generates an URL for the explore search operation.
GetExploreQuery swagger:route GET /node/explore/query/{queryId} medco-node getExploreQuery
Get status and result of a MedCo-Explore query.
GetExploreQueryDefault Error response.
GetExploreQueryDefaultBody get explore query default body swagger:model GetExploreQueryDefaultBody.
GetExploreQueryNotFound Query ID not found.
GetExploreQueryOK MedCo-Explore query response.
GetExploreQueryOKBody get explore query o k body swagger:model GetExploreQueryOKBody.
GetExploreQueryParams contains all the bound params for the get explore query operation typically these are obtained from a http.Request
swagger:parameters getExploreQuery.
GetExploreQueryURL generates an URL for the get explore query operation.
# Interfaces
ExploreQueryHandler interface for that can handle valid explore query params.
ExploreSearchHandler interface for that can handle valid explore search params.
GetExploreQueryHandler interface for that can handle valid get explore query params.
# Type aliases
ExploreQueryHandlerFunc turns a function with the right signature into a explore query handler.
ExploreSearchHandlerFunc turns a function with the right signature into a explore search handler.
GetExploreQueryHandlerFunc turns a function with the right signature into a get explore query handler.