# Functions
NewGetValues creates a new http.Handler for the get values operation.
NewGetValuesDefault creates GetValuesDefault with default headers values.
NewGetValuesNotFound creates GetValuesNotFound with default headers values.
NewGetValuesOK creates GetValuesOK with default headers values.
NewGetValuesParams creates a new GetValuesParams object with the default values initialized.
NewGetVariants creates a new http.Handler for the get variants operation.
NewGetVariantsDefault creates GetVariantsDefault with default headers values.
NewGetVariantsNotFound creates GetVariantsNotFound with default headers values.
NewGetVariantsOK creates GetVariantsOK with default headers values.
NewGetVariantsParams creates a new GetVariantsParams object with the default values initialized.
# Constants
GetValuesNotFoundCode is the HTTP code returned for type GetValuesNotFound.
GetValuesOKCode is the HTTP code returned for type GetValuesOK.
GetVariantsNotFoundCode is the HTTP code returned for type GetVariantsNotFound.
GetVariantsOKCode is the HTTP code returned for type GetVariantsOK.
# Structs
GetValues swagger:route GET /genomic-annotations/{annotation} genomic-annotations getValues
Get genomic annotations values.
GetValuesDefault Error response.
GetValuesDefaultBody get values default body
swagger:model GetValuesDefaultBody.
GetValuesNotFound Annotation not found.
GetValuesOK Queried annotation values.
GetValuesParams contains all the bound params for the get values operation typically these are obtained from a http.Request
swagger:parameters getValues.
GetValuesURL generates an URL for the get values operation.
GetVariants swagger:route GET /genomic-annotations/{annotation}/{value} genomic-annotations getVariants
Get variants corresponding to a genomic annotation value.
GetVariantsDefault Error response.
GetVariantsDefaultBody get variants default body
swagger:model GetVariantsDefaultBody.
GetVariantsNotFound Annotation or annotation value not found.
GetVariantsOK Queried variants.
GetVariantsParams contains all the bound params for the get variants operation typically these are obtained from a http.Request
swagger:parameters getVariants.
GetVariantsURL generates an URL for the get variants operation.
# Interfaces
GetValuesHandler interface for that can handle valid get values params.
GetVariantsHandler interface for that can handle valid get variants params.
# Type aliases
GetValuesHandlerFunc turns a function with the right signature into a get values handler.
GetVariantsHandlerFunc turns a function with the right signature into a get variants handler.