# Functions
NewGetAllData creates a new http.Handler for the get all data operation.
NewGetAllDataNotFound creates GetAllDataNotFound with default headers values.
NewGetAllDataOK creates GetAllDataOK with default headers values.
NewGetAllDataParams creates a new GetAllDataParams object
There are no default values defined in the spec.
NewGetChartData creates a new http.Handler for the get chart data operation.
NewGetChartDataNotFound creates GetChartDataNotFound with default headers values.
NewGetChartDataOK creates GetChartDataOK with default headers values.
NewGetChartDataParams creates a new GetChartDataParams object
There are no default values defined in the spec.
# Constants
GetAllDataNotFoundCode is the HTTP code returned for type GetAllDataNotFound.
GetAllDataOKCode is the HTTP code returned for type GetAllDataOK.
GetChartDataNotFoundCode is the HTTP code returned for type GetChartDataNotFound.
GetChartDataOKCode is the HTTP code returned for type GetChartDataOK.
# Structs
GetAllData swagger:route GET /data data getAllData
Get all defi data
*/.
GetAllDataNotFound not found
swagger:response getAllDataNotFound
*/.
GetAllDataOK successful operation
swagger:response getAllDataOK
*/.
GetAllDataParams contains all the bound params for the get all data operation typically these are obtained from a http.Request
swagger:parameters getAllData.
GetAllDataURL generates an URL for the get all data operation.
GetChartData swagger:route GET /chart/{days} data getChartData
Get chart defi data
*/.
GetChartDataNotFound not found
swagger:response getChartDataNotFound
*/.
GetChartDataOK successful operation
swagger:response getChartDataOK
*/.
GetChartDataParams contains all the bound params for the get chart data operation typically these are obtained from a http.Request
swagger:parameters getChartData.
GetChartDataURL generates an URL for the get chart data operation.
# Interfaces
GetAllDataHandler interface for that can handle valid get all data params.
GetChartDataHandler interface for that can handle valid get chart data params.
# Type aliases
GetAllDataHandlerFunc turns a function with the right signature into a get all data handler.
GetChartDataHandlerFunc turns a function with the right signature into a get chart data handler.