Versions in this module Expand all Collapse all v0 v0.1.0 Nov 28, 2024 Changes in this version + const Oauth2AuthenticationScopes + func GetSwagger() (swagger *openapi3.T, err error) + func Handler(si ServerInterface) http.Handler + func HandlerFromMux(si ServerInterface, r chi.Router) http.Handler + func HandlerFromMuxWithBaseURL(si ServerInterface, r chi.Router, baseURL string) http.Handler + func HandlerWithOptions(si ServerInterface, options ChiServerOptions) http.Handler + func NewGetApiV1OrganizationsOrganizationIDProjectsProjectIDApplicationsRequest(server string, organizationID OrganizationIDParameter, ...) (*http.Request, error) + func PathToRawSpec(pathToFile string) map[string]func() ([]byte, error) + type ApplicationDependencies = []ApplicationDependency + type ApplicationDependency struct + Name string + type ApplicationRead struct + Metadata externalRef0.ResourceReadMetadata + Spec ApplicationSpec + type ApplicationRecommends = []ApplicationDependency + type ApplicationSpec struct + Documentation string + HumanReadableName string + Icon []byte + License string + Versions ApplicationVersions + type ApplicationVersion struct + Dependencies *ApplicationDependencies + Recommends *ApplicationRecommends + Version string + type ApplicationVersions = []ApplicationVersion + type Applications = []ApplicationRead + type ApplicationsResponse = Applications + type ChiServerOptions struct + BaseRouter chi.Router + BaseURL string + ErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error) + Middlewares []MiddlewareFunc + type Client struct + Client HttpRequestDoer + RequestEditors []RequestEditorFn + Server string + func NewClient(server string, opts ...ClientOption) (*Client, error) + func (c *Client) GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplications(ctx context.Context, organizationID OrganizationIDParameter, ...) (*http.Response, error) + type ClientInterface interface + GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplications func(ctx context.Context, organizationID OrganizationIDParameter, ...) (*http.Response, error) + type ClientOption func(*Client) error + func WithBaseURL(baseURL string) ClientOption + func WithHTTPClient(doer HttpRequestDoer) ClientOption + func WithRequestEditorFn(fn RequestEditorFn) ClientOption + type ClientWithResponses struct + func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error) + func (c *ClientWithResponses) GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplicationsWithResponse(ctx context.Context, organizationID OrganizationIDParameter, ...) (*GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplicationsResponse, ...) + type ClientWithResponsesInterface interface + GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplicationsWithResponse func(ctx context.Context, organizationID OrganizationIDParameter, ...) (*GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplicationsResponse, ...) + type GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplicationsResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *ApplicationsResponse + JSON400 *externalRef0.BadRequestResponse + JSON401 *externalRef0.UnauthorizedResponse + JSON500 *externalRef0.InternalServerErrorResponse + func ParseGetApiV1OrganizationsOrganizationIDProjectsProjectIDApplicationsResponse(rsp *http.Response) (*GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplicationsResponse, ...) + func (r GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplicationsResponse) Status() string + func (r GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplicationsResponse) StatusCode() int + type HttpRequestDoer interface + Do func(req *http.Request) (*http.Response, error) + type InvalidParamFormatError struct + Err error + ParamName string + func (e *InvalidParamFormatError) Error() string + func (e *InvalidParamFormatError) Unwrap() error + type KubernetesNameParameter = string + type MiddlewareFunc func(http.Handler) http.Handler + type OrganizationIDParameter = KubernetesNameParameter + type ProjectIDParameter = KubernetesNameParameter + type RequestEditorFn func(ctx context.Context, req *http.Request) error + type RequiredHeaderError struct + Err error + ParamName string + func (e *RequiredHeaderError) Error() string + func (e *RequiredHeaderError) Unwrap() error + type RequiredParamError struct + ParamName string + func (e *RequiredParamError) Error() string + type ServerInterface interface + GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplications func(w http.ResponseWriter, r *http.Request, organizationID OrganizationIDParameter, ...) + type ServerInterfaceWrapper struct + ErrorHandlerFunc func(w http.ResponseWriter, r *http.Request, err error) + Handler ServerInterface + HandlerMiddlewares []MiddlewareFunc + func (siw *ServerInterfaceWrapper) GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplications(w http.ResponseWriter, r *http.Request) + type TooManyValuesForParamError struct + Count int + ParamName string + func (e *TooManyValuesForParamError) Error() string + type UnescapedCookieParamError struct + Err error + ParamName string + func (e *UnescapedCookieParamError) Error() string + func (e *UnescapedCookieParamError) Unwrap() error + type Unimplemented struct + func (_ Unimplemented) GetApiV1OrganizationsOrganizationIDProjectsProjectIDApplications(w http.ResponseWriter, r *http.Request, organizationID OrganizationIDParameter, ...) + type UnmarshalingParamError struct + Err error + ParamName string + func (e *UnmarshalingParamError) Error() string + func (e *UnmarshalingParamError) Unwrap() error