Versions in this module Expand all Collapse all v0 v0.1.0 Jul 15, 2024 Changes in this version + const CookieAuthScopes + func NewApplicationsCreateRequest(server string, body ApplicationsCreateJSONRequestBody) (*http.Request, error) + func NewApplicationsCreateRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error) + func NewApplicationsDataSourcesChecksCreateRequest(server string, applicationId int, sourceId int, ...) (*http.Request, error) + func NewApplicationsDataSourcesChecksCreateRequestWithBody(server string, applicationId int, sourceId int, contentType string, ...) (*http.Request, error) + func NewApplicationsDataSourcesChecksDestroyRequest(server string, applicationId int, sourceId int, id int) (*http.Request, error) + func NewApplicationsDataSourcesChecksListRequest(server string, applicationId int, sourceId int) (*http.Request, error) + func NewApplicationsDataSourcesChecksRetrieveRequest(server string, applicationId int, sourceId int, id int) (*http.Request, error) + func NewApplicationsDataSourcesChecksUpdateRequest(server string, applicationId int, sourceId int, id int, ...) (*http.Request, error) + func NewApplicationsDataSourcesChecksUpdateRequestWithBody(server string, applicationId int, sourceId int, id int, contentType string, ...) (*http.Request, error) + func NewApplicationsDataSourcesCreateRequest(server string, applicationId int, ...) (*http.Request, error) + func NewApplicationsDataSourcesCreateRequestWithBody(server string, applicationId int, contentType string, body io.Reader) (*http.Request, error) + func NewApplicationsDataSourcesDestroyRequest(server string, applicationId int, id int) (*http.Request, error) + func NewApplicationsDataSourcesListRequest(server string, applicationId int) (*http.Request, error) + func NewApplicationsDataSourcesRetrieveRequest(server string, applicationId int, id int) (*http.Request, error) + func NewApplicationsDataSourcesUpdateRequest(server string, applicationId int, id int, ...) (*http.Request, error) + func NewApplicationsDataSourcesUpdateRequestWithBody(server string, applicationId int, id int, contentType string, body io.Reader) (*http.Request, error) + func NewApplicationsDestroyRequest(server string, id int) (*http.Request, error) + func NewApplicationsFormattedCreateRequest(server string, format ApplicationsFormattedCreateParamsFormat, ...) (*http.Request, error) + func NewApplicationsFormattedCreateRequestWithBody(server string, format ApplicationsFormattedCreateParamsFormat, ...) (*http.Request, error) + func NewApplicationsFormattedDestroyRequest(server string, id int, format ApplicationsFormattedDestroyParamsFormat) (*http.Request, error) + func NewApplicationsFormattedListRequest(server string, format ApplicationsFormattedListParamsFormat) (*http.Request, error) + func NewApplicationsFormattedRetrieveRequest(server string, id int, format ApplicationsFormattedRetrieveParamsFormat) (*http.Request, error) + func NewApplicationsFormattedUpdateRequest(server string, id int, format ApplicationsFormattedUpdateParamsFormat, ...) (*http.Request, error) + func NewApplicationsFormattedUpdateRequestWithBody(server string, id int, format ApplicationsFormattedUpdateParamsFormat, ...) (*http.Request, error) + func NewApplicationsListRequest(server string) (*http.Request, error) + func NewApplicationsRetrieveRequest(server string, id int) (*http.Request, error) + func NewApplicationsUpdateRequest(server string, id int, body ApplicationsUpdateJSONRequestBody) (*http.Request, error) + func NewApplicationsUpdateRequestWithBody(server string, id int, contentType string, body io.Reader) (*http.Request, error) + type Application struct + Datasources *string + Id *int + Identifier *openapi_types.UUID + Name string + type ApplicationRequest struct + Name string + type ApplicationsCreateJSONRequestBody = ApplicationRequest + type ApplicationsCreateResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Application + func ParseApplicationsCreateResponse(rsp *http.Response) (*ApplicationsCreateResponse, error) + func (r ApplicationsCreateResponse) Status() string + func (r ApplicationsCreateResponse) StatusCode() int + type ApplicationsDataSourcesChecksCreateJSONRequestBody = CheckRequest + type ApplicationsDataSourcesChecksCreateResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Check + func ParseApplicationsDataSourcesChecksCreateResponse(rsp *http.Response) (*ApplicationsDataSourcesChecksCreateResponse, error) + func (r ApplicationsDataSourcesChecksCreateResponse) Status() string + func (r ApplicationsDataSourcesChecksCreateResponse) StatusCode() int + type ApplicationsDataSourcesChecksDestroyResponse struct + Body []byte + HTTPResponse *http.Response + func ParseApplicationsDataSourcesChecksDestroyResponse(rsp *http.Response) (*ApplicationsDataSourcesChecksDestroyResponse, error) + func (r ApplicationsDataSourcesChecksDestroyResponse) Status() string + func (r ApplicationsDataSourcesChecksDestroyResponse) StatusCode() int + type ApplicationsDataSourcesChecksListResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]Check + func ParseApplicationsDataSourcesChecksListResponse(rsp *http.Response) (*ApplicationsDataSourcesChecksListResponse, error) + func (r ApplicationsDataSourcesChecksListResponse) Status() string + func (r ApplicationsDataSourcesChecksListResponse) StatusCode() int + type ApplicationsDataSourcesChecksRetrieveResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Check + func ParseApplicationsDataSourcesChecksRetrieveResponse(rsp *http.Response) (*ApplicationsDataSourcesChecksRetrieveResponse, error) + func (r ApplicationsDataSourcesChecksRetrieveResponse) Status() string + func (r ApplicationsDataSourcesChecksRetrieveResponse) StatusCode() int + type ApplicationsDataSourcesChecksUpdateJSONRequestBody = CheckRequest + type ApplicationsDataSourcesChecksUpdateResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Check + func ParseApplicationsDataSourcesChecksUpdateResponse(rsp *http.Response) (*ApplicationsDataSourcesChecksUpdateResponse, error) + func (r ApplicationsDataSourcesChecksUpdateResponse) Status() string + func (r ApplicationsDataSourcesChecksUpdateResponse) StatusCode() int + type ApplicationsDataSourcesCreateJSONRequestBody = DataSourceRequest + type ApplicationsDataSourcesCreateResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *DataSource + func ParseApplicationsDataSourcesCreateResponse(rsp *http.Response) (*ApplicationsDataSourcesCreateResponse, error) + func (r ApplicationsDataSourcesCreateResponse) Status() string + func (r ApplicationsDataSourcesCreateResponse) StatusCode() int + type ApplicationsDataSourcesDestroyResponse struct + Body []byte + HTTPResponse *http.Response + func ParseApplicationsDataSourcesDestroyResponse(rsp *http.Response) (*ApplicationsDataSourcesDestroyResponse, error) + func (r ApplicationsDataSourcesDestroyResponse) Status() string + func (r ApplicationsDataSourcesDestroyResponse) StatusCode() int + type ApplicationsDataSourcesListResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]DataSource + func ParseApplicationsDataSourcesListResponse(rsp *http.Response) (*ApplicationsDataSourcesListResponse, error) + func (r ApplicationsDataSourcesListResponse) Status() string + func (r ApplicationsDataSourcesListResponse) StatusCode() int + type ApplicationsDataSourcesRetrieveResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DataSource + func ParseApplicationsDataSourcesRetrieveResponse(rsp *http.Response) (*ApplicationsDataSourcesRetrieveResponse, error) + func (r ApplicationsDataSourcesRetrieveResponse) Status() string + func (r ApplicationsDataSourcesRetrieveResponse) StatusCode() int + type ApplicationsDataSourcesUpdateJSONRequestBody = DataSourceRequest + type ApplicationsDataSourcesUpdateResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *DataSource + func ParseApplicationsDataSourcesUpdateResponse(rsp *http.Response) (*ApplicationsDataSourcesUpdateResponse, error) + func (r ApplicationsDataSourcesUpdateResponse) Status() string + func (r ApplicationsDataSourcesUpdateResponse) StatusCode() int + type ApplicationsDestroyResponse struct + Body []byte + HTTPResponse *http.Response + func ParseApplicationsDestroyResponse(rsp *http.Response) (*ApplicationsDestroyResponse, error) + func (r ApplicationsDestroyResponse) Status() string + func (r ApplicationsDestroyResponse) StatusCode() int + type ApplicationsFormattedCreateJSONRequestBody = ApplicationRequest + type ApplicationsFormattedCreateParamsFormat string + const DotJson + type ApplicationsFormattedCreateResponse struct + Body []byte + HTTPResponse *http.Response + JSON201 *Application + func ParseApplicationsFormattedCreateResponse(rsp *http.Response) (*ApplicationsFormattedCreateResponse, error) + func (r ApplicationsFormattedCreateResponse) Status() string + func (r ApplicationsFormattedCreateResponse) StatusCode() int + type ApplicationsFormattedDestroyParamsFormat string + const ApplicationsFormattedDestroyParamsFormatDotJson + type ApplicationsFormattedDestroyResponse struct + Body []byte + HTTPResponse *http.Response + func ParseApplicationsFormattedDestroyResponse(rsp *http.Response) (*ApplicationsFormattedDestroyResponse, error) + func (r ApplicationsFormattedDestroyResponse) Status() string + func (r ApplicationsFormattedDestroyResponse) StatusCode() int + type ApplicationsFormattedListParamsFormat string + const ApplicationsFormattedListParamsFormatDotJson + type ApplicationsFormattedListResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]Application + func ParseApplicationsFormattedListResponse(rsp *http.Response) (*ApplicationsFormattedListResponse, error) + func (r ApplicationsFormattedListResponse) Status() string + func (r ApplicationsFormattedListResponse) StatusCode() int + type ApplicationsFormattedRetrieveParamsFormat string + const ApplicationsFormattedRetrieveParamsFormatDotJson + type ApplicationsFormattedRetrieveResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Application + func ParseApplicationsFormattedRetrieveResponse(rsp *http.Response) (*ApplicationsFormattedRetrieveResponse, error) + func (r ApplicationsFormattedRetrieveResponse) Status() string + func (r ApplicationsFormattedRetrieveResponse) StatusCode() int + type ApplicationsFormattedUpdateJSONRequestBody = ApplicationRequest + type ApplicationsFormattedUpdateParamsFormat string + const ApplicationsFormattedUpdateParamsFormatDotJson + type ApplicationsFormattedUpdateResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Application + func ParseApplicationsFormattedUpdateResponse(rsp *http.Response) (*ApplicationsFormattedUpdateResponse, error) + func (r ApplicationsFormattedUpdateResponse) Status() string + func (r ApplicationsFormattedUpdateResponse) StatusCode() int + type ApplicationsListResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *[]Application + func ParseApplicationsListResponse(rsp *http.Response) (*ApplicationsListResponse, error) + func (r ApplicationsListResponse) Status() string + func (r ApplicationsListResponse) StatusCode() int + type ApplicationsRetrieveResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Application + func ParseApplicationsRetrieveResponse(rsp *http.Response) (*ApplicationsRetrieveResponse, error) + func (r ApplicationsRetrieveResponse) Status() string + func (r ApplicationsRetrieveResponse) StatusCode() int + type ApplicationsUpdateJSONRequestBody = ApplicationRequest + type ApplicationsUpdateResponse struct + Body []byte + HTTPResponse *http.Response + JSON200 *Application + func ParseApplicationsUpdateResponse(rsp *http.Response) (*ApplicationsUpdateResponse, error) + func (r ApplicationsUpdateResponse) Status() string + func (r ApplicationsUpdateResponse) StatusCode() int + type Check struct + func (t *Check) FromHttpStatusCheckTyped(v HttpStatusCheckTyped) error + func (t *Check) FromJsonDataCheckTyped(v JsonDataCheckTyped) error + func (t *Check) MergeHttpStatusCheckTyped(v HttpStatusCheckTyped) error + func (t *Check) MergeJsonDataCheckTyped(v JsonDataCheckTyped) error + func (t *Check) UnmarshalJSON(b []byte) error + func (t Check) AsHttpStatusCheckTyped() (HttpStatusCheckTyped, error) + func (t Check) AsJsonDataCheckTyped() (JsonDataCheckTyped, error) + func (t Check) Discriminator() (string, error) + func (t Check) MarshalJSON() ([]byte, error) + func (t Check) ValueByDiscriminator() (interface{}, error) + type CheckRequest struct + func (t *CheckRequest) FromHttpStatusCheckTypedRequest(v HttpStatusCheckTypedRequest) error + func (t *CheckRequest) FromJsonDataCheckTypedRequest(v JsonDataCheckTypedRequest) error + func (t *CheckRequest) MergeHttpStatusCheckTypedRequest(v HttpStatusCheckTypedRequest) error + func (t *CheckRequest) MergeJsonDataCheckTypedRequest(v JsonDataCheckTypedRequest) error + func (t *CheckRequest) UnmarshalJSON(b []byte) error + func (t CheckRequest) AsHttpStatusCheckTypedRequest() (HttpStatusCheckTypedRequest, error) + func (t CheckRequest) AsJsonDataCheckTypedRequest() (JsonDataCheckTypedRequest, error) + func (t CheckRequest) Discriminator() (string, error) + func (t CheckRequest) MarshalJSON() ([]byte, error) + func (t CheckRequest) ValueByDiscriminator() (interface{}, error) + type Client struct + Client HttpRequestDoer + RequestEditors []RequestEditorFn + Server string + func NewClient(server string, opts ...ClientOption) (*Client, error) + func (c *Client) ApplicationsCreate(ctx context.Context, body ApplicationsCreateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ApplicationsCreateWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesChecksCreate(ctx context.Context, applicationId int, sourceId int, ...) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesChecksCreateWithBody(ctx context.Context, applicationId int, sourceId int, contentType string, ...) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesChecksDestroy(ctx context.Context, applicationId int, sourceId int, id int, ...) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesChecksList(ctx context.Context, applicationId int, sourceId int, ...) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesChecksRetrieve(ctx context.Context, applicationId int, sourceId int, id int, ...) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesChecksUpdate(ctx context.Context, applicationId int, sourceId int, id int, ...) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesChecksUpdateWithBody(ctx context.Context, applicationId int, sourceId int, id int, ...) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesCreate(ctx context.Context, applicationId int, ...) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesCreateWithBody(ctx context.Context, applicationId int, contentType string, body io.Reader, ...) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesDestroy(ctx context.Context, applicationId int, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesList(ctx context.Context, applicationId int, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesRetrieve(ctx context.Context, applicationId int, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesUpdate(ctx context.Context, applicationId int, id int, ...) (*http.Response, error) + func (c *Client) ApplicationsDataSourcesUpdateWithBody(ctx context.Context, applicationId int, id int, contentType string, ...) (*http.Response, error) + func (c *Client) ApplicationsDestroy(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApplicationsFormattedCreate(ctx context.Context, format ApplicationsFormattedCreateParamsFormat, ...) (*http.Response, error) + func (c *Client) ApplicationsFormattedCreateWithBody(ctx context.Context, format ApplicationsFormattedCreateParamsFormat, ...) (*http.Response, error) + func (c *Client) ApplicationsFormattedDestroy(ctx context.Context, id int, format ApplicationsFormattedDestroyParamsFormat, ...) (*http.Response, error) + func (c *Client) ApplicationsFormattedList(ctx context.Context, format ApplicationsFormattedListParamsFormat, ...) (*http.Response, error) + func (c *Client) ApplicationsFormattedRetrieve(ctx context.Context, id int, format ApplicationsFormattedRetrieveParamsFormat, ...) (*http.Response, error) + func (c *Client) ApplicationsFormattedUpdate(ctx context.Context, id int, format ApplicationsFormattedUpdateParamsFormat, ...) (*http.Response, error) + func (c *Client) ApplicationsFormattedUpdateWithBody(ctx context.Context, id int, format ApplicationsFormattedUpdateParamsFormat, ...) (*http.Response, error) + func (c *Client) ApplicationsList(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApplicationsRetrieve(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) ApplicationsUpdate(ctx context.Context, id int, body ApplicationsUpdateJSONRequestBody, ...) (*http.Response, error) + func (c *Client) ApplicationsUpdateWithBody(ctx context.Context, id int, contentType string, body io.Reader, ...) (*http.Response, error) + type ClientInterface interface + ApplicationsCreate func(ctx context.Context, body ApplicationsCreateJSONRequestBody, ...) (*http.Response, error) + ApplicationsCreateWithBody func(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + ApplicationsDataSourcesChecksCreate func(ctx context.Context, applicationId int, sourceId int, ...) (*http.Response, error) + ApplicationsDataSourcesChecksCreateWithBody func(ctx context.Context, applicationId int, sourceId int, contentType string, ...) (*http.Response, error) + ApplicationsDataSourcesChecksDestroy func(ctx context.Context, applicationId int, sourceId int, id int, ...) (*http.Response, error) + ApplicationsDataSourcesChecksList func(ctx context.Context, applicationId int, sourceId int, ...) (*http.Response, error) + ApplicationsDataSourcesChecksRetrieve func(ctx context.Context, applicationId int, sourceId int, id int, ...) (*http.Response, error) + ApplicationsDataSourcesChecksUpdate func(ctx context.Context, applicationId int, sourceId int, id int, ...) (*http.Response, error) + ApplicationsDataSourcesChecksUpdateWithBody func(ctx context.Context, applicationId int, sourceId int, id int, ...) (*http.Response, error) + ApplicationsDataSourcesCreate func(ctx context.Context, applicationId int, ...) (*http.Response, error) + ApplicationsDataSourcesCreateWithBody func(ctx context.Context, applicationId int, contentType string, body io.Reader, ...) (*http.Response, error) + ApplicationsDataSourcesDestroy func(ctx context.Context, applicationId int, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + ApplicationsDataSourcesList func(ctx context.Context, applicationId int, reqEditors ...RequestEditorFn) (*http.Response, error) + ApplicationsDataSourcesRetrieve func(ctx context.Context, applicationId int, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + ApplicationsDataSourcesUpdate func(ctx context.Context, applicationId int, id int, ...) (*http.Response, error) + ApplicationsDataSourcesUpdateWithBody func(ctx context.Context, applicationId int, id int, contentType string, ...) (*http.Response, error) + ApplicationsDestroy func(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + ApplicationsFormattedCreate func(ctx context.Context, format ApplicationsFormattedCreateParamsFormat, ...) (*http.Response, error) + ApplicationsFormattedCreateWithBody func(ctx context.Context, format ApplicationsFormattedCreateParamsFormat, ...) (*http.Response, error) + ApplicationsFormattedDestroy func(ctx context.Context, id int, format ApplicationsFormattedDestroyParamsFormat, ...) (*http.Response, error) + ApplicationsFormattedList func(ctx context.Context, format ApplicationsFormattedListParamsFormat, ...) (*http.Response, error) + ApplicationsFormattedRetrieve func(ctx context.Context, id int, format ApplicationsFormattedRetrieveParamsFormat, ...) (*http.Response, error) + ApplicationsFormattedUpdate func(ctx context.Context, id int, format ApplicationsFormattedUpdateParamsFormat, ...) (*http.Response, error) + ApplicationsFormattedUpdateWithBody func(ctx context.Context, id int, format ApplicationsFormattedUpdateParamsFormat, ...) (*http.Response, error) + ApplicationsList func(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error) + ApplicationsRetrieve func(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*http.Response, error) + ApplicationsUpdate func(ctx context.Context, id int, body ApplicationsUpdateJSONRequestBody, ...) (*http.Response, error) + ApplicationsUpdateWithBody func(ctx context.Context, id int, contentType string, body io.Reader, ...) (*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) ApplicationsCreateWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*ApplicationsCreateResponse, error) + func (c *ClientWithResponses) ApplicationsCreateWithResponse(ctx context.Context, body ApplicationsCreateJSONRequestBody, ...) (*ApplicationsCreateResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesChecksCreateWithBodyWithResponse(ctx context.Context, applicationId int, sourceId int, contentType string, ...) (*ApplicationsDataSourcesChecksCreateResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesChecksCreateWithResponse(ctx context.Context, applicationId int, sourceId int, ...) (*ApplicationsDataSourcesChecksCreateResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesChecksDestroyWithResponse(ctx context.Context, applicationId int, sourceId int, id int, ...) (*ApplicationsDataSourcesChecksDestroyResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesChecksListWithResponse(ctx context.Context, applicationId int, sourceId int, ...) (*ApplicationsDataSourcesChecksListResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesChecksRetrieveWithResponse(ctx context.Context, applicationId int, sourceId int, id int, ...) (*ApplicationsDataSourcesChecksRetrieveResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesChecksUpdateWithBodyWithResponse(ctx context.Context, applicationId int, sourceId int, id int, ...) (*ApplicationsDataSourcesChecksUpdateResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesChecksUpdateWithResponse(ctx context.Context, applicationId int, sourceId int, id int, ...) (*ApplicationsDataSourcesChecksUpdateResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesCreateWithBodyWithResponse(ctx context.Context, applicationId int, contentType string, body io.Reader, ...) (*ApplicationsDataSourcesCreateResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesCreateWithResponse(ctx context.Context, applicationId int, ...) (*ApplicationsDataSourcesCreateResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesDestroyWithResponse(ctx context.Context, applicationId int, id int, reqEditors ...RequestEditorFn) (*ApplicationsDataSourcesDestroyResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesListWithResponse(ctx context.Context, applicationId int, reqEditors ...RequestEditorFn) (*ApplicationsDataSourcesListResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesRetrieveWithResponse(ctx context.Context, applicationId int, id int, reqEditors ...RequestEditorFn) (*ApplicationsDataSourcesRetrieveResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesUpdateWithBodyWithResponse(ctx context.Context, applicationId int, id int, contentType string, ...) (*ApplicationsDataSourcesUpdateResponse, error) + func (c *ClientWithResponses) ApplicationsDataSourcesUpdateWithResponse(ctx context.Context, applicationId int, id int, ...) (*ApplicationsDataSourcesUpdateResponse, error) + func (c *ClientWithResponses) ApplicationsDestroyWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ApplicationsDestroyResponse, error) + func (c *ClientWithResponses) ApplicationsFormattedCreateWithBodyWithResponse(ctx context.Context, format ApplicationsFormattedCreateParamsFormat, ...) (*ApplicationsFormattedCreateResponse, error) + func (c *ClientWithResponses) ApplicationsFormattedCreateWithResponse(ctx context.Context, format ApplicationsFormattedCreateParamsFormat, ...) (*ApplicationsFormattedCreateResponse, error) + func (c *ClientWithResponses) ApplicationsFormattedDestroyWithResponse(ctx context.Context, id int, format ApplicationsFormattedDestroyParamsFormat, ...) (*ApplicationsFormattedDestroyResponse, error) + func (c *ClientWithResponses) ApplicationsFormattedListWithResponse(ctx context.Context, format ApplicationsFormattedListParamsFormat, ...) (*ApplicationsFormattedListResponse, error) + func (c *ClientWithResponses) ApplicationsFormattedRetrieveWithResponse(ctx context.Context, id int, format ApplicationsFormattedRetrieveParamsFormat, ...) (*ApplicationsFormattedRetrieveResponse, error) + func (c *ClientWithResponses) ApplicationsFormattedUpdateWithBodyWithResponse(ctx context.Context, id int, format ApplicationsFormattedUpdateParamsFormat, ...) (*ApplicationsFormattedUpdateResponse, error) + func (c *ClientWithResponses) ApplicationsFormattedUpdateWithResponse(ctx context.Context, id int, format ApplicationsFormattedUpdateParamsFormat, ...) (*ApplicationsFormattedUpdateResponse, error) + func (c *ClientWithResponses) ApplicationsListWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*ApplicationsListResponse, error) + func (c *ClientWithResponses) ApplicationsRetrieveWithResponse(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ApplicationsRetrieveResponse, error) + func (c *ClientWithResponses) ApplicationsUpdateWithBodyWithResponse(ctx context.Context, id int, contentType string, body io.Reader, ...) (*ApplicationsUpdateResponse, error) + func (c *ClientWithResponses) ApplicationsUpdateWithResponse(ctx context.Context, id int, body ApplicationsUpdateJSONRequestBody, ...) (*ApplicationsUpdateResponse, error) + type ClientWithResponsesInterface interface + ApplicationsCreateWithBodyWithResponse func(ctx context.Context, contentType string, body io.Reader, ...) (*ApplicationsCreateResponse, error) + ApplicationsCreateWithResponse func(ctx context.Context, body ApplicationsCreateJSONRequestBody, ...) (*ApplicationsCreateResponse, error) + ApplicationsDataSourcesChecksCreateWithBodyWithResponse func(ctx context.Context, applicationId int, sourceId int, contentType string, ...) (*ApplicationsDataSourcesChecksCreateResponse, error) + ApplicationsDataSourcesChecksCreateWithResponse func(ctx context.Context, applicationId int, sourceId int, ...) (*ApplicationsDataSourcesChecksCreateResponse, error) + ApplicationsDataSourcesChecksDestroyWithResponse func(ctx context.Context, applicationId int, sourceId int, id int, ...) (*ApplicationsDataSourcesChecksDestroyResponse, error) + ApplicationsDataSourcesChecksListWithResponse func(ctx context.Context, applicationId int, sourceId int, ...) (*ApplicationsDataSourcesChecksListResponse, error) + ApplicationsDataSourcesChecksRetrieveWithResponse func(ctx context.Context, applicationId int, sourceId int, id int, ...) (*ApplicationsDataSourcesChecksRetrieveResponse, error) + ApplicationsDataSourcesChecksUpdateWithBodyWithResponse func(ctx context.Context, applicationId int, sourceId int, id int, ...) (*ApplicationsDataSourcesChecksUpdateResponse, error) + ApplicationsDataSourcesChecksUpdateWithResponse func(ctx context.Context, applicationId int, sourceId int, id int, ...) (*ApplicationsDataSourcesChecksUpdateResponse, error) + ApplicationsDataSourcesCreateWithBodyWithResponse func(ctx context.Context, applicationId int, contentType string, body io.Reader, ...) (*ApplicationsDataSourcesCreateResponse, error) + ApplicationsDataSourcesCreateWithResponse func(ctx context.Context, applicationId int, ...) (*ApplicationsDataSourcesCreateResponse, error) + ApplicationsDataSourcesDestroyWithResponse func(ctx context.Context, applicationId int, id int, reqEditors ...RequestEditorFn) (*ApplicationsDataSourcesDestroyResponse, error) + ApplicationsDataSourcesListWithResponse func(ctx context.Context, applicationId int, reqEditors ...RequestEditorFn) (*ApplicationsDataSourcesListResponse, error) + ApplicationsDataSourcesRetrieveWithResponse func(ctx context.Context, applicationId int, id int, reqEditors ...RequestEditorFn) (*ApplicationsDataSourcesRetrieveResponse, error) + ApplicationsDataSourcesUpdateWithBodyWithResponse func(ctx context.Context, applicationId int, id int, contentType string, ...) (*ApplicationsDataSourcesUpdateResponse, error) + ApplicationsDataSourcesUpdateWithResponse func(ctx context.Context, applicationId int, id int, ...) (*ApplicationsDataSourcesUpdateResponse, error) + ApplicationsDestroyWithResponse func(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ApplicationsDestroyResponse, error) + ApplicationsFormattedCreateWithBodyWithResponse func(ctx context.Context, format ApplicationsFormattedCreateParamsFormat, ...) (*ApplicationsFormattedCreateResponse, error) + ApplicationsFormattedCreateWithResponse func(ctx context.Context, format ApplicationsFormattedCreateParamsFormat, ...) (*ApplicationsFormattedCreateResponse, error) + ApplicationsFormattedDestroyWithResponse func(ctx context.Context, id int, format ApplicationsFormattedDestroyParamsFormat, ...) (*ApplicationsFormattedDestroyResponse, error) + ApplicationsFormattedListWithResponse func(ctx context.Context, format ApplicationsFormattedListParamsFormat, ...) (*ApplicationsFormattedListResponse, error) + ApplicationsFormattedRetrieveWithResponse func(ctx context.Context, id int, format ApplicationsFormattedRetrieveParamsFormat, ...) (*ApplicationsFormattedRetrieveResponse, error) + ApplicationsFormattedUpdateWithBodyWithResponse func(ctx context.Context, id int, format ApplicationsFormattedUpdateParamsFormat, ...) (*ApplicationsFormattedUpdateResponse, error) + ApplicationsFormattedUpdateWithResponse func(ctx context.Context, id int, format ApplicationsFormattedUpdateParamsFormat, ...) (*ApplicationsFormattedUpdateResponse, error) + ApplicationsListWithResponse func(ctx context.Context, reqEditors ...RequestEditorFn) (*ApplicationsListResponse, error) + ApplicationsRetrieveWithResponse func(ctx context.Context, id int, reqEditors ...RequestEditorFn) (*ApplicationsRetrieveResponse, error) + ApplicationsUpdateWithBodyWithResponse func(ctx context.Context, id int, contentType string, body io.Reader, ...) (*ApplicationsUpdateResponse, error) + ApplicationsUpdateWithResponse func(ctx context.Context, id int, body ApplicationsUpdateJSONRequestBody, ...) (*ApplicationsUpdateResponse, error) + type DataSource struct + func (t *DataSource) FromHttpDataSourceTyped(v HttpDataSourceTyped) error + func (t *DataSource) MergeHttpDataSourceTyped(v HttpDataSourceTyped) error + func (t *DataSource) UnmarshalJSON(b []byte) error + func (t DataSource) AsHttpDataSourceTyped() (HttpDataSourceTyped, error) + func (t DataSource) Discriminator() (string, error) + func (t DataSource) MarshalJSON() ([]byte, error) + func (t DataSource) ValueByDiscriminator() (interface{}, error) + type DataSourceRequest struct + func (t *DataSourceRequest) FromHttpDataSourceTypedRequest(v HttpDataSourceTypedRequest) error + func (t *DataSourceRequest) MergeHttpDataSourceTypedRequest(v HttpDataSourceTypedRequest) error + func (t *DataSourceRequest) UnmarshalJSON(b []byte) error + func (t DataSourceRequest) AsHttpDataSourceTypedRequest() (HttpDataSourceTypedRequest, error) + func (t DataSourceRequest) Discriminator() (string, error) + func (t DataSourceRequest) MarshalJSON() ([]byte, error) + func (t DataSourceRequest) ValueByDiscriminator() (interface{}, error) + type DatatypeEnum string + const Bool + const Datetime + const Int + const Str + type HttpDataSource struct + BasicAuthPassword *string + BasicAuthUsername *string + Checks *string + Enabled *bool + Id *int + Label *string + Url string + type HttpDataSourceRequest struct + BasicAuthPassword *string + BasicAuthUsername *string + Enabled *bool + Label *string + Url string + type HttpDataSourceTyped struct + BasicAuthPassword *string + BasicAuthUsername *string + Checks *string + Enabled *bool + Id *int + Label *string + Type string + Url string + type HttpDataSourceTypedRequest struct + BasicAuthPassword *string + BasicAuthUsername *string + Enabled *bool + Label *string + Type string + Url string + type HttpRequestDoer interface + Do func(req *http.Request) (*http.Response, error) + type HttpStatusCheck struct + Enabled *bool + Id *int + Label string + StatusCode int + type HttpStatusCheckRequest struct + Enabled *bool + Label string + StatusCode int + type HttpStatusCheckTyped struct + Enabled *bool + Id *int + Label string + StatusCode int + Type string + type HttpStatusCheckTypedRequest struct + Enabled *bool + Label string + StatusCode int + Type string + type JsonDataCheck struct + Datatype DatatypeEnum + Enabled *bool + Id *int + Label string + Operator OperatorEnum + Path string + Value string + type JsonDataCheckRequest struct + Datatype DatatypeEnum + Enabled *bool + Label string + Operator OperatorEnum + Path string + Value string + type JsonDataCheckTyped struct + Datatype DatatypeEnum + Enabled *bool + Id *int + Label string + Operator OperatorEnum + Path string + Type string + Value string + type JsonDataCheckTypedRequest struct + Datatype DatatypeEnum + Enabled *bool + Label string + Operator OperatorEnum + Path string + Type string + Value string + type OperatorEnum string + const Eq + const Gt + const Lt + const Neq + type RequestEditorFn func(ctx context.Context, req *http.Request) error