package
0.7.3
Repository: https://github.com/kubernetes-helm/monocular.git
Documentation: pkg.go.dev

# Functions

NewGetAllCharts creates a new http.Handler for the get all charts operation.
NewGetAllChartsDefault creates GetAllChartsDefault with default headers values.
NewGetAllChartsOK creates GetAllChartsOK with default headers values.
NewGetAllChartsParams creates a new GetAllChartsParams object with the default values initialized.
NewGetChart creates a new http.Handler for the get chart operation.
NewGetChartDefault creates GetChartDefault with default headers values.
NewGetChartOK creates GetChartOK with default headers values.
NewGetChartParams creates a new GetChartParams object with the default values initialized.
NewGetChartsInRepo creates a new http.Handler for the get charts in repo operation.
NewGetChartsInRepoDefault creates GetChartsInRepoDefault with default headers values.
NewGetChartsInRepoOK creates GetChartsInRepoOK with default headers values.
NewGetChartsInRepoParams creates a new GetChartsInRepoParams object with the default values initialized.
NewGetChartVersion creates a new http.Handler for the get chart version operation.
NewGetChartVersionDefault creates GetChartVersionDefault with default headers values.
NewGetChartVersionOK creates GetChartVersionOK with default headers values.
NewGetChartVersionParams creates a new GetChartVersionParams object with the default values initialized.
NewGetChartVersions creates a new http.Handler for the get chart versions operation.
NewGetChartVersionsDefault creates GetChartVersionsDefault with default headers values.
NewGetChartVersionsOK creates GetChartVersionsOK with default headers values.
NewGetChartVersionsParams creates a new GetChartVersionsParams object with the default values initialized.
NewSearchCharts creates a new http.Handler for the search charts operation.
NewSearchChartsDefault creates SearchChartsDefault with default headers values.
NewSearchChartsOK creates SearchChartsOK with default headers values.
NewSearchChartsParams creates a new SearchChartsParams object with the default values initialized.

# Structs

GetAllCharts swagger:route GET /v1/charts charts getAllCharts get all charts from all repos */.
GetAllChartsDefault unexpected error swagger:response getAllChartsDefault */.
GetAllChartsOK charts response swagger:response getAllChartsOK */.
GetAllChartsParams contains all the bound params for the get all charts operation typically these are obtained from a http.Request swagger:parameters getAllCharts.
GetChart swagger:route GET /v1/charts/{repo}/{chartName} charts getChart get chart by repo/name */.
GetChartDefault unexpected error swagger:response getChartDefault */.
GetChartOK chart response swagger:response getChartOK */.
GetChartParams contains all the bound params for the get chart operation typically these are obtained from a http.Request swagger:parameters getChart.
GetChartsInRepo swagger:route GET /v1/charts/{repo} charts getChartsInRepo get all charts by repo */.
GetChartsInRepoDefault unexpected error swagger:response getChartsInRepoDefault */.
GetChartsInRepoOK charts by repo response swagger:response getChartsInRepoOK */.
GetChartsInRepoOKBodyBody get charts in repo o k body body swagger:model GetChartsInRepoOKBodyBody */.
GetChartsInRepoParams contains all the bound params for the get charts in repo operation typically these are obtained from a http.Request swagger:parameters getChartsInRepo.
GetChartVersion swagger:route GET /v1/charts/{repo}/{chartName}/versions/{version} charts getChartVersion get specific chart version by repo/name */.
GetChartVersionDefault unexpected error swagger:response getChartVersionDefault */.
GetChartVersionOK charts response swagger:response getChartVersionOK */.
GetChartVersionParams contains all the bound params for the get chart version operation typically these are obtained from a http.Request swagger:parameters getChartVersion.
GetChartVersions swagger:route GET /v1/charts/{repo}/{chartName}/versions charts getChartVersions get all chart versions by repo/name */.
GetChartVersionsDefault unexpected error swagger:response getChartVersionsDefault */.
GetChartVersionsOK chart response swagger:response getChartVersionsOK */.
GetChartVersionsParams contains all the bound params for the get chart versions operation typically these are obtained from a http.Request swagger:parameters getChartVersions.
SearchCharts swagger:route GET /v1/charts/search charts searchCharts search charts */.
SearchChartsDefault unexpected error swagger:response searchChartsDefault */.
SearchChartsOK repositories response swagger:response searchChartsOK */.
SearchChartsParams contains all the bound params for the search charts operation typically these are obtained from a http.Request swagger:parameters searchCharts.

# Interfaces

GetAllChartsHandler interface for that can handle valid get all charts params.
GetChartHandler interface for that can handle valid get chart params.
GetChartsInRepoHandler interface for that can handle valid get charts in repo params.
GetChartVersionHandler interface for that can handle valid get chart version params.
GetChartVersionsHandler interface for that can handle valid get chart versions params.
SearchChartsHandler interface for that can handle valid search charts params.

# Type aliases

GetAllChartsHandlerFunc turns a function with the right signature into a get all charts handler.
GetChartHandlerFunc turns a function with the right signature into a get chart handler.
GetChartsInRepoHandlerFunc turns a function with the right signature into a get charts in repo handler.
GetChartVersionHandlerFunc turns a function with the right signature into a get chart version handler.
GetChartVersionsHandlerFunc turns a function with the right signature into a get chart versions handler.
SearchChartsHandlerFunc turns a function with the right signature into a search charts handler.