Documentation
¶
Index ¶
- type CancelTestExecutionBadGateway
- func (o *CancelTestExecutionBadGateway) Code() int
- func (o *CancelTestExecutionBadGateway) Error() string
- func (o *CancelTestExecutionBadGateway) GetPayload() *models.ErrorResponse
- func (o *CancelTestExecutionBadGateway) IsClientError() bool
- func (o *CancelTestExecutionBadGateway) IsCode(code int) bool
- func (o *CancelTestExecutionBadGateway) IsRedirect() bool
- func (o *CancelTestExecutionBadGateway) IsServerError() bool
- func (o *CancelTestExecutionBadGateway) IsSuccess() bool
- func (o *CancelTestExecutionBadGateway) String() string
- type CancelTestExecutionBadRequest
- func (o *CancelTestExecutionBadRequest) Code() int
- func (o *CancelTestExecutionBadRequest) Error() string
- func (o *CancelTestExecutionBadRequest) GetPayload() *models.ErrorResponse
- func (o *CancelTestExecutionBadRequest) IsClientError() bool
- func (o *CancelTestExecutionBadRequest) IsCode(code int) bool
- func (o *CancelTestExecutionBadRequest) IsRedirect() bool
- func (o *CancelTestExecutionBadRequest) IsServerError() bool
- func (o *CancelTestExecutionBadRequest) IsSuccess() bool
- func (o *CancelTestExecutionBadRequest) String() string
- type CancelTestExecutionOK
- func (o *CancelTestExecutionOK) Code() int
- func (o *CancelTestExecutionOK) Error() string
- func (o *CancelTestExecutionOK) GetPayload() models.EmptyResponse
- func (o *CancelTestExecutionOK) IsClientError() bool
- func (o *CancelTestExecutionOK) IsCode(code int) bool
- func (o *CancelTestExecutionOK) IsRedirect() bool
- func (o *CancelTestExecutionOK) IsServerError() bool
- func (o *CancelTestExecutionOK) IsSuccess() bool
- func (o *CancelTestExecutionOK) String() string
- type CancelTestExecutionParams
- func NewCancelTestExecutionParams() *CancelTestExecutionParams
- func NewCancelTestExecutionParamsWithContext(ctx context.Context) *CancelTestExecutionParams
- func NewCancelTestExecutionParamsWithHTTPClient(client *http.Client) *CancelTestExecutionParams
- func NewCancelTestExecutionParamsWithTimeout(timeout time.Duration) *CancelTestExecutionParams
- func (o *CancelTestExecutionParams) SetContext(ctx context.Context)
- func (o *CancelTestExecutionParams) SetDefaults()
- func (o *CancelTestExecutionParams) SetExecutionID(executionID string)
- func (o *CancelTestExecutionParams) SetHTTPClient(client *http.Client)
- func (o *CancelTestExecutionParams) SetOrgName(orgName string)
- func (o *CancelTestExecutionParams) SetTimeout(timeout time.Duration)
- func (o *CancelTestExecutionParams) WithContext(ctx context.Context) *CancelTestExecutionParams
- func (o *CancelTestExecutionParams) WithDefaults() *CancelTestExecutionParams
- func (o *CancelTestExecutionParams) WithExecutionID(executionID string) *CancelTestExecutionParams
- func (o *CancelTestExecutionParams) WithHTTPClient(client *http.Client) *CancelTestExecutionParams
- func (o *CancelTestExecutionParams) WithOrgName(orgName string) *CancelTestExecutionParams
- func (o *CancelTestExecutionParams) WithTimeout(timeout time.Duration) *CancelTestExecutionParams
- func (o *CancelTestExecutionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CancelTestExecutionReader
- type CancelTestExecutionUnauthorized
- func (o *CancelTestExecutionUnauthorized) Code() int
- func (o *CancelTestExecutionUnauthorized) Error() string
- func (o *CancelTestExecutionUnauthorized) GetPayload() *models.ErrorResponse
- func (o *CancelTestExecutionUnauthorized) IsClientError() bool
- func (o *CancelTestExecutionUnauthorized) IsCode(code int) bool
- func (o *CancelTestExecutionUnauthorized) IsRedirect() bool
- func (o *CancelTestExecutionUnauthorized) IsServerError() bool
- func (o *CancelTestExecutionUnauthorized) IsSuccess() bool
- func (o *CancelTestExecutionUnauthorized) String() string
- type Client
- func (a *Client) CancelTestExecution(params *CancelTestExecutionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CancelTestExecutionOK, error)
- func (a *Client) CreateExternalTestExecution(params *CreateExternalTestExecutionParams, ...) (*CreateExternalTestExecutionOK, error)
- func (a *Client) CreateHostedTestExecution(params *CreateHostedTestExecutionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateHostedTestExecutionOK, error)
- func (a *Client) GetTestExecution(params *GetTestExecutionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTestExecutionOK, error)
- func (a *Client) ListTestExecutions(params *ListTestExecutionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListTestExecutionsOK, error)
- func (a *Client) QueryTestExecutions(params *QueryTestExecutionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*QueryTestExecutionsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) TestExecutionTrafficDiff(params *TestExecutionTrafficDiffParams, authInfo runtime.ClientAuthInfoWriter, ...) (*TestExecutionTrafficDiffOK, error)
- func (a *Client) TestExecutionTrafficDiffFindings(params *TestExecutionTrafficDiffFindingsParams, ...) (*TestExecutionTrafficDiffFindingsOK, error)
- type ClientOption
- type ClientService
- type CreateExternalTestExecutionBadGateway
- func (o *CreateExternalTestExecutionBadGateway) Code() int
- func (o *CreateExternalTestExecutionBadGateway) Error() string
- func (o *CreateExternalTestExecutionBadGateway) GetPayload() *models.ErrorResponse
- func (o *CreateExternalTestExecutionBadGateway) IsClientError() bool
- func (o *CreateExternalTestExecutionBadGateway) IsCode(code int) bool
- func (o *CreateExternalTestExecutionBadGateway) IsRedirect() bool
- func (o *CreateExternalTestExecutionBadGateway) IsServerError() bool
- func (o *CreateExternalTestExecutionBadGateway) IsSuccess() bool
- func (o *CreateExternalTestExecutionBadGateway) String() string
- type CreateExternalTestExecutionBadRequest
- func (o *CreateExternalTestExecutionBadRequest) Code() int
- func (o *CreateExternalTestExecutionBadRequest) Error() string
- func (o *CreateExternalTestExecutionBadRequest) GetPayload() *models.ErrorResponse
- func (o *CreateExternalTestExecutionBadRequest) IsClientError() bool
- func (o *CreateExternalTestExecutionBadRequest) IsCode(code int) bool
- func (o *CreateExternalTestExecutionBadRequest) IsRedirect() bool
- func (o *CreateExternalTestExecutionBadRequest) IsServerError() bool
- func (o *CreateExternalTestExecutionBadRequest) IsSuccess() bool
- func (o *CreateExternalTestExecutionBadRequest) String() string
- type CreateExternalTestExecutionOK
- func (o *CreateExternalTestExecutionOK) Code() int
- func (o *CreateExternalTestExecutionOK) Error() string
- func (o *CreateExternalTestExecutionOK) GetPayload() *models.TestExecution
- func (o *CreateExternalTestExecutionOK) IsClientError() bool
- func (o *CreateExternalTestExecutionOK) IsCode(code int) bool
- func (o *CreateExternalTestExecutionOK) IsRedirect() bool
- func (o *CreateExternalTestExecutionOK) IsServerError() bool
- func (o *CreateExternalTestExecutionOK) IsSuccess() bool
- func (o *CreateExternalTestExecutionOK) String() string
- type CreateExternalTestExecutionParams
- func NewCreateExternalTestExecutionParams() *CreateExternalTestExecutionParams
- func NewCreateExternalTestExecutionParamsWithContext(ctx context.Context) *CreateExternalTestExecutionParams
- func NewCreateExternalTestExecutionParamsWithHTTPClient(client *http.Client) *CreateExternalTestExecutionParams
- func NewCreateExternalTestExecutionParamsWithTimeout(timeout time.Duration) *CreateExternalTestExecutionParams
- func (o *CreateExternalTestExecutionParams) SetContext(ctx context.Context)
- func (o *CreateExternalTestExecutionParams) SetData(data *models.TestExecution)
- func (o *CreateExternalTestExecutionParams) SetDefaults()
- func (o *CreateExternalTestExecutionParams) SetHTTPClient(client *http.Client)
- func (o *CreateExternalTestExecutionParams) SetOrgName(orgName string)
- func (o *CreateExternalTestExecutionParams) SetTimeout(timeout time.Duration)
- func (o *CreateExternalTestExecutionParams) WithContext(ctx context.Context) *CreateExternalTestExecutionParams
- func (o *CreateExternalTestExecutionParams) WithData(data *models.TestExecution) *CreateExternalTestExecutionParams
- func (o *CreateExternalTestExecutionParams) WithDefaults() *CreateExternalTestExecutionParams
- func (o *CreateExternalTestExecutionParams) WithHTTPClient(client *http.Client) *CreateExternalTestExecutionParams
- func (o *CreateExternalTestExecutionParams) WithOrgName(orgName string) *CreateExternalTestExecutionParams
- func (o *CreateExternalTestExecutionParams) WithTimeout(timeout time.Duration) *CreateExternalTestExecutionParams
- func (o *CreateExternalTestExecutionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateExternalTestExecutionReader
- type CreateExternalTestExecutionUnauthorized
- func (o *CreateExternalTestExecutionUnauthorized) Code() int
- func (o *CreateExternalTestExecutionUnauthorized) Error() string
- func (o *CreateExternalTestExecutionUnauthorized) GetPayload() *models.ErrorResponse
- func (o *CreateExternalTestExecutionUnauthorized) IsClientError() bool
- func (o *CreateExternalTestExecutionUnauthorized) IsCode(code int) bool
- func (o *CreateExternalTestExecutionUnauthorized) IsRedirect() bool
- func (o *CreateExternalTestExecutionUnauthorized) IsServerError() bool
- func (o *CreateExternalTestExecutionUnauthorized) IsSuccess() bool
- func (o *CreateExternalTestExecutionUnauthorized) String() string
- type CreateHostedTestExecutionBadGateway
- func (o *CreateHostedTestExecutionBadGateway) Code() int
- func (o *CreateHostedTestExecutionBadGateway) Error() string
- func (o *CreateHostedTestExecutionBadGateway) GetPayload() *models.ErrorResponse
- func (o *CreateHostedTestExecutionBadGateway) IsClientError() bool
- func (o *CreateHostedTestExecutionBadGateway) IsCode(code int) bool
- func (o *CreateHostedTestExecutionBadGateway) IsRedirect() bool
- func (o *CreateHostedTestExecutionBadGateway) IsServerError() bool
- func (o *CreateHostedTestExecutionBadGateway) IsSuccess() bool
- func (o *CreateHostedTestExecutionBadGateway) String() string
- type CreateHostedTestExecutionBadRequest
- func (o *CreateHostedTestExecutionBadRequest) Code() int
- func (o *CreateHostedTestExecutionBadRequest) Error() string
- func (o *CreateHostedTestExecutionBadRequest) GetPayload() *models.ErrorResponse
- func (o *CreateHostedTestExecutionBadRequest) IsClientError() bool
- func (o *CreateHostedTestExecutionBadRequest) IsCode(code int) bool
- func (o *CreateHostedTestExecutionBadRequest) IsRedirect() bool
- func (o *CreateHostedTestExecutionBadRequest) IsServerError() bool
- func (o *CreateHostedTestExecutionBadRequest) IsSuccess() bool
- func (o *CreateHostedTestExecutionBadRequest) String() string
- type CreateHostedTestExecutionOK
- func (o *CreateHostedTestExecutionOK) Code() int
- func (o *CreateHostedTestExecutionOK) Error() string
- func (o *CreateHostedTestExecutionOK) GetPayload() *models.TestExecution
- func (o *CreateHostedTestExecutionOK) IsClientError() bool
- func (o *CreateHostedTestExecutionOK) IsCode(code int) bool
- func (o *CreateHostedTestExecutionOK) IsRedirect() bool
- func (o *CreateHostedTestExecutionOK) IsServerError() bool
- func (o *CreateHostedTestExecutionOK) IsSuccess() bool
- func (o *CreateHostedTestExecutionOK) String() string
- type CreateHostedTestExecutionParams
- func NewCreateHostedTestExecutionParams() *CreateHostedTestExecutionParams
- func NewCreateHostedTestExecutionParamsWithContext(ctx context.Context) *CreateHostedTestExecutionParams
- func NewCreateHostedTestExecutionParamsWithHTTPClient(client *http.Client) *CreateHostedTestExecutionParams
- func NewCreateHostedTestExecutionParamsWithTimeout(timeout time.Duration) *CreateHostedTestExecutionParams
- func (o *CreateHostedTestExecutionParams) SetContext(ctx context.Context)
- func (o *CreateHostedTestExecutionParams) SetData(data *models.TestExecution)
- func (o *CreateHostedTestExecutionParams) SetDefaults()
- func (o *CreateHostedTestExecutionParams) SetHTTPClient(client *http.Client)
- func (o *CreateHostedTestExecutionParams) SetOrgName(orgName string)
- func (o *CreateHostedTestExecutionParams) SetTestName(testName string)
- func (o *CreateHostedTestExecutionParams) SetTimeout(timeout time.Duration)
- func (o *CreateHostedTestExecutionParams) WithContext(ctx context.Context) *CreateHostedTestExecutionParams
- func (o *CreateHostedTestExecutionParams) WithData(data *models.TestExecution) *CreateHostedTestExecutionParams
- func (o *CreateHostedTestExecutionParams) WithDefaults() *CreateHostedTestExecutionParams
- func (o *CreateHostedTestExecutionParams) WithHTTPClient(client *http.Client) *CreateHostedTestExecutionParams
- func (o *CreateHostedTestExecutionParams) WithOrgName(orgName string) *CreateHostedTestExecutionParams
- func (o *CreateHostedTestExecutionParams) WithTestName(testName string) *CreateHostedTestExecutionParams
- func (o *CreateHostedTestExecutionParams) WithTimeout(timeout time.Duration) *CreateHostedTestExecutionParams
- func (o *CreateHostedTestExecutionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateHostedTestExecutionReader
- type CreateHostedTestExecutionUnauthorized
- func (o *CreateHostedTestExecutionUnauthorized) Code() int
- func (o *CreateHostedTestExecutionUnauthorized) Error() string
- func (o *CreateHostedTestExecutionUnauthorized) GetPayload() *models.ErrorResponse
- func (o *CreateHostedTestExecutionUnauthorized) IsClientError() bool
- func (o *CreateHostedTestExecutionUnauthorized) IsCode(code int) bool
- func (o *CreateHostedTestExecutionUnauthorized) IsRedirect() bool
- func (o *CreateHostedTestExecutionUnauthorized) IsServerError() bool
- func (o *CreateHostedTestExecutionUnauthorized) IsSuccess() bool
- func (o *CreateHostedTestExecutionUnauthorized) String() string
- type GetTestExecutionBadGateway
- func (o *GetTestExecutionBadGateway) Code() int
- func (o *GetTestExecutionBadGateway) Error() string
- func (o *GetTestExecutionBadGateway) GetPayload() *models.ErrorResponse
- func (o *GetTestExecutionBadGateway) IsClientError() bool
- func (o *GetTestExecutionBadGateway) IsCode(code int) bool
- func (o *GetTestExecutionBadGateway) IsRedirect() bool
- func (o *GetTestExecutionBadGateway) IsServerError() bool
- func (o *GetTestExecutionBadGateway) IsSuccess() bool
- func (o *GetTestExecutionBadGateway) String() string
- type GetTestExecutionBadRequest
- func (o *GetTestExecutionBadRequest) Code() int
- func (o *GetTestExecutionBadRequest) Error() string
- func (o *GetTestExecutionBadRequest) GetPayload() *models.ErrorResponse
- func (o *GetTestExecutionBadRequest) IsClientError() bool
- func (o *GetTestExecutionBadRequest) IsCode(code int) bool
- func (o *GetTestExecutionBadRequest) IsRedirect() bool
- func (o *GetTestExecutionBadRequest) IsServerError() bool
- func (o *GetTestExecutionBadRequest) IsSuccess() bool
- func (o *GetTestExecutionBadRequest) String() string
- type GetTestExecutionOK
- func (o *GetTestExecutionOK) Code() int
- func (o *GetTestExecutionOK) Error() string
- func (o *GetTestExecutionOK) GetPayload() *models.TestExecution
- func (o *GetTestExecutionOK) IsClientError() bool
- func (o *GetTestExecutionOK) IsCode(code int) bool
- func (o *GetTestExecutionOK) IsRedirect() bool
- func (o *GetTestExecutionOK) IsServerError() bool
- func (o *GetTestExecutionOK) IsSuccess() bool
- func (o *GetTestExecutionOK) String() string
- type GetTestExecutionParams
- func NewGetTestExecutionParams() *GetTestExecutionParams
- func NewGetTestExecutionParamsWithContext(ctx context.Context) *GetTestExecutionParams
- func NewGetTestExecutionParamsWithHTTPClient(client *http.Client) *GetTestExecutionParams
- func NewGetTestExecutionParamsWithTimeout(timeout time.Duration) *GetTestExecutionParams
- func (o *GetTestExecutionParams) SetContext(ctx context.Context)
- func (o *GetTestExecutionParams) SetDefaults()
- func (o *GetTestExecutionParams) SetExecutionID(executionID string)
- func (o *GetTestExecutionParams) SetHTTPClient(client *http.Client)
- func (o *GetTestExecutionParams) SetOrgName(orgName string)
- func (o *GetTestExecutionParams) SetTimeout(timeout time.Duration)
- func (o *GetTestExecutionParams) WithContext(ctx context.Context) *GetTestExecutionParams
- func (o *GetTestExecutionParams) WithDefaults() *GetTestExecutionParams
- func (o *GetTestExecutionParams) WithExecutionID(executionID string) *GetTestExecutionParams
- func (o *GetTestExecutionParams) WithHTTPClient(client *http.Client) *GetTestExecutionParams
- func (o *GetTestExecutionParams) WithOrgName(orgName string) *GetTestExecutionParams
- func (o *GetTestExecutionParams) WithTimeout(timeout time.Duration) *GetTestExecutionParams
- func (o *GetTestExecutionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTestExecutionReader
- type GetTestExecutionUnauthorized
- func (o *GetTestExecutionUnauthorized) Code() int
- func (o *GetTestExecutionUnauthorized) Error() string
- func (o *GetTestExecutionUnauthorized) GetPayload() *models.ErrorResponse
- func (o *GetTestExecutionUnauthorized) IsClientError() bool
- func (o *GetTestExecutionUnauthorized) IsCode(code int) bool
- func (o *GetTestExecutionUnauthorized) IsRedirect() bool
- func (o *GetTestExecutionUnauthorized) IsServerError() bool
- func (o *GetTestExecutionUnauthorized) IsSuccess() bool
- func (o *GetTestExecutionUnauthorized) String() string
- type ListTestExecutionsBadGateway
- func (o *ListTestExecutionsBadGateway) Code() int
- func (o *ListTestExecutionsBadGateway) Error() string
- func (o *ListTestExecutionsBadGateway) GetPayload() *models.ErrorResponse
- func (o *ListTestExecutionsBadGateway) IsClientError() bool
- func (o *ListTestExecutionsBadGateway) IsCode(code int) bool
- func (o *ListTestExecutionsBadGateway) IsRedirect() bool
- func (o *ListTestExecutionsBadGateway) IsServerError() bool
- func (o *ListTestExecutionsBadGateway) IsSuccess() bool
- func (o *ListTestExecutionsBadGateway) String() string
- type ListTestExecutionsBadRequest
- func (o *ListTestExecutionsBadRequest) Code() int
- func (o *ListTestExecutionsBadRequest) Error() string
- func (o *ListTestExecutionsBadRequest) GetPayload() *models.ErrorResponse
- func (o *ListTestExecutionsBadRequest) IsClientError() bool
- func (o *ListTestExecutionsBadRequest) IsCode(code int) bool
- func (o *ListTestExecutionsBadRequest) IsRedirect() bool
- func (o *ListTestExecutionsBadRequest) IsServerError() bool
- func (o *ListTestExecutionsBadRequest) IsSuccess() bool
- func (o *ListTestExecutionsBadRequest) String() string
- type ListTestExecutionsOK
- func (o *ListTestExecutionsOK) Code() int
- func (o *ListTestExecutionsOK) Error() string
- func (o *ListTestExecutionsOK) GetPayload() []*models.TestExecution
- func (o *ListTestExecutionsOK) IsClientError() bool
- func (o *ListTestExecutionsOK) IsCode(code int) bool
- func (o *ListTestExecutionsOK) IsRedirect() bool
- func (o *ListTestExecutionsOK) IsServerError() bool
- func (o *ListTestExecutionsOK) IsSuccess() bool
- func (o *ListTestExecutionsOK) String() string
- type ListTestExecutionsParams
- func NewListTestExecutionsParams() *ListTestExecutionsParams
- func NewListTestExecutionsParamsWithContext(ctx context.Context) *ListTestExecutionsParams
- func NewListTestExecutionsParamsWithHTTPClient(client *http.Client) *ListTestExecutionsParams
- func NewListTestExecutionsParamsWithTimeout(timeout time.Duration) *ListTestExecutionsParams
- func (o *ListTestExecutionsParams) SetContext(ctx context.Context)
- func (o *ListTestExecutionsParams) SetDefaults()
- func (o *ListTestExecutionsParams) SetHTTPClient(client *http.Client)
- func (o *ListTestExecutionsParams) SetOrgName(orgName string)
- func (o *ListTestExecutionsParams) SetTestName(testName string)
- func (o *ListTestExecutionsParams) SetTimeout(timeout time.Duration)
- func (o *ListTestExecutionsParams) WithContext(ctx context.Context) *ListTestExecutionsParams
- func (o *ListTestExecutionsParams) WithDefaults() *ListTestExecutionsParams
- func (o *ListTestExecutionsParams) WithHTTPClient(client *http.Client) *ListTestExecutionsParams
- func (o *ListTestExecutionsParams) WithOrgName(orgName string) *ListTestExecutionsParams
- func (o *ListTestExecutionsParams) WithTestName(testName string) *ListTestExecutionsParams
- func (o *ListTestExecutionsParams) WithTimeout(timeout time.Duration) *ListTestExecutionsParams
- func (o *ListTestExecutionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListTestExecutionsReader
- type ListTestExecutionsUnauthorized
- func (o *ListTestExecutionsUnauthorized) Code() int
- func (o *ListTestExecutionsUnauthorized) Error() string
- func (o *ListTestExecutionsUnauthorized) GetPayload() *models.ErrorResponse
- func (o *ListTestExecutionsUnauthorized) IsClientError() bool
- func (o *ListTestExecutionsUnauthorized) IsCode(code int) bool
- func (o *ListTestExecutionsUnauthorized) IsRedirect() bool
- func (o *ListTestExecutionsUnauthorized) IsServerError() bool
- func (o *ListTestExecutionsUnauthorized) IsSuccess() bool
- func (o *ListTestExecutionsUnauthorized) String() string
- type QueryTestExecutionsBadGateway
- func (o *QueryTestExecutionsBadGateway) Code() int
- func (o *QueryTestExecutionsBadGateway) Error() string
- func (o *QueryTestExecutionsBadGateway) GetPayload() *models.ErrorResponse
- func (o *QueryTestExecutionsBadGateway) IsClientError() bool
- func (o *QueryTestExecutionsBadGateway) IsCode(code int) bool
- func (o *QueryTestExecutionsBadGateway) IsRedirect() bool
- func (o *QueryTestExecutionsBadGateway) IsServerError() bool
- func (o *QueryTestExecutionsBadGateway) IsSuccess() bool
- func (o *QueryTestExecutionsBadGateway) String() string
- type QueryTestExecutionsBadRequest
- func (o *QueryTestExecutionsBadRequest) Code() int
- func (o *QueryTestExecutionsBadRequest) Error() string
- func (o *QueryTestExecutionsBadRequest) GetPayload() *models.ErrorResponse
- func (o *QueryTestExecutionsBadRequest) IsClientError() bool
- func (o *QueryTestExecutionsBadRequest) IsCode(code int) bool
- func (o *QueryTestExecutionsBadRequest) IsRedirect() bool
- func (o *QueryTestExecutionsBadRequest) IsServerError() bool
- func (o *QueryTestExecutionsBadRequest) IsSuccess() bool
- func (o *QueryTestExecutionsBadRequest) String() string
- type QueryTestExecutionsOK
- func (o *QueryTestExecutionsOK) Code() int
- func (o *QueryTestExecutionsOK) Error() string
- func (o *QueryTestExecutionsOK) GetPayload() []*models.TestexecutionsQueryResult
- func (o *QueryTestExecutionsOK) IsClientError() bool
- func (o *QueryTestExecutionsOK) IsCode(code int) bool
- func (o *QueryTestExecutionsOK) IsRedirect() bool
- func (o *QueryTestExecutionsOK) IsServerError() bool
- func (o *QueryTestExecutionsOK) IsSuccess() bool
- func (o *QueryTestExecutionsOK) String() string
- type QueryTestExecutionsParams
- func NewQueryTestExecutionsParams() *QueryTestExecutionsParams
- func NewQueryTestExecutionsParamsWithContext(ctx context.Context) *QueryTestExecutionsParams
- func NewQueryTestExecutionsParamsWithHTTPClient(client *http.Client) *QueryTestExecutionsParams
- func NewQueryTestExecutionsParamsWithTimeout(timeout time.Duration) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) SetCluster(cluster *string)
- func (o *QueryTestExecutionsParams) SetContext(ctx context.Context)
- func (o *QueryTestExecutionsParams) SetCursor(cursor *string)
- func (o *QueryTestExecutionsParams) SetDefaults()
- func (o *QueryTestExecutionsParams) SetExecutionPhase(executionPhase *string)
- func (o *QueryTestExecutionsParams) SetFrom(from *string)
- func (o *QueryTestExecutionsParams) SetHTTPClient(client *http.Client)
- func (o *QueryTestExecutionsParams) SetIsAutoDiff(isAutoDiff *string)
- func (o *QueryTestExecutionsParams) SetLabel(label []string)
- func (o *QueryTestExecutionsParams) SetOrderDir(orderDir *string)
- func (o *QueryTestExecutionsParams) SetOrgName(orgName string)
- func (o *QueryTestExecutionsParams) SetPageSize(pageSize *int64)
- func (o *QueryTestExecutionsParams) SetPublished(published *bool)
- func (o *QueryTestExecutionsParams) SetRepo(repo *string)
- func (o *QueryTestExecutionsParams) SetRepoBranch(repoBranch *string)
- func (o *QueryTestExecutionsParams) SetRepoCommitSHA(repoCommitSHA *string)
- func (o *QueryTestExecutionsParams) SetRepoPath(repoPath *string)
- func (o *QueryTestExecutionsParams) SetRunID(runID *string)
- func (o *QueryTestExecutionsParams) SetSkipDeletedTests(skipDeletedTests *string)
- func (o *QueryTestExecutionsParams) SetSource(source *string)
- func (o *QueryTestExecutionsParams) SetTargetRevision(targetRevision *string)
- func (o *QueryTestExecutionsParams) SetTargetRouteGroup(targetRouteGroup *string)
- func (o *QueryTestExecutionsParams) SetTargetRoutingKey(targetRoutingKey *string)
- func (o *QueryTestExecutionsParams) SetTargetSandbox(targetSandbox *string)
- func (o *QueryTestExecutionsParams) SetTestName(testName *string)
- func (o *QueryTestExecutionsParams) SetTimeout(timeout time.Duration)
- func (o *QueryTestExecutionsParams) SetTo(to *string)
- func (o *QueryTestExecutionsParams) SetTriggerID(triggerID *string)
- func (o *QueryTestExecutionsParams) SetTriggerWorkload(triggerWorkload *string)
- func (o *QueryTestExecutionsParams) WithCluster(cluster *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithContext(ctx context.Context) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithCursor(cursor *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithDefaults() *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithExecutionPhase(executionPhase *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithFrom(from *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithHTTPClient(client *http.Client) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithIsAutoDiff(isAutoDiff *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithLabel(label []string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithOrderDir(orderDir *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithOrgName(orgName string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithPageSize(pageSize *int64) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithPublished(published *bool) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithRepo(repo *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithRepoBranch(repoBranch *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithRepoCommitSHA(repoCommitSHA *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithRepoPath(repoPath *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithRunID(runID *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithSkipDeletedTests(skipDeletedTests *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithSource(source *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithTargetRevision(targetRevision *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithTargetRouteGroup(targetRouteGroup *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithTargetRoutingKey(targetRoutingKey *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithTargetSandbox(targetSandbox *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithTestName(testName *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithTimeout(timeout time.Duration) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithTo(to *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithTriggerID(triggerID *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WithTriggerWorkload(triggerWorkload *string) *QueryTestExecutionsParams
- func (o *QueryTestExecutionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryTestExecutionsReader
- type QueryTestExecutionsUnauthorized
- func (o *QueryTestExecutionsUnauthorized) Code() int
- func (o *QueryTestExecutionsUnauthorized) Error() string
- func (o *QueryTestExecutionsUnauthorized) GetPayload() *models.ErrorResponse
- func (o *QueryTestExecutionsUnauthorized) IsClientError() bool
- func (o *QueryTestExecutionsUnauthorized) IsCode(code int) bool
- func (o *QueryTestExecutionsUnauthorized) IsRedirect() bool
- func (o *QueryTestExecutionsUnauthorized) IsServerError() bool
- func (o *QueryTestExecutionsUnauthorized) IsSuccess() bool
- func (o *QueryTestExecutionsUnauthorized) String() string
- type TestExecutionTrafficDiffBadGateway
- func (o *TestExecutionTrafficDiffBadGateway) Code() int
- func (o *TestExecutionTrafficDiffBadGateway) Error() string
- func (o *TestExecutionTrafficDiffBadGateway) GetPayload() *models.ErrorResponse
- func (o *TestExecutionTrafficDiffBadGateway) IsClientError() bool
- func (o *TestExecutionTrafficDiffBadGateway) IsCode(code int) bool
- func (o *TestExecutionTrafficDiffBadGateway) IsRedirect() bool
- func (o *TestExecutionTrafficDiffBadGateway) IsServerError() bool
- func (o *TestExecutionTrafficDiffBadGateway) IsSuccess() bool
- func (o *TestExecutionTrafficDiffBadGateway) String() string
- type TestExecutionTrafficDiffBadRequest
- func (o *TestExecutionTrafficDiffBadRequest) Code() int
- func (o *TestExecutionTrafficDiffBadRequest) Error() string
- func (o *TestExecutionTrafficDiffBadRequest) GetPayload() *models.ErrorResponse
- func (o *TestExecutionTrafficDiffBadRequest) IsClientError() bool
- func (o *TestExecutionTrafficDiffBadRequest) IsCode(code int) bool
- func (o *TestExecutionTrafficDiffBadRequest) IsRedirect() bool
- func (o *TestExecutionTrafficDiffBadRequest) IsServerError() bool
- func (o *TestExecutionTrafficDiffBadRequest) IsSuccess() bool
- func (o *TestExecutionTrafficDiffBadRequest) String() string
- type TestExecutionTrafficDiffFindingsBadGateway
- func (o *TestExecutionTrafficDiffFindingsBadGateway) Code() int
- func (o *TestExecutionTrafficDiffFindingsBadGateway) Error() string
- func (o *TestExecutionTrafficDiffFindingsBadGateway) GetPayload() *models.ErrorResponse
- func (o *TestExecutionTrafficDiffFindingsBadGateway) IsClientError() bool
- func (o *TestExecutionTrafficDiffFindingsBadGateway) IsCode(code int) bool
- func (o *TestExecutionTrafficDiffFindingsBadGateway) IsRedirect() bool
- func (o *TestExecutionTrafficDiffFindingsBadGateway) IsServerError() bool
- func (o *TestExecutionTrafficDiffFindingsBadGateway) IsSuccess() bool
- func (o *TestExecutionTrafficDiffFindingsBadGateway) String() string
- type TestExecutionTrafficDiffFindingsBadRequest
- func (o *TestExecutionTrafficDiffFindingsBadRequest) Code() int
- func (o *TestExecutionTrafficDiffFindingsBadRequest) Error() string
- func (o *TestExecutionTrafficDiffFindingsBadRequest) GetPayload() *models.ErrorResponse
- func (o *TestExecutionTrafficDiffFindingsBadRequest) IsClientError() bool
- func (o *TestExecutionTrafficDiffFindingsBadRequest) IsCode(code int) bool
- func (o *TestExecutionTrafficDiffFindingsBadRequest) IsRedirect() bool
- func (o *TestExecutionTrafficDiffFindingsBadRequest) IsServerError() bool
- func (o *TestExecutionTrafficDiffFindingsBadRequest) IsSuccess() bool
- func (o *TestExecutionTrafficDiffFindingsBadRequest) String() string
- type TestExecutionTrafficDiffFindingsOK
- func (o *TestExecutionTrafficDiffFindingsOK) Code() int
- func (o *TestExecutionTrafficDiffFindingsOK) Error() string
- func (o *TestExecutionTrafficDiffFindingsOK) GetPayload() *models.TrafficDiffResult
- func (o *TestExecutionTrafficDiffFindingsOK) IsClientError() bool
- func (o *TestExecutionTrafficDiffFindingsOK) IsCode(code int) bool
- func (o *TestExecutionTrafficDiffFindingsOK) IsRedirect() bool
- func (o *TestExecutionTrafficDiffFindingsOK) IsServerError() bool
- func (o *TestExecutionTrafficDiffFindingsOK) IsSuccess() bool
- func (o *TestExecutionTrafficDiffFindingsOK) String() string
- type TestExecutionTrafficDiffFindingsParams
- func NewTestExecutionTrafficDiffFindingsParams() *TestExecutionTrafficDiffFindingsParams
- func NewTestExecutionTrafficDiffFindingsParamsWithContext(ctx context.Context) *TestExecutionTrafficDiffFindingsParams
- func NewTestExecutionTrafficDiffFindingsParamsWithHTTPClient(client *http.Client) *TestExecutionTrafficDiffFindingsParams
- func NewTestExecutionTrafficDiffFindingsParamsWithTimeout(timeout time.Duration) *TestExecutionTrafficDiffFindingsParams
- func (o *TestExecutionTrafficDiffFindingsParams) SetCategory(category *string)
- func (o *TestExecutionTrafficDiffFindingsParams) SetContext(ctx context.Context)
- func (o *TestExecutionTrafficDiffFindingsParams) SetDefaults()
- func (o *TestExecutionTrafficDiffFindingsParams) SetDiffContext(diffContext *string)
- func (o *TestExecutionTrafficDiffFindingsParams) SetExecutionID(executionID string)
- func (o *TestExecutionTrafficDiffFindingsParams) SetHTTPClient(client *http.Client)
- func (o *TestExecutionTrafficDiffFindingsParams) SetMaxFindings(maxFindings *string)
- func (o *TestExecutionTrafficDiffFindingsParams) SetOrgName(orgName string)
- func (o *TestExecutionTrafficDiffFindingsParams) SetTimeout(timeout time.Duration)
- func (o *TestExecutionTrafficDiffFindingsParams) WithCategory(category *string) *TestExecutionTrafficDiffFindingsParams
- func (o *TestExecutionTrafficDiffFindingsParams) WithContext(ctx context.Context) *TestExecutionTrafficDiffFindingsParams
- func (o *TestExecutionTrafficDiffFindingsParams) WithDefaults() *TestExecutionTrafficDiffFindingsParams
- func (o *TestExecutionTrafficDiffFindingsParams) WithDiffContext(diffContext *string) *TestExecutionTrafficDiffFindingsParams
- func (o *TestExecutionTrafficDiffFindingsParams) WithExecutionID(executionID string) *TestExecutionTrafficDiffFindingsParams
- func (o *TestExecutionTrafficDiffFindingsParams) WithHTTPClient(client *http.Client) *TestExecutionTrafficDiffFindingsParams
- func (o *TestExecutionTrafficDiffFindingsParams) WithMaxFindings(maxFindings *string) *TestExecutionTrafficDiffFindingsParams
- func (o *TestExecutionTrafficDiffFindingsParams) WithOrgName(orgName string) *TestExecutionTrafficDiffFindingsParams
- func (o *TestExecutionTrafficDiffFindingsParams) WithTimeout(timeout time.Duration) *TestExecutionTrafficDiffFindingsParams
- func (o *TestExecutionTrafficDiffFindingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestExecutionTrafficDiffFindingsReader
- type TestExecutionTrafficDiffFindingsUnauthorized
- func (o *TestExecutionTrafficDiffFindingsUnauthorized) Code() int
- func (o *TestExecutionTrafficDiffFindingsUnauthorized) Error() string
- func (o *TestExecutionTrafficDiffFindingsUnauthorized) GetPayload() *models.ErrorResponse
- func (o *TestExecutionTrafficDiffFindingsUnauthorized) IsClientError() bool
- func (o *TestExecutionTrafficDiffFindingsUnauthorized) IsCode(code int) bool
- func (o *TestExecutionTrafficDiffFindingsUnauthorized) IsRedirect() bool
- func (o *TestExecutionTrafficDiffFindingsUnauthorized) IsServerError() bool
- func (o *TestExecutionTrafficDiffFindingsUnauthorized) IsSuccess() bool
- func (o *TestExecutionTrafficDiffFindingsUnauthorized) String() string
- type TestExecutionTrafficDiffOK
- func (o *TestExecutionTrafficDiffOK) Code() int
- func (o *TestExecutionTrafficDiffOK) Error() string
- func (o *TestExecutionTrafficDiffOK) GetPayload() *models.TrafficDiffResult
- func (o *TestExecutionTrafficDiffOK) IsClientError() bool
- func (o *TestExecutionTrafficDiffOK) IsCode(code int) bool
- func (o *TestExecutionTrafficDiffOK) IsRedirect() bool
- func (o *TestExecutionTrafficDiffOK) IsServerError() bool
- func (o *TestExecutionTrafficDiffOK) IsSuccess() bool
- func (o *TestExecutionTrafficDiffOK) String() string
- type TestExecutionTrafficDiffParams
- func NewTestExecutionTrafficDiffParams() *TestExecutionTrafficDiffParams
- func NewTestExecutionTrafficDiffParamsWithContext(ctx context.Context) *TestExecutionTrafficDiffParams
- func NewTestExecutionTrafficDiffParamsWithHTTPClient(client *http.Client) *TestExecutionTrafficDiffParams
- func NewTestExecutionTrafficDiffParamsWithTimeout(timeout time.Duration) *TestExecutionTrafficDiffParams
- func (o *TestExecutionTrafficDiffParams) SetContext(ctx context.Context)
- func (o *TestExecutionTrafficDiffParams) SetDefaults()
- func (o *TestExecutionTrafficDiffParams) SetExecutionID(executionID string)
- func (o *TestExecutionTrafficDiffParams) SetHTTPClient(client *http.Client)
- func (o *TestExecutionTrafficDiffParams) SetOrgName(orgName string)
- func (o *TestExecutionTrafficDiffParams) SetTimeout(timeout time.Duration)
- func (o *TestExecutionTrafficDiffParams) WithContext(ctx context.Context) *TestExecutionTrafficDiffParams
- func (o *TestExecutionTrafficDiffParams) WithDefaults() *TestExecutionTrafficDiffParams
- func (o *TestExecutionTrafficDiffParams) WithExecutionID(executionID string) *TestExecutionTrafficDiffParams
- func (o *TestExecutionTrafficDiffParams) WithHTTPClient(client *http.Client) *TestExecutionTrafficDiffParams
- func (o *TestExecutionTrafficDiffParams) WithOrgName(orgName string) *TestExecutionTrafficDiffParams
- func (o *TestExecutionTrafficDiffParams) WithTimeout(timeout time.Duration) *TestExecutionTrafficDiffParams
- func (o *TestExecutionTrafficDiffParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestExecutionTrafficDiffReader
- type TestExecutionTrafficDiffUnauthorized
- func (o *TestExecutionTrafficDiffUnauthorized) Code() int
- func (o *TestExecutionTrafficDiffUnauthorized) Error() string
- func (o *TestExecutionTrafficDiffUnauthorized) GetPayload() *models.ErrorResponse
- func (o *TestExecutionTrafficDiffUnauthorized) IsClientError() bool
- func (o *TestExecutionTrafficDiffUnauthorized) IsCode(code int) bool
- func (o *TestExecutionTrafficDiffUnauthorized) IsRedirect() bool
- func (o *TestExecutionTrafficDiffUnauthorized) IsServerError() bool
- func (o *TestExecutionTrafficDiffUnauthorized) IsSuccess() bool
- func (o *TestExecutionTrafficDiffUnauthorized) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelTestExecutionBadGateway ¶
type CancelTestExecutionBadGateway struct {
Payload *models.ErrorResponse
}
CancelTestExecutionBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewCancelTestExecutionBadGateway ¶
func NewCancelTestExecutionBadGateway() *CancelTestExecutionBadGateway
NewCancelTestExecutionBadGateway creates a CancelTestExecutionBadGateway with default headers values
func (*CancelTestExecutionBadGateway) Code ¶
func (o *CancelTestExecutionBadGateway) Code() int
Code gets the status code for the cancel test execution bad gateway response
func (*CancelTestExecutionBadGateway) Error ¶
func (o *CancelTestExecutionBadGateway) Error() string
func (*CancelTestExecutionBadGateway) GetPayload ¶
func (o *CancelTestExecutionBadGateway) GetPayload() *models.ErrorResponse
func (*CancelTestExecutionBadGateway) IsClientError ¶
func (o *CancelTestExecutionBadGateway) IsClientError() bool
IsClientError returns true when this cancel test execution bad gateway response has a 4xx status code
func (*CancelTestExecutionBadGateway) IsCode ¶
func (o *CancelTestExecutionBadGateway) IsCode(code int) bool
IsCode returns true when this cancel test execution bad gateway response a status code equal to that given
func (*CancelTestExecutionBadGateway) IsRedirect ¶
func (o *CancelTestExecutionBadGateway) IsRedirect() bool
IsRedirect returns true when this cancel test execution bad gateway response has a 3xx status code
func (*CancelTestExecutionBadGateway) IsServerError ¶
func (o *CancelTestExecutionBadGateway) IsServerError() bool
IsServerError returns true when this cancel test execution bad gateway response has a 5xx status code
func (*CancelTestExecutionBadGateway) IsSuccess ¶
func (o *CancelTestExecutionBadGateway) IsSuccess() bool
IsSuccess returns true when this cancel test execution bad gateway response has a 2xx status code
func (*CancelTestExecutionBadGateway) String ¶
func (o *CancelTestExecutionBadGateway) String() string
type CancelTestExecutionBadRequest ¶
type CancelTestExecutionBadRequest struct {
Payload *models.ErrorResponse
}
CancelTestExecutionBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCancelTestExecutionBadRequest ¶
func NewCancelTestExecutionBadRequest() *CancelTestExecutionBadRequest
NewCancelTestExecutionBadRequest creates a CancelTestExecutionBadRequest with default headers values
func (*CancelTestExecutionBadRequest) Code ¶
func (o *CancelTestExecutionBadRequest) Code() int
Code gets the status code for the cancel test execution bad request response
func (*CancelTestExecutionBadRequest) Error ¶
func (o *CancelTestExecutionBadRequest) Error() string
func (*CancelTestExecutionBadRequest) GetPayload ¶
func (o *CancelTestExecutionBadRequest) GetPayload() *models.ErrorResponse
func (*CancelTestExecutionBadRequest) IsClientError ¶
func (o *CancelTestExecutionBadRequest) IsClientError() bool
IsClientError returns true when this cancel test execution bad request response has a 4xx status code
func (*CancelTestExecutionBadRequest) IsCode ¶
func (o *CancelTestExecutionBadRequest) IsCode(code int) bool
IsCode returns true when this cancel test execution bad request response a status code equal to that given
func (*CancelTestExecutionBadRequest) IsRedirect ¶
func (o *CancelTestExecutionBadRequest) IsRedirect() bool
IsRedirect returns true when this cancel test execution bad request response has a 3xx status code
func (*CancelTestExecutionBadRequest) IsServerError ¶
func (o *CancelTestExecutionBadRequest) IsServerError() bool
IsServerError returns true when this cancel test execution bad request response has a 5xx status code
func (*CancelTestExecutionBadRequest) IsSuccess ¶
func (o *CancelTestExecutionBadRequest) IsSuccess() bool
IsSuccess returns true when this cancel test execution bad request response has a 2xx status code
func (*CancelTestExecutionBadRequest) String ¶
func (o *CancelTestExecutionBadRequest) String() string
type CancelTestExecutionOK ¶
type CancelTestExecutionOK struct {
Payload models.EmptyResponse
}
CancelTestExecutionOK describes a response with status code 200, with default header values.
OK
func NewCancelTestExecutionOK ¶
func NewCancelTestExecutionOK() *CancelTestExecutionOK
NewCancelTestExecutionOK creates a CancelTestExecutionOK with default headers values
func (*CancelTestExecutionOK) Code ¶
func (o *CancelTestExecutionOK) Code() int
Code gets the status code for the cancel test execution o k response
func (*CancelTestExecutionOK) Error ¶
func (o *CancelTestExecutionOK) Error() string
func (*CancelTestExecutionOK) GetPayload ¶
func (o *CancelTestExecutionOK) GetPayload() models.EmptyResponse
func (*CancelTestExecutionOK) IsClientError ¶
func (o *CancelTestExecutionOK) IsClientError() bool
IsClientError returns true when this cancel test execution o k response has a 4xx status code
func (*CancelTestExecutionOK) IsCode ¶
func (o *CancelTestExecutionOK) IsCode(code int) bool
IsCode returns true when this cancel test execution o k response a status code equal to that given
func (*CancelTestExecutionOK) IsRedirect ¶
func (o *CancelTestExecutionOK) IsRedirect() bool
IsRedirect returns true when this cancel test execution o k response has a 3xx status code
func (*CancelTestExecutionOK) IsServerError ¶
func (o *CancelTestExecutionOK) IsServerError() bool
IsServerError returns true when this cancel test execution o k response has a 5xx status code
func (*CancelTestExecutionOK) IsSuccess ¶
func (o *CancelTestExecutionOK) IsSuccess() bool
IsSuccess returns true when this cancel test execution o k response has a 2xx status code
func (*CancelTestExecutionOK) String ¶
func (o *CancelTestExecutionOK) String() string
type CancelTestExecutionParams ¶
type CancelTestExecutionParams struct { /* ExecutionID. Test Execution ID */ ExecutionID string /* OrgName. Signadot Org Name */ OrgName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CancelTestExecutionParams contains all the parameters to send to the API endpoint
for the cancel test execution operation. Typically these are written to a http.Request.
func NewCancelTestExecutionParams ¶
func NewCancelTestExecutionParams() *CancelTestExecutionParams
NewCancelTestExecutionParams creates a new CancelTestExecutionParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCancelTestExecutionParamsWithContext ¶
func NewCancelTestExecutionParamsWithContext(ctx context.Context) *CancelTestExecutionParams
NewCancelTestExecutionParamsWithContext creates a new CancelTestExecutionParams object with the ability to set a context for a request.
func NewCancelTestExecutionParamsWithHTTPClient ¶
func NewCancelTestExecutionParamsWithHTTPClient(client *http.Client) *CancelTestExecutionParams
NewCancelTestExecutionParamsWithHTTPClient creates a new CancelTestExecutionParams object with the ability to set a custom HTTPClient for a request.
func NewCancelTestExecutionParamsWithTimeout ¶
func NewCancelTestExecutionParamsWithTimeout(timeout time.Duration) *CancelTestExecutionParams
NewCancelTestExecutionParamsWithTimeout creates a new CancelTestExecutionParams object with the ability to set a timeout on a request.
func (*CancelTestExecutionParams) SetContext ¶
func (o *CancelTestExecutionParams) SetContext(ctx context.Context)
SetContext adds the context to the cancel test execution params
func (*CancelTestExecutionParams) SetDefaults ¶
func (o *CancelTestExecutionParams) SetDefaults()
SetDefaults hydrates default values in the cancel test execution params (not the query body).
All values with no default are reset to their zero value.
func (*CancelTestExecutionParams) SetExecutionID ¶
func (o *CancelTestExecutionParams) SetExecutionID(executionID string)
SetExecutionID adds the executionId to the cancel test execution params
func (*CancelTestExecutionParams) SetHTTPClient ¶
func (o *CancelTestExecutionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the cancel test execution params
func (*CancelTestExecutionParams) SetOrgName ¶
func (o *CancelTestExecutionParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the cancel test execution params
func (*CancelTestExecutionParams) SetTimeout ¶
func (o *CancelTestExecutionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the cancel test execution params
func (*CancelTestExecutionParams) WithContext ¶
func (o *CancelTestExecutionParams) WithContext(ctx context.Context) *CancelTestExecutionParams
WithContext adds the context to the cancel test execution params
func (*CancelTestExecutionParams) WithDefaults ¶
func (o *CancelTestExecutionParams) WithDefaults() *CancelTestExecutionParams
WithDefaults hydrates default values in the cancel test execution params (not the query body).
All values with no default are reset to their zero value.
func (*CancelTestExecutionParams) WithExecutionID ¶
func (o *CancelTestExecutionParams) WithExecutionID(executionID string) *CancelTestExecutionParams
WithExecutionID adds the executionID to the cancel test execution params
func (*CancelTestExecutionParams) WithHTTPClient ¶
func (o *CancelTestExecutionParams) WithHTTPClient(client *http.Client) *CancelTestExecutionParams
WithHTTPClient adds the HTTPClient to the cancel test execution params
func (*CancelTestExecutionParams) WithOrgName ¶
func (o *CancelTestExecutionParams) WithOrgName(orgName string) *CancelTestExecutionParams
WithOrgName adds the orgName to the cancel test execution params
func (*CancelTestExecutionParams) WithTimeout ¶
func (o *CancelTestExecutionParams) WithTimeout(timeout time.Duration) *CancelTestExecutionParams
WithTimeout adds the timeout to the cancel test execution params
func (*CancelTestExecutionParams) WriteToRequest ¶
func (o *CancelTestExecutionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CancelTestExecutionReader ¶
type CancelTestExecutionReader struct {
// contains filtered or unexported fields
}
CancelTestExecutionReader is a Reader for the CancelTestExecution structure.
func (*CancelTestExecutionReader) ReadResponse ¶
func (o *CancelTestExecutionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CancelTestExecutionUnauthorized ¶
type CancelTestExecutionUnauthorized struct {
}CancelTestExecutionUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCancelTestExecutionUnauthorized ¶
func NewCancelTestExecutionUnauthorized() *CancelTestExecutionUnauthorized
NewCancelTestExecutionUnauthorized creates a CancelTestExecutionUnauthorized with default headers values
func (*CancelTestExecutionUnauthorized) Code ¶
func (o *CancelTestExecutionUnauthorized) Code() int
Code gets the status code for the cancel test execution unauthorized response
func (*CancelTestExecutionUnauthorized) Error ¶
func (o *CancelTestExecutionUnauthorized) Error() string
func (*CancelTestExecutionUnauthorized) GetPayload ¶
func (o *CancelTestExecutionUnauthorized) GetPayload() *models.ErrorResponse
func (*CancelTestExecutionUnauthorized) IsClientError ¶
func (o *CancelTestExecutionUnauthorized) IsClientError() bool
IsClientError returns true when this cancel test execution unauthorized response has a 4xx status code
func (*CancelTestExecutionUnauthorized) IsCode ¶
func (o *CancelTestExecutionUnauthorized) IsCode(code int) bool
IsCode returns true when this cancel test execution unauthorized response a status code equal to that given
func (*CancelTestExecutionUnauthorized) IsRedirect ¶
func (o *CancelTestExecutionUnauthorized) IsRedirect() bool
IsRedirect returns true when this cancel test execution unauthorized response has a 3xx status code
func (*CancelTestExecutionUnauthorized) IsServerError ¶
func (o *CancelTestExecutionUnauthorized) IsServerError() bool
IsServerError returns true when this cancel test execution unauthorized response has a 5xx status code
func (*CancelTestExecutionUnauthorized) IsSuccess ¶
func (o *CancelTestExecutionUnauthorized) IsSuccess() bool
IsSuccess returns true when this cancel test execution unauthorized response has a 2xx status code
func (*CancelTestExecutionUnauthorized) String ¶
func (o *CancelTestExecutionUnauthorized) String() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for test executions API
func (*Client) CancelTestExecution ¶
func (a *Client) CancelTestExecution(params *CancelTestExecutionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CancelTestExecutionOK, error)
CancelTestExecution cancels a test execution
Cancel a given test execution.
func (*Client) CreateExternalTestExecution ¶
func (a *Client) CreateExternalTestExecution(params *CreateExternalTestExecutionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateExternalTestExecutionOK, error)
CreateExternalTestExecution creates external test execution
Create an external test execution
func (*Client) CreateHostedTestExecution ¶
func (a *Client) CreateHostedTestExecution(params *CreateHostedTestExecutionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateHostedTestExecutionOK, error)
CreateHostedTestExecution creates hosted test execution
Creates a hosted test execution
func (*Client) GetTestExecution ¶
func (a *Client) GetTestExecution(params *GetTestExecutionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTestExecutionOK, error)
GetTestExecution gets a test execution
Fetch the details about a given test execution.
func (*Client) ListTestExecutions ¶
func (a *Client) ListTestExecutions(params *ListTestExecutionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListTestExecutionsOK, error)
ListTestExecutions lists test executions
List test executions for a given test
func (*Client) QueryTestExecutions ¶
func (a *Client) QueryTestExecutions(params *QueryTestExecutionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryTestExecutionsOK, error)
QueryTestExecutions queries test executions
Query test executions based on different criteria
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) TestExecutionTrafficDiff ¶
func (a *Client) TestExecutionTrafficDiff(params *TestExecutionTrafficDiffParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TestExecutionTrafficDiffOK, error)
TestExecutionTrafficDiff gets the full traffic diff of a test execution
Get the full traffic diff of a test execution
func (*Client) TestExecutionTrafficDiffFindings ¶
func (a *Client) TestExecutionTrafficDiffFindings(params *TestExecutionTrafficDiffFindingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TestExecutionTrafficDiffFindingsOK, error)
TestExecutionTrafficDiffFindings gets the findings view of the traffic diff of a test execution
Get the findings view of the traffic diff of a test execution
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
type ClientService ¶
type ClientService interface { CancelTestExecution(params *CancelTestExecutionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CancelTestExecutionOK, error) CreateExternalTestExecution(params *CreateExternalTestExecutionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateExternalTestExecutionOK, error) CreateHostedTestExecution(params *CreateHostedTestExecutionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateHostedTestExecutionOK, error) GetTestExecution(params *GetTestExecutionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTestExecutionOK, error) ListTestExecutions(params *ListTestExecutionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListTestExecutionsOK, error) QueryTestExecutions(params *QueryTestExecutionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryTestExecutionsOK, error) TestExecutionTrafficDiff(params *TestExecutionTrafficDiffParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TestExecutionTrafficDiffOK, error) TestExecutionTrafficDiffFindings(params *TestExecutionTrafficDiffFindingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TestExecutionTrafficDiffFindingsOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new test executions API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new test executions API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new test executions API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.
type CreateExternalTestExecutionBadGateway ¶
type CreateExternalTestExecutionBadGateway struct {
Payload *models.ErrorResponse
}
CreateExternalTestExecutionBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewCreateExternalTestExecutionBadGateway ¶
func NewCreateExternalTestExecutionBadGateway() *CreateExternalTestExecutionBadGateway
NewCreateExternalTestExecutionBadGateway creates a CreateExternalTestExecutionBadGateway with default headers values
func (*CreateExternalTestExecutionBadGateway) Code ¶
func (o *CreateExternalTestExecutionBadGateway) Code() int
Code gets the status code for the create external test execution bad gateway response
func (*CreateExternalTestExecutionBadGateway) Error ¶
func (o *CreateExternalTestExecutionBadGateway) Error() string
func (*CreateExternalTestExecutionBadGateway) GetPayload ¶
func (o *CreateExternalTestExecutionBadGateway) GetPayload() *models.ErrorResponse
func (*CreateExternalTestExecutionBadGateway) IsClientError ¶
func (o *CreateExternalTestExecutionBadGateway) IsClientError() bool
IsClientError returns true when this create external test execution bad gateway response has a 4xx status code
func (*CreateExternalTestExecutionBadGateway) IsCode ¶
func (o *CreateExternalTestExecutionBadGateway) IsCode(code int) bool
IsCode returns true when this create external test execution bad gateway response a status code equal to that given
func (*CreateExternalTestExecutionBadGateway) IsRedirect ¶
func (o *CreateExternalTestExecutionBadGateway) IsRedirect() bool
IsRedirect returns true when this create external test execution bad gateway response has a 3xx status code
func (*CreateExternalTestExecutionBadGateway) IsServerError ¶
func (o *CreateExternalTestExecutionBadGateway) IsServerError() bool
IsServerError returns true when this create external test execution bad gateway response has a 5xx status code
func (*CreateExternalTestExecutionBadGateway) IsSuccess ¶
func (o *CreateExternalTestExecutionBadGateway) IsSuccess() bool
IsSuccess returns true when this create external test execution bad gateway response has a 2xx status code
func (*CreateExternalTestExecutionBadGateway) String ¶
func (o *CreateExternalTestExecutionBadGateway) String() string
type CreateExternalTestExecutionBadRequest ¶
type CreateExternalTestExecutionBadRequest struct {
Payload *models.ErrorResponse
}
CreateExternalTestExecutionBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateExternalTestExecutionBadRequest ¶
func NewCreateExternalTestExecutionBadRequest() *CreateExternalTestExecutionBadRequest
NewCreateExternalTestExecutionBadRequest creates a CreateExternalTestExecutionBadRequest with default headers values
func (*CreateExternalTestExecutionBadRequest) Code ¶
func (o *CreateExternalTestExecutionBadRequest) Code() int
Code gets the status code for the create external test execution bad request response
func (*CreateExternalTestExecutionBadRequest) Error ¶
func (o *CreateExternalTestExecutionBadRequest) Error() string
func (*CreateExternalTestExecutionBadRequest) GetPayload ¶
func (o *CreateExternalTestExecutionBadRequest) GetPayload() *models.ErrorResponse
func (*CreateExternalTestExecutionBadRequest) IsClientError ¶
func (o *CreateExternalTestExecutionBadRequest) IsClientError() bool
IsClientError returns true when this create external test execution bad request response has a 4xx status code
func (*CreateExternalTestExecutionBadRequest) IsCode ¶
func (o *CreateExternalTestExecutionBadRequest) IsCode(code int) bool
IsCode returns true when this create external test execution bad request response a status code equal to that given
func (*CreateExternalTestExecutionBadRequest) IsRedirect ¶
func (o *CreateExternalTestExecutionBadRequest) IsRedirect() bool
IsRedirect returns true when this create external test execution bad request response has a 3xx status code
func (*CreateExternalTestExecutionBadRequest) IsServerError ¶
func (o *CreateExternalTestExecutionBadRequest) IsServerError() bool
IsServerError returns true when this create external test execution bad request response has a 5xx status code
func (*CreateExternalTestExecutionBadRequest) IsSuccess ¶
func (o *CreateExternalTestExecutionBadRequest) IsSuccess() bool
IsSuccess returns true when this create external test execution bad request response has a 2xx status code
func (*CreateExternalTestExecutionBadRequest) String ¶
func (o *CreateExternalTestExecutionBadRequest) String() string
type CreateExternalTestExecutionOK ¶
type CreateExternalTestExecutionOK struct {
Payload *models.TestExecution
}
CreateExternalTestExecutionOK describes a response with status code 200, with default header values.
OK
func NewCreateExternalTestExecutionOK ¶
func NewCreateExternalTestExecutionOK() *CreateExternalTestExecutionOK
NewCreateExternalTestExecutionOK creates a CreateExternalTestExecutionOK with default headers values
func (*CreateExternalTestExecutionOK) Code ¶
func (o *CreateExternalTestExecutionOK) Code() int
Code gets the status code for the create external test execution o k response
func (*CreateExternalTestExecutionOK) Error ¶
func (o *CreateExternalTestExecutionOK) Error() string
func (*CreateExternalTestExecutionOK) GetPayload ¶
func (o *CreateExternalTestExecutionOK) GetPayload() *models.TestExecution
func (*CreateExternalTestExecutionOK) IsClientError ¶
func (o *CreateExternalTestExecutionOK) IsClientError() bool
IsClientError returns true when this create external test execution o k response has a 4xx status code
func (*CreateExternalTestExecutionOK) IsCode ¶
func (o *CreateExternalTestExecutionOK) IsCode(code int) bool
IsCode returns true when this create external test execution o k response a status code equal to that given
func (*CreateExternalTestExecutionOK) IsRedirect ¶
func (o *CreateExternalTestExecutionOK) IsRedirect() bool
IsRedirect returns true when this create external test execution o k response has a 3xx status code
func (*CreateExternalTestExecutionOK) IsServerError ¶
func (o *CreateExternalTestExecutionOK) IsServerError() bool
IsServerError returns true when this create external test execution o k response has a 5xx status code
func (*CreateExternalTestExecutionOK) IsSuccess ¶
func (o *CreateExternalTestExecutionOK) IsSuccess() bool
IsSuccess returns true when this create external test execution o k response has a 2xx status code
func (*CreateExternalTestExecutionOK) String ¶
func (o *CreateExternalTestExecutionOK) String() string
type CreateExternalTestExecutionParams ¶
type CreateExternalTestExecutionParams struct { /* Data. Request to create a test execution */ Data *models.TestExecution /* OrgName. Signadot Org Name */ OrgName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateExternalTestExecutionParams contains all the parameters to send to the API endpoint
for the create external test execution operation. Typically these are written to a http.Request.
func NewCreateExternalTestExecutionParams ¶
func NewCreateExternalTestExecutionParams() *CreateExternalTestExecutionParams
NewCreateExternalTestExecutionParams creates a new CreateExternalTestExecutionParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateExternalTestExecutionParamsWithContext ¶
func NewCreateExternalTestExecutionParamsWithContext(ctx context.Context) *CreateExternalTestExecutionParams
NewCreateExternalTestExecutionParamsWithContext creates a new CreateExternalTestExecutionParams object with the ability to set a context for a request.
func NewCreateExternalTestExecutionParamsWithHTTPClient ¶
func NewCreateExternalTestExecutionParamsWithHTTPClient(client *http.Client) *CreateExternalTestExecutionParams
NewCreateExternalTestExecutionParamsWithHTTPClient creates a new CreateExternalTestExecutionParams object with the ability to set a custom HTTPClient for a request.
func NewCreateExternalTestExecutionParamsWithTimeout ¶
func NewCreateExternalTestExecutionParamsWithTimeout(timeout time.Duration) *CreateExternalTestExecutionParams
NewCreateExternalTestExecutionParamsWithTimeout creates a new CreateExternalTestExecutionParams object with the ability to set a timeout on a request.
func (*CreateExternalTestExecutionParams) SetContext ¶
func (o *CreateExternalTestExecutionParams) SetContext(ctx context.Context)
SetContext adds the context to the create external test execution params
func (*CreateExternalTestExecutionParams) SetData ¶
func (o *CreateExternalTestExecutionParams) SetData(data *models.TestExecution)
SetData adds the data to the create external test execution params
func (*CreateExternalTestExecutionParams) SetDefaults ¶
func (o *CreateExternalTestExecutionParams) SetDefaults()
SetDefaults hydrates default values in the create external test execution params (not the query body).
All values with no default are reset to their zero value.
func (*CreateExternalTestExecutionParams) SetHTTPClient ¶
func (o *CreateExternalTestExecutionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create external test execution params
func (*CreateExternalTestExecutionParams) SetOrgName ¶
func (o *CreateExternalTestExecutionParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the create external test execution params
func (*CreateExternalTestExecutionParams) SetTimeout ¶
func (o *CreateExternalTestExecutionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create external test execution params
func (*CreateExternalTestExecutionParams) WithContext ¶
func (o *CreateExternalTestExecutionParams) WithContext(ctx context.Context) *CreateExternalTestExecutionParams
WithContext adds the context to the create external test execution params
func (*CreateExternalTestExecutionParams) WithData ¶
func (o *CreateExternalTestExecutionParams) WithData(data *models.TestExecution) *CreateExternalTestExecutionParams
WithData adds the data to the create external test execution params
func (*CreateExternalTestExecutionParams) WithDefaults ¶
func (o *CreateExternalTestExecutionParams) WithDefaults() *CreateExternalTestExecutionParams
WithDefaults hydrates default values in the create external test execution params (not the query body).
All values with no default are reset to their zero value.
func (*CreateExternalTestExecutionParams) WithHTTPClient ¶
func (o *CreateExternalTestExecutionParams) WithHTTPClient(client *http.Client) *CreateExternalTestExecutionParams
WithHTTPClient adds the HTTPClient to the create external test execution params
func (*CreateExternalTestExecutionParams) WithOrgName ¶
func (o *CreateExternalTestExecutionParams) WithOrgName(orgName string) *CreateExternalTestExecutionParams
WithOrgName adds the orgName to the create external test execution params
func (*CreateExternalTestExecutionParams) WithTimeout ¶
func (o *CreateExternalTestExecutionParams) WithTimeout(timeout time.Duration) *CreateExternalTestExecutionParams
WithTimeout adds the timeout to the create external test execution params
func (*CreateExternalTestExecutionParams) WriteToRequest ¶
func (o *CreateExternalTestExecutionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateExternalTestExecutionReader ¶
type CreateExternalTestExecutionReader struct {
// contains filtered or unexported fields
}
CreateExternalTestExecutionReader is a Reader for the CreateExternalTestExecution structure.
func (*CreateExternalTestExecutionReader) ReadResponse ¶
func (o *CreateExternalTestExecutionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateExternalTestExecutionUnauthorized ¶
type CreateExternalTestExecutionUnauthorized struct {
}CreateExternalTestExecutionUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCreateExternalTestExecutionUnauthorized ¶
func NewCreateExternalTestExecutionUnauthorized() *CreateExternalTestExecutionUnauthorized
NewCreateExternalTestExecutionUnauthorized creates a CreateExternalTestExecutionUnauthorized with default headers values
func (*CreateExternalTestExecutionUnauthorized) Code ¶
func (o *CreateExternalTestExecutionUnauthorized) Code() int
Code gets the status code for the create external test execution unauthorized response
func (*CreateExternalTestExecutionUnauthorized) Error ¶
func (o *CreateExternalTestExecutionUnauthorized) Error() string
func (*CreateExternalTestExecutionUnauthorized) GetPayload ¶
func (o *CreateExternalTestExecutionUnauthorized) GetPayload() *models.ErrorResponse
func (*CreateExternalTestExecutionUnauthorized) IsClientError ¶
func (o *CreateExternalTestExecutionUnauthorized) IsClientError() bool
IsClientError returns true when this create external test execution unauthorized response has a 4xx status code
func (*CreateExternalTestExecutionUnauthorized) IsCode ¶
func (o *CreateExternalTestExecutionUnauthorized) IsCode(code int) bool
IsCode returns true when this create external test execution unauthorized response a status code equal to that given
func (*CreateExternalTestExecutionUnauthorized) IsRedirect ¶
func (o *CreateExternalTestExecutionUnauthorized) IsRedirect() bool
IsRedirect returns true when this create external test execution unauthorized response has a 3xx status code
func (*CreateExternalTestExecutionUnauthorized) IsServerError ¶
func (o *CreateExternalTestExecutionUnauthorized) IsServerError() bool
IsServerError returns true when this create external test execution unauthorized response has a 5xx status code
func (*CreateExternalTestExecutionUnauthorized) IsSuccess ¶
func (o *CreateExternalTestExecutionUnauthorized) IsSuccess() bool
IsSuccess returns true when this create external test execution unauthorized response has a 2xx status code
func (*CreateExternalTestExecutionUnauthorized) String ¶
func (o *CreateExternalTestExecutionUnauthorized) String() string
type CreateHostedTestExecutionBadGateway ¶
type CreateHostedTestExecutionBadGateway struct {
Payload *models.ErrorResponse
}
CreateHostedTestExecutionBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewCreateHostedTestExecutionBadGateway ¶
func NewCreateHostedTestExecutionBadGateway() *CreateHostedTestExecutionBadGateway
NewCreateHostedTestExecutionBadGateway creates a CreateHostedTestExecutionBadGateway with default headers values
func (*CreateHostedTestExecutionBadGateway) Code ¶
func (o *CreateHostedTestExecutionBadGateway) Code() int
Code gets the status code for the create hosted test execution bad gateway response
func (*CreateHostedTestExecutionBadGateway) Error ¶
func (o *CreateHostedTestExecutionBadGateway) Error() string
func (*CreateHostedTestExecutionBadGateway) GetPayload ¶
func (o *CreateHostedTestExecutionBadGateway) GetPayload() *models.ErrorResponse
func (*CreateHostedTestExecutionBadGateway) IsClientError ¶
func (o *CreateHostedTestExecutionBadGateway) IsClientError() bool
IsClientError returns true when this create hosted test execution bad gateway response has a 4xx status code
func (*CreateHostedTestExecutionBadGateway) IsCode ¶
func (o *CreateHostedTestExecutionBadGateway) IsCode(code int) bool
IsCode returns true when this create hosted test execution bad gateway response a status code equal to that given
func (*CreateHostedTestExecutionBadGateway) IsRedirect ¶
func (o *CreateHostedTestExecutionBadGateway) IsRedirect() bool
IsRedirect returns true when this create hosted test execution bad gateway response has a 3xx status code
func (*CreateHostedTestExecutionBadGateway) IsServerError ¶
func (o *CreateHostedTestExecutionBadGateway) IsServerError() bool
IsServerError returns true when this create hosted test execution bad gateway response has a 5xx status code
func (*CreateHostedTestExecutionBadGateway) IsSuccess ¶
func (o *CreateHostedTestExecutionBadGateway) IsSuccess() bool
IsSuccess returns true when this create hosted test execution bad gateway response has a 2xx status code
func (*CreateHostedTestExecutionBadGateway) String ¶
func (o *CreateHostedTestExecutionBadGateway) String() string
type CreateHostedTestExecutionBadRequest ¶
type CreateHostedTestExecutionBadRequest struct {
Payload *models.ErrorResponse
}
CreateHostedTestExecutionBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateHostedTestExecutionBadRequest ¶
func NewCreateHostedTestExecutionBadRequest() *CreateHostedTestExecutionBadRequest
NewCreateHostedTestExecutionBadRequest creates a CreateHostedTestExecutionBadRequest with default headers values
func (*CreateHostedTestExecutionBadRequest) Code ¶
func (o *CreateHostedTestExecutionBadRequest) Code() int
Code gets the status code for the create hosted test execution bad request response
func (*CreateHostedTestExecutionBadRequest) Error ¶
func (o *CreateHostedTestExecutionBadRequest) Error() string
func (*CreateHostedTestExecutionBadRequest) GetPayload ¶
func (o *CreateHostedTestExecutionBadRequest) GetPayload() *models.ErrorResponse
func (*CreateHostedTestExecutionBadRequest) IsClientError ¶
func (o *CreateHostedTestExecutionBadRequest) IsClientError() bool
IsClientError returns true when this create hosted test execution bad request response has a 4xx status code
func (*CreateHostedTestExecutionBadRequest) IsCode ¶
func (o *CreateHostedTestExecutionBadRequest) IsCode(code int) bool
IsCode returns true when this create hosted test execution bad request response a status code equal to that given
func (*CreateHostedTestExecutionBadRequest) IsRedirect ¶
func (o *CreateHostedTestExecutionBadRequest) IsRedirect() bool
IsRedirect returns true when this create hosted test execution bad request response has a 3xx status code
func (*CreateHostedTestExecutionBadRequest) IsServerError ¶
func (o *CreateHostedTestExecutionBadRequest) IsServerError() bool
IsServerError returns true when this create hosted test execution bad request response has a 5xx status code
func (*CreateHostedTestExecutionBadRequest) IsSuccess ¶
func (o *CreateHostedTestExecutionBadRequest) IsSuccess() bool
IsSuccess returns true when this create hosted test execution bad request response has a 2xx status code
func (*CreateHostedTestExecutionBadRequest) String ¶
func (o *CreateHostedTestExecutionBadRequest) String() string
type CreateHostedTestExecutionOK ¶
type CreateHostedTestExecutionOK struct {
Payload *models.TestExecution
}
CreateHostedTestExecutionOK describes a response with status code 200, with default header values.
OK
func NewCreateHostedTestExecutionOK ¶
func NewCreateHostedTestExecutionOK() *CreateHostedTestExecutionOK
NewCreateHostedTestExecutionOK creates a CreateHostedTestExecutionOK with default headers values
func (*CreateHostedTestExecutionOK) Code ¶
func (o *CreateHostedTestExecutionOK) Code() int
Code gets the status code for the create hosted test execution o k response
func (*CreateHostedTestExecutionOK) Error ¶
func (o *CreateHostedTestExecutionOK) Error() string
func (*CreateHostedTestExecutionOK) GetPayload ¶
func (o *CreateHostedTestExecutionOK) GetPayload() *models.TestExecution
func (*CreateHostedTestExecutionOK) IsClientError ¶
func (o *CreateHostedTestExecutionOK) IsClientError() bool
IsClientError returns true when this create hosted test execution o k response has a 4xx status code
func (*CreateHostedTestExecutionOK) IsCode ¶
func (o *CreateHostedTestExecutionOK) IsCode(code int) bool
IsCode returns true when this create hosted test execution o k response a status code equal to that given
func (*CreateHostedTestExecutionOK) IsRedirect ¶
func (o *CreateHostedTestExecutionOK) IsRedirect() bool
IsRedirect returns true when this create hosted test execution o k response has a 3xx status code
func (*CreateHostedTestExecutionOK) IsServerError ¶
func (o *CreateHostedTestExecutionOK) IsServerError() bool
IsServerError returns true when this create hosted test execution o k response has a 5xx status code
func (*CreateHostedTestExecutionOK) IsSuccess ¶
func (o *CreateHostedTestExecutionOK) IsSuccess() bool
IsSuccess returns true when this create hosted test execution o k response has a 2xx status code
func (*CreateHostedTestExecutionOK) String ¶
func (o *CreateHostedTestExecutionOK) String() string
type CreateHostedTestExecutionParams ¶
type CreateHostedTestExecutionParams struct { /* Data. Request to create a test execution */ Data *models.TestExecution /* OrgName. Signadot Org Name */ OrgName string /* TestName. Test name */ TestName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateHostedTestExecutionParams contains all the parameters to send to the API endpoint
for the create hosted test execution operation. Typically these are written to a http.Request.
func NewCreateHostedTestExecutionParams ¶
func NewCreateHostedTestExecutionParams() *CreateHostedTestExecutionParams
NewCreateHostedTestExecutionParams creates a new CreateHostedTestExecutionParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateHostedTestExecutionParamsWithContext ¶
func NewCreateHostedTestExecutionParamsWithContext(ctx context.Context) *CreateHostedTestExecutionParams
NewCreateHostedTestExecutionParamsWithContext creates a new CreateHostedTestExecutionParams object with the ability to set a context for a request.
func NewCreateHostedTestExecutionParamsWithHTTPClient ¶
func NewCreateHostedTestExecutionParamsWithHTTPClient(client *http.Client) *CreateHostedTestExecutionParams
NewCreateHostedTestExecutionParamsWithHTTPClient creates a new CreateHostedTestExecutionParams object with the ability to set a custom HTTPClient for a request.
func NewCreateHostedTestExecutionParamsWithTimeout ¶
func NewCreateHostedTestExecutionParamsWithTimeout(timeout time.Duration) *CreateHostedTestExecutionParams
NewCreateHostedTestExecutionParamsWithTimeout creates a new CreateHostedTestExecutionParams object with the ability to set a timeout on a request.
func (*CreateHostedTestExecutionParams) SetContext ¶
func (o *CreateHostedTestExecutionParams) SetContext(ctx context.Context)
SetContext adds the context to the create hosted test execution params
func (*CreateHostedTestExecutionParams) SetData ¶
func (o *CreateHostedTestExecutionParams) SetData(data *models.TestExecution)
SetData adds the data to the create hosted test execution params
func (*CreateHostedTestExecutionParams) SetDefaults ¶
func (o *CreateHostedTestExecutionParams) SetDefaults()
SetDefaults hydrates default values in the create hosted test execution params (not the query body).
All values with no default are reset to their zero value.
func (*CreateHostedTestExecutionParams) SetHTTPClient ¶
func (o *CreateHostedTestExecutionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create hosted test execution params
func (*CreateHostedTestExecutionParams) SetOrgName ¶
func (o *CreateHostedTestExecutionParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the create hosted test execution params
func (*CreateHostedTestExecutionParams) SetTestName ¶
func (o *CreateHostedTestExecutionParams) SetTestName(testName string)
SetTestName adds the testName to the create hosted test execution params
func (*CreateHostedTestExecutionParams) SetTimeout ¶
func (o *CreateHostedTestExecutionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create hosted test execution params
func (*CreateHostedTestExecutionParams) WithContext ¶
func (o *CreateHostedTestExecutionParams) WithContext(ctx context.Context) *CreateHostedTestExecutionParams
WithContext adds the context to the create hosted test execution params
func (*CreateHostedTestExecutionParams) WithData ¶
func (o *CreateHostedTestExecutionParams) WithData(data *models.TestExecution) *CreateHostedTestExecutionParams
WithData adds the data to the create hosted test execution params
func (*CreateHostedTestExecutionParams) WithDefaults ¶
func (o *CreateHostedTestExecutionParams) WithDefaults() *CreateHostedTestExecutionParams
WithDefaults hydrates default values in the create hosted test execution params (not the query body).
All values with no default are reset to their zero value.
func (*CreateHostedTestExecutionParams) WithHTTPClient ¶
func (o *CreateHostedTestExecutionParams) WithHTTPClient(client *http.Client) *CreateHostedTestExecutionParams
WithHTTPClient adds the HTTPClient to the create hosted test execution params
func (*CreateHostedTestExecutionParams) WithOrgName ¶
func (o *CreateHostedTestExecutionParams) WithOrgName(orgName string) *CreateHostedTestExecutionParams
WithOrgName adds the orgName to the create hosted test execution params
func (*CreateHostedTestExecutionParams) WithTestName ¶
func (o *CreateHostedTestExecutionParams) WithTestName(testName string) *CreateHostedTestExecutionParams
WithTestName adds the testName to the create hosted test execution params
func (*CreateHostedTestExecutionParams) WithTimeout ¶
func (o *CreateHostedTestExecutionParams) WithTimeout(timeout time.Duration) *CreateHostedTestExecutionParams
WithTimeout adds the timeout to the create hosted test execution params
func (*CreateHostedTestExecutionParams) WriteToRequest ¶
func (o *CreateHostedTestExecutionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateHostedTestExecutionReader ¶
type CreateHostedTestExecutionReader struct {
// contains filtered or unexported fields
}
CreateHostedTestExecutionReader is a Reader for the CreateHostedTestExecution structure.
func (*CreateHostedTestExecutionReader) ReadResponse ¶
func (o *CreateHostedTestExecutionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateHostedTestExecutionUnauthorized ¶
type CreateHostedTestExecutionUnauthorized struct {
}CreateHostedTestExecutionUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCreateHostedTestExecutionUnauthorized ¶
func NewCreateHostedTestExecutionUnauthorized() *CreateHostedTestExecutionUnauthorized
NewCreateHostedTestExecutionUnauthorized creates a CreateHostedTestExecutionUnauthorized with default headers values
func (*CreateHostedTestExecutionUnauthorized) Code ¶
func (o *CreateHostedTestExecutionUnauthorized) Code() int
Code gets the status code for the create hosted test execution unauthorized response
func (*CreateHostedTestExecutionUnauthorized) Error ¶
func (o *CreateHostedTestExecutionUnauthorized) Error() string
func (*CreateHostedTestExecutionUnauthorized) GetPayload ¶
func (o *CreateHostedTestExecutionUnauthorized) GetPayload() *models.ErrorResponse
func (*CreateHostedTestExecutionUnauthorized) IsClientError ¶
func (o *CreateHostedTestExecutionUnauthorized) IsClientError() bool
IsClientError returns true when this create hosted test execution unauthorized response has a 4xx status code
func (*CreateHostedTestExecutionUnauthorized) IsCode ¶
func (o *CreateHostedTestExecutionUnauthorized) IsCode(code int) bool
IsCode returns true when this create hosted test execution unauthorized response a status code equal to that given
func (*CreateHostedTestExecutionUnauthorized) IsRedirect ¶
func (o *CreateHostedTestExecutionUnauthorized) IsRedirect() bool
IsRedirect returns true when this create hosted test execution unauthorized response has a 3xx status code
func (*CreateHostedTestExecutionUnauthorized) IsServerError ¶
func (o *CreateHostedTestExecutionUnauthorized) IsServerError() bool
IsServerError returns true when this create hosted test execution unauthorized response has a 5xx status code
func (*CreateHostedTestExecutionUnauthorized) IsSuccess ¶
func (o *CreateHostedTestExecutionUnauthorized) IsSuccess() bool
IsSuccess returns true when this create hosted test execution unauthorized response has a 2xx status code
func (*CreateHostedTestExecutionUnauthorized) String ¶
func (o *CreateHostedTestExecutionUnauthorized) String() string
type GetTestExecutionBadGateway ¶
type GetTestExecutionBadGateway struct {
Payload *models.ErrorResponse
}
GetTestExecutionBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewGetTestExecutionBadGateway ¶
func NewGetTestExecutionBadGateway() *GetTestExecutionBadGateway
NewGetTestExecutionBadGateway creates a GetTestExecutionBadGateway with default headers values
func (*GetTestExecutionBadGateway) Code ¶
func (o *GetTestExecutionBadGateway) Code() int
Code gets the status code for the get test execution bad gateway response
func (*GetTestExecutionBadGateway) Error ¶
func (o *GetTestExecutionBadGateway) Error() string
func (*GetTestExecutionBadGateway) GetPayload ¶
func (o *GetTestExecutionBadGateway) GetPayload() *models.ErrorResponse
func (*GetTestExecutionBadGateway) IsClientError ¶
func (o *GetTestExecutionBadGateway) IsClientError() bool
IsClientError returns true when this get test execution bad gateway response has a 4xx status code
func (*GetTestExecutionBadGateway) IsCode ¶
func (o *GetTestExecutionBadGateway) IsCode(code int) bool
IsCode returns true when this get test execution bad gateway response a status code equal to that given
func (*GetTestExecutionBadGateway) IsRedirect ¶
func (o *GetTestExecutionBadGateway) IsRedirect() bool
IsRedirect returns true when this get test execution bad gateway response has a 3xx status code
func (*GetTestExecutionBadGateway) IsServerError ¶
func (o *GetTestExecutionBadGateway) IsServerError() bool
IsServerError returns true when this get test execution bad gateway response has a 5xx status code
func (*GetTestExecutionBadGateway) IsSuccess ¶
func (o *GetTestExecutionBadGateway) IsSuccess() bool
IsSuccess returns true when this get test execution bad gateway response has a 2xx status code
func (*GetTestExecutionBadGateway) String ¶
func (o *GetTestExecutionBadGateway) String() string
type GetTestExecutionBadRequest ¶
type GetTestExecutionBadRequest struct {
Payload *models.ErrorResponse
}
GetTestExecutionBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetTestExecutionBadRequest ¶
func NewGetTestExecutionBadRequest() *GetTestExecutionBadRequest
NewGetTestExecutionBadRequest creates a GetTestExecutionBadRequest with default headers values
func (*GetTestExecutionBadRequest) Code ¶
func (o *GetTestExecutionBadRequest) Code() int
Code gets the status code for the get test execution bad request response
func (*GetTestExecutionBadRequest) Error ¶
func (o *GetTestExecutionBadRequest) Error() string
func (*GetTestExecutionBadRequest) GetPayload ¶
func (o *GetTestExecutionBadRequest) GetPayload() *models.ErrorResponse
func (*GetTestExecutionBadRequest) IsClientError ¶
func (o *GetTestExecutionBadRequest) IsClientError() bool
IsClientError returns true when this get test execution bad request response has a 4xx status code
func (*GetTestExecutionBadRequest) IsCode ¶
func (o *GetTestExecutionBadRequest) IsCode(code int) bool
IsCode returns true when this get test execution bad request response a status code equal to that given
func (*GetTestExecutionBadRequest) IsRedirect ¶
func (o *GetTestExecutionBadRequest) IsRedirect() bool
IsRedirect returns true when this get test execution bad request response has a 3xx status code
func (*GetTestExecutionBadRequest) IsServerError ¶
func (o *GetTestExecutionBadRequest) IsServerError() bool
IsServerError returns true when this get test execution bad request response has a 5xx status code
func (*GetTestExecutionBadRequest) IsSuccess ¶
func (o *GetTestExecutionBadRequest) IsSuccess() bool
IsSuccess returns true when this get test execution bad request response has a 2xx status code
func (*GetTestExecutionBadRequest) String ¶
func (o *GetTestExecutionBadRequest) String() string
type GetTestExecutionOK ¶
type GetTestExecutionOK struct {
Payload *models.TestExecution
}
GetTestExecutionOK describes a response with status code 200, with default header values.
OK
func NewGetTestExecutionOK ¶
func NewGetTestExecutionOK() *GetTestExecutionOK
NewGetTestExecutionOK creates a GetTestExecutionOK with default headers values
func (*GetTestExecutionOK) Code ¶
func (o *GetTestExecutionOK) Code() int
Code gets the status code for the get test execution o k response
func (*GetTestExecutionOK) Error ¶
func (o *GetTestExecutionOK) Error() string
func (*GetTestExecutionOK) GetPayload ¶
func (o *GetTestExecutionOK) GetPayload() *models.TestExecution
func (*GetTestExecutionOK) IsClientError ¶
func (o *GetTestExecutionOK) IsClientError() bool
IsClientError returns true when this get test execution o k response has a 4xx status code
func (*GetTestExecutionOK) IsCode ¶
func (o *GetTestExecutionOK) IsCode(code int) bool
IsCode returns true when this get test execution o k response a status code equal to that given
func (*GetTestExecutionOK) IsRedirect ¶
func (o *GetTestExecutionOK) IsRedirect() bool
IsRedirect returns true when this get test execution o k response has a 3xx status code
func (*GetTestExecutionOK) IsServerError ¶
func (o *GetTestExecutionOK) IsServerError() bool
IsServerError returns true when this get test execution o k response has a 5xx status code
func (*GetTestExecutionOK) IsSuccess ¶
func (o *GetTestExecutionOK) IsSuccess() bool
IsSuccess returns true when this get test execution o k response has a 2xx status code
func (*GetTestExecutionOK) String ¶
func (o *GetTestExecutionOK) String() string
type GetTestExecutionParams ¶
type GetTestExecutionParams struct { /* ExecutionID. Test Execution ID */ ExecutionID string /* OrgName. Signadot Org Name */ OrgName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetTestExecutionParams contains all the parameters to send to the API endpoint
for the get test execution operation. Typically these are written to a http.Request.
func NewGetTestExecutionParams ¶
func NewGetTestExecutionParams() *GetTestExecutionParams
NewGetTestExecutionParams creates a new GetTestExecutionParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetTestExecutionParamsWithContext ¶
func NewGetTestExecutionParamsWithContext(ctx context.Context) *GetTestExecutionParams
NewGetTestExecutionParamsWithContext creates a new GetTestExecutionParams object with the ability to set a context for a request.
func NewGetTestExecutionParamsWithHTTPClient ¶
func NewGetTestExecutionParamsWithHTTPClient(client *http.Client) *GetTestExecutionParams
NewGetTestExecutionParamsWithHTTPClient creates a new GetTestExecutionParams object with the ability to set a custom HTTPClient for a request.
func NewGetTestExecutionParamsWithTimeout ¶
func NewGetTestExecutionParamsWithTimeout(timeout time.Duration) *GetTestExecutionParams
NewGetTestExecutionParamsWithTimeout creates a new GetTestExecutionParams object with the ability to set a timeout on a request.
func (*GetTestExecutionParams) SetContext ¶
func (o *GetTestExecutionParams) SetContext(ctx context.Context)
SetContext adds the context to the get test execution params
func (*GetTestExecutionParams) SetDefaults ¶
func (o *GetTestExecutionParams) SetDefaults()
SetDefaults hydrates default values in the get test execution params (not the query body).
All values with no default are reset to their zero value.
func (*GetTestExecutionParams) SetExecutionID ¶
func (o *GetTestExecutionParams) SetExecutionID(executionID string)
SetExecutionID adds the executionId to the get test execution params
func (*GetTestExecutionParams) SetHTTPClient ¶
func (o *GetTestExecutionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get test execution params
func (*GetTestExecutionParams) SetOrgName ¶
func (o *GetTestExecutionParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the get test execution params
func (*GetTestExecutionParams) SetTimeout ¶
func (o *GetTestExecutionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get test execution params
func (*GetTestExecutionParams) WithContext ¶
func (o *GetTestExecutionParams) WithContext(ctx context.Context) *GetTestExecutionParams
WithContext adds the context to the get test execution params
func (*GetTestExecutionParams) WithDefaults ¶
func (o *GetTestExecutionParams) WithDefaults() *GetTestExecutionParams
WithDefaults hydrates default values in the get test execution params (not the query body).
All values with no default are reset to their zero value.
func (*GetTestExecutionParams) WithExecutionID ¶
func (o *GetTestExecutionParams) WithExecutionID(executionID string) *GetTestExecutionParams
WithExecutionID adds the executionID to the get test execution params
func (*GetTestExecutionParams) WithHTTPClient ¶
func (o *GetTestExecutionParams) WithHTTPClient(client *http.Client) *GetTestExecutionParams
WithHTTPClient adds the HTTPClient to the get test execution params
func (*GetTestExecutionParams) WithOrgName ¶
func (o *GetTestExecutionParams) WithOrgName(orgName string) *GetTestExecutionParams
WithOrgName adds the orgName to the get test execution params
func (*GetTestExecutionParams) WithTimeout ¶
func (o *GetTestExecutionParams) WithTimeout(timeout time.Duration) *GetTestExecutionParams
WithTimeout adds the timeout to the get test execution params
func (*GetTestExecutionParams) WriteToRequest ¶
func (o *GetTestExecutionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTestExecutionReader ¶
type GetTestExecutionReader struct {
// contains filtered or unexported fields
}
GetTestExecutionReader is a Reader for the GetTestExecution structure.
func (*GetTestExecutionReader) ReadResponse ¶
func (o *GetTestExecutionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTestExecutionUnauthorized ¶
type GetTestExecutionUnauthorized struct {
}GetTestExecutionUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetTestExecutionUnauthorized ¶
func NewGetTestExecutionUnauthorized() *GetTestExecutionUnauthorized
NewGetTestExecutionUnauthorized creates a GetTestExecutionUnauthorized with default headers values
func (*GetTestExecutionUnauthorized) Code ¶
func (o *GetTestExecutionUnauthorized) Code() int
Code gets the status code for the get test execution unauthorized response
func (*GetTestExecutionUnauthorized) Error ¶
func (o *GetTestExecutionUnauthorized) Error() string
func (*GetTestExecutionUnauthorized) GetPayload ¶
func (o *GetTestExecutionUnauthorized) GetPayload() *models.ErrorResponse
func (*GetTestExecutionUnauthorized) IsClientError ¶
func (o *GetTestExecutionUnauthorized) IsClientError() bool
IsClientError returns true when this get test execution unauthorized response has a 4xx status code
func (*GetTestExecutionUnauthorized) IsCode ¶
func (o *GetTestExecutionUnauthorized) IsCode(code int) bool
IsCode returns true when this get test execution unauthorized response a status code equal to that given
func (*GetTestExecutionUnauthorized) IsRedirect ¶
func (o *GetTestExecutionUnauthorized) IsRedirect() bool
IsRedirect returns true when this get test execution unauthorized response has a 3xx status code
func (*GetTestExecutionUnauthorized) IsServerError ¶
func (o *GetTestExecutionUnauthorized) IsServerError() bool
IsServerError returns true when this get test execution unauthorized response has a 5xx status code
func (*GetTestExecutionUnauthorized) IsSuccess ¶
func (o *GetTestExecutionUnauthorized) IsSuccess() bool
IsSuccess returns true when this get test execution unauthorized response has a 2xx status code
func (*GetTestExecutionUnauthorized) String ¶
func (o *GetTestExecutionUnauthorized) String() string
type ListTestExecutionsBadGateway ¶
type ListTestExecutionsBadGateway struct {
Payload *models.ErrorResponse
}
ListTestExecutionsBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewListTestExecutionsBadGateway ¶
func NewListTestExecutionsBadGateway() *ListTestExecutionsBadGateway
NewListTestExecutionsBadGateway creates a ListTestExecutionsBadGateway with default headers values
func (*ListTestExecutionsBadGateway) Code ¶
func (o *ListTestExecutionsBadGateway) Code() int
Code gets the status code for the list test executions bad gateway response
func (*ListTestExecutionsBadGateway) Error ¶
func (o *ListTestExecutionsBadGateway) Error() string
func (*ListTestExecutionsBadGateway) GetPayload ¶
func (o *ListTestExecutionsBadGateway) GetPayload() *models.ErrorResponse
func (*ListTestExecutionsBadGateway) IsClientError ¶
func (o *ListTestExecutionsBadGateway) IsClientError() bool
IsClientError returns true when this list test executions bad gateway response has a 4xx status code
func (*ListTestExecutionsBadGateway) IsCode ¶
func (o *ListTestExecutionsBadGateway) IsCode(code int) bool
IsCode returns true when this list test executions bad gateway response a status code equal to that given
func (*ListTestExecutionsBadGateway) IsRedirect ¶
func (o *ListTestExecutionsBadGateway) IsRedirect() bool
IsRedirect returns true when this list test executions bad gateway response has a 3xx status code
func (*ListTestExecutionsBadGateway) IsServerError ¶
func (o *ListTestExecutionsBadGateway) IsServerError() bool
IsServerError returns true when this list test executions bad gateway response has a 5xx status code
func (*ListTestExecutionsBadGateway) IsSuccess ¶
func (o *ListTestExecutionsBadGateway) IsSuccess() bool
IsSuccess returns true when this list test executions bad gateway response has a 2xx status code
func (*ListTestExecutionsBadGateway) String ¶
func (o *ListTestExecutionsBadGateway) String() string
type ListTestExecutionsBadRequest ¶
type ListTestExecutionsBadRequest struct {
Payload *models.ErrorResponse
}
ListTestExecutionsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewListTestExecutionsBadRequest ¶
func NewListTestExecutionsBadRequest() *ListTestExecutionsBadRequest
NewListTestExecutionsBadRequest creates a ListTestExecutionsBadRequest with default headers values
func (*ListTestExecutionsBadRequest) Code ¶
func (o *ListTestExecutionsBadRequest) Code() int
Code gets the status code for the list test executions bad request response
func (*ListTestExecutionsBadRequest) Error ¶
func (o *ListTestExecutionsBadRequest) Error() string
func (*ListTestExecutionsBadRequest) GetPayload ¶
func (o *ListTestExecutionsBadRequest) GetPayload() *models.ErrorResponse
func (*ListTestExecutionsBadRequest) IsClientError ¶
func (o *ListTestExecutionsBadRequest) IsClientError() bool
IsClientError returns true when this list test executions bad request response has a 4xx status code
func (*ListTestExecutionsBadRequest) IsCode ¶
func (o *ListTestExecutionsBadRequest) IsCode(code int) bool
IsCode returns true when this list test executions bad request response a status code equal to that given
func (*ListTestExecutionsBadRequest) IsRedirect ¶
func (o *ListTestExecutionsBadRequest) IsRedirect() bool
IsRedirect returns true when this list test executions bad request response has a 3xx status code
func (*ListTestExecutionsBadRequest) IsServerError ¶
func (o *ListTestExecutionsBadRequest) IsServerError() bool
IsServerError returns true when this list test executions bad request response has a 5xx status code
func (*ListTestExecutionsBadRequest) IsSuccess ¶
func (o *ListTestExecutionsBadRequest) IsSuccess() bool
IsSuccess returns true when this list test executions bad request response has a 2xx status code
func (*ListTestExecutionsBadRequest) String ¶
func (o *ListTestExecutionsBadRequest) String() string
type ListTestExecutionsOK ¶
type ListTestExecutionsOK struct {
Payload []*models.TestExecution
}
ListTestExecutionsOK describes a response with status code 200, with default header values.
OK
func NewListTestExecutionsOK ¶
func NewListTestExecutionsOK() *ListTestExecutionsOK
NewListTestExecutionsOK creates a ListTestExecutionsOK with default headers values
func (*ListTestExecutionsOK) Code ¶
func (o *ListTestExecutionsOK) Code() int
Code gets the status code for the list test executions o k response
func (*ListTestExecutionsOK) Error ¶
func (o *ListTestExecutionsOK) Error() string
func (*ListTestExecutionsOK) GetPayload ¶
func (o *ListTestExecutionsOK) GetPayload() []*models.TestExecution
func (*ListTestExecutionsOK) IsClientError ¶
func (o *ListTestExecutionsOK) IsClientError() bool
IsClientError returns true when this list test executions o k response has a 4xx status code
func (*ListTestExecutionsOK) IsCode ¶
func (o *ListTestExecutionsOK) IsCode(code int) bool
IsCode returns true when this list test executions o k response a status code equal to that given
func (*ListTestExecutionsOK) IsRedirect ¶
func (o *ListTestExecutionsOK) IsRedirect() bool
IsRedirect returns true when this list test executions o k response has a 3xx status code
func (*ListTestExecutionsOK) IsServerError ¶
func (o *ListTestExecutionsOK) IsServerError() bool
IsServerError returns true when this list test executions o k response has a 5xx status code
func (*ListTestExecutionsOK) IsSuccess ¶
func (o *ListTestExecutionsOK) IsSuccess() bool
IsSuccess returns true when this list test executions o k response has a 2xx status code
func (*ListTestExecutionsOK) String ¶
func (o *ListTestExecutionsOK) String() string
type ListTestExecutionsParams ¶
type ListTestExecutionsParams struct { /* OrgName. Signadot Org Name */ OrgName string /* TestName. Test name */ TestName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListTestExecutionsParams contains all the parameters to send to the API endpoint
for the list test executions operation. Typically these are written to a http.Request.
func NewListTestExecutionsParams ¶
func NewListTestExecutionsParams() *ListTestExecutionsParams
NewListTestExecutionsParams creates a new ListTestExecutionsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListTestExecutionsParamsWithContext ¶
func NewListTestExecutionsParamsWithContext(ctx context.Context) *ListTestExecutionsParams
NewListTestExecutionsParamsWithContext creates a new ListTestExecutionsParams object with the ability to set a context for a request.
func NewListTestExecutionsParamsWithHTTPClient ¶
func NewListTestExecutionsParamsWithHTTPClient(client *http.Client) *ListTestExecutionsParams
NewListTestExecutionsParamsWithHTTPClient creates a new ListTestExecutionsParams object with the ability to set a custom HTTPClient for a request.
func NewListTestExecutionsParamsWithTimeout ¶
func NewListTestExecutionsParamsWithTimeout(timeout time.Duration) *ListTestExecutionsParams
NewListTestExecutionsParamsWithTimeout creates a new ListTestExecutionsParams object with the ability to set a timeout on a request.
func (*ListTestExecutionsParams) SetContext ¶
func (o *ListTestExecutionsParams) SetContext(ctx context.Context)
SetContext adds the context to the list test executions params
func (*ListTestExecutionsParams) SetDefaults ¶
func (o *ListTestExecutionsParams) SetDefaults()
SetDefaults hydrates default values in the list test executions params (not the query body).
All values with no default are reset to their zero value.
func (*ListTestExecutionsParams) SetHTTPClient ¶
func (o *ListTestExecutionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list test executions params
func (*ListTestExecutionsParams) SetOrgName ¶
func (o *ListTestExecutionsParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the list test executions params
func (*ListTestExecutionsParams) SetTestName ¶
func (o *ListTestExecutionsParams) SetTestName(testName string)
SetTestName adds the testName to the list test executions params
func (*ListTestExecutionsParams) SetTimeout ¶
func (o *ListTestExecutionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list test executions params
func (*ListTestExecutionsParams) WithContext ¶
func (o *ListTestExecutionsParams) WithContext(ctx context.Context) *ListTestExecutionsParams
WithContext adds the context to the list test executions params
func (*ListTestExecutionsParams) WithDefaults ¶
func (o *ListTestExecutionsParams) WithDefaults() *ListTestExecutionsParams
WithDefaults hydrates default values in the list test executions params (not the query body).
All values with no default are reset to their zero value.
func (*ListTestExecutionsParams) WithHTTPClient ¶
func (o *ListTestExecutionsParams) WithHTTPClient(client *http.Client) *ListTestExecutionsParams
WithHTTPClient adds the HTTPClient to the list test executions params
func (*ListTestExecutionsParams) WithOrgName ¶
func (o *ListTestExecutionsParams) WithOrgName(orgName string) *ListTestExecutionsParams
WithOrgName adds the orgName to the list test executions params
func (*ListTestExecutionsParams) WithTestName ¶
func (o *ListTestExecutionsParams) WithTestName(testName string) *ListTestExecutionsParams
WithTestName adds the testName to the list test executions params
func (*ListTestExecutionsParams) WithTimeout ¶
func (o *ListTestExecutionsParams) WithTimeout(timeout time.Duration) *ListTestExecutionsParams
WithTimeout adds the timeout to the list test executions params
func (*ListTestExecutionsParams) WriteToRequest ¶
func (o *ListTestExecutionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListTestExecutionsReader ¶
type ListTestExecutionsReader struct {
// contains filtered or unexported fields
}
ListTestExecutionsReader is a Reader for the ListTestExecutions structure.
func (*ListTestExecutionsReader) ReadResponse ¶
func (o *ListTestExecutionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListTestExecutionsUnauthorized ¶
type ListTestExecutionsUnauthorized struct {
}ListTestExecutionsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewListTestExecutionsUnauthorized ¶
func NewListTestExecutionsUnauthorized() *ListTestExecutionsUnauthorized
NewListTestExecutionsUnauthorized creates a ListTestExecutionsUnauthorized with default headers values
func (*ListTestExecutionsUnauthorized) Code ¶
func (o *ListTestExecutionsUnauthorized) Code() int
Code gets the status code for the list test executions unauthorized response
func (*ListTestExecutionsUnauthorized) Error ¶
func (o *ListTestExecutionsUnauthorized) Error() string
func (*ListTestExecutionsUnauthorized) GetPayload ¶
func (o *ListTestExecutionsUnauthorized) GetPayload() *models.ErrorResponse
func (*ListTestExecutionsUnauthorized) IsClientError ¶
func (o *ListTestExecutionsUnauthorized) IsClientError() bool
IsClientError returns true when this list test executions unauthorized response has a 4xx status code
func (*ListTestExecutionsUnauthorized) IsCode ¶
func (o *ListTestExecutionsUnauthorized) IsCode(code int) bool
IsCode returns true when this list test executions unauthorized response a status code equal to that given
func (*ListTestExecutionsUnauthorized) IsRedirect ¶
func (o *ListTestExecutionsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list test executions unauthorized response has a 3xx status code
func (*ListTestExecutionsUnauthorized) IsServerError ¶
func (o *ListTestExecutionsUnauthorized) IsServerError() bool
IsServerError returns true when this list test executions unauthorized response has a 5xx status code
func (*ListTestExecutionsUnauthorized) IsSuccess ¶
func (o *ListTestExecutionsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list test executions unauthorized response has a 2xx status code
func (*ListTestExecutionsUnauthorized) String ¶
func (o *ListTestExecutionsUnauthorized) String() string
type QueryTestExecutionsBadGateway ¶
type QueryTestExecutionsBadGateway struct {
Payload *models.ErrorResponse
}
QueryTestExecutionsBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewQueryTestExecutionsBadGateway ¶
func NewQueryTestExecutionsBadGateway() *QueryTestExecutionsBadGateway
NewQueryTestExecutionsBadGateway creates a QueryTestExecutionsBadGateway with default headers values
func (*QueryTestExecutionsBadGateway) Code ¶
func (o *QueryTestExecutionsBadGateway) Code() int
Code gets the status code for the query test executions bad gateway response
func (*QueryTestExecutionsBadGateway) Error ¶
func (o *QueryTestExecutionsBadGateway) Error() string
func (*QueryTestExecutionsBadGateway) GetPayload ¶
func (o *QueryTestExecutionsBadGateway) GetPayload() *models.ErrorResponse
func (*QueryTestExecutionsBadGateway) IsClientError ¶
func (o *QueryTestExecutionsBadGateway) IsClientError() bool
IsClientError returns true when this query test executions bad gateway response has a 4xx status code
func (*QueryTestExecutionsBadGateway) IsCode ¶
func (o *QueryTestExecutionsBadGateway) IsCode(code int) bool
IsCode returns true when this query test executions bad gateway response a status code equal to that given
func (*QueryTestExecutionsBadGateway) IsRedirect ¶
func (o *QueryTestExecutionsBadGateway) IsRedirect() bool
IsRedirect returns true when this query test executions bad gateway response has a 3xx status code
func (*QueryTestExecutionsBadGateway) IsServerError ¶
func (o *QueryTestExecutionsBadGateway) IsServerError() bool
IsServerError returns true when this query test executions bad gateway response has a 5xx status code
func (*QueryTestExecutionsBadGateway) IsSuccess ¶
func (o *QueryTestExecutionsBadGateway) IsSuccess() bool
IsSuccess returns true when this query test executions bad gateway response has a 2xx status code
func (*QueryTestExecutionsBadGateway) String ¶
func (o *QueryTestExecutionsBadGateway) String() string
type QueryTestExecutionsBadRequest ¶
type QueryTestExecutionsBadRequest struct {
Payload *models.ErrorResponse
}
QueryTestExecutionsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryTestExecutionsBadRequest ¶
func NewQueryTestExecutionsBadRequest() *QueryTestExecutionsBadRequest
NewQueryTestExecutionsBadRequest creates a QueryTestExecutionsBadRequest with default headers values
func (*QueryTestExecutionsBadRequest) Code ¶
func (o *QueryTestExecutionsBadRequest) Code() int
Code gets the status code for the query test executions bad request response
func (*QueryTestExecutionsBadRequest) Error ¶
func (o *QueryTestExecutionsBadRequest) Error() string
func (*QueryTestExecutionsBadRequest) GetPayload ¶
func (o *QueryTestExecutionsBadRequest) GetPayload() *models.ErrorResponse
func (*QueryTestExecutionsBadRequest) IsClientError ¶
func (o *QueryTestExecutionsBadRequest) IsClientError() bool
IsClientError returns true when this query test executions bad request response has a 4xx status code
func (*QueryTestExecutionsBadRequest) IsCode ¶
func (o *QueryTestExecutionsBadRequest) IsCode(code int) bool
IsCode returns true when this query test executions bad request response a status code equal to that given
func (*QueryTestExecutionsBadRequest) IsRedirect ¶
func (o *QueryTestExecutionsBadRequest) IsRedirect() bool
IsRedirect returns true when this query test executions bad request response has a 3xx status code
func (*QueryTestExecutionsBadRequest) IsServerError ¶
func (o *QueryTestExecutionsBadRequest) IsServerError() bool
IsServerError returns true when this query test executions bad request response has a 5xx status code
func (*QueryTestExecutionsBadRequest) IsSuccess ¶
func (o *QueryTestExecutionsBadRequest) IsSuccess() bool
IsSuccess returns true when this query test executions bad request response has a 2xx status code
func (*QueryTestExecutionsBadRequest) String ¶
func (o *QueryTestExecutionsBadRequest) String() string
type QueryTestExecutionsOK ¶
type QueryTestExecutionsOK struct {
Payload []*models.TestexecutionsQueryResult
}
QueryTestExecutionsOK describes a response with status code 200, with default header values.
OK
func NewQueryTestExecutionsOK ¶
func NewQueryTestExecutionsOK() *QueryTestExecutionsOK
NewQueryTestExecutionsOK creates a QueryTestExecutionsOK with default headers values
func (*QueryTestExecutionsOK) Code ¶
func (o *QueryTestExecutionsOK) Code() int
Code gets the status code for the query test executions o k response
func (*QueryTestExecutionsOK) Error ¶
func (o *QueryTestExecutionsOK) Error() string
func (*QueryTestExecutionsOK) GetPayload ¶
func (o *QueryTestExecutionsOK) GetPayload() []*models.TestexecutionsQueryResult
func (*QueryTestExecutionsOK) IsClientError ¶
func (o *QueryTestExecutionsOK) IsClientError() bool
IsClientError returns true when this query test executions o k response has a 4xx status code
func (*QueryTestExecutionsOK) IsCode ¶
func (o *QueryTestExecutionsOK) IsCode(code int) bool
IsCode returns true when this query test executions o k response a status code equal to that given
func (*QueryTestExecutionsOK) IsRedirect ¶
func (o *QueryTestExecutionsOK) IsRedirect() bool
IsRedirect returns true when this query test executions o k response has a 3xx status code
func (*QueryTestExecutionsOK) IsServerError ¶
func (o *QueryTestExecutionsOK) IsServerError() bool
IsServerError returns true when this query test executions o k response has a 5xx status code
func (*QueryTestExecutionsOK) IsSuccess ¶
func (o *QueryTestExecutionsOK) IsSuccess() bool
IsSuccess returns true when this query test executions o k response has a 2xx status code
func (*QueryTestExecutionsOK) String ¶
func (o *QueryTestExecutionsOK) String() string
type QueryTestExecutionsParams ¶
type QueryTestExecutionsParams struct { /* Cluster. Cluster name */ Cluster *string /* Cursor. Start sending results from this cursor */ Cursor *string /* ExecutionPhase. Test execution phase */ ExecutionPhase *string /* From. Filter results starting from this time */ From *string /* IsAutoDiff. Only include auto diff executions */ IsAutoDiff *string /* Label. Label constraint key:value (may be specified multiple times) */ Label []string /* OrderDir. Sorting direction */ OrderDir *string /* OrgName. Signadot Org name */ OrgName string /* PageSize. Number of rows to be included in the response */ PageSize *int64 /* Published. Whether the test is published to the UI by default */ Published *bool /* Repo. Repository name */ Repo *string /* RepoBranch. Repository path */ RepoBranch *string /* RepoCommitSHA. Repository commit SHA */ RepoCommitSHA *string /* RepoPath. Repository path */ RepoPath *string /* RunID. CLI run identifier */ RunID *string /* SkipDeletedTests. Do not include executions from deleted tests */ SkipDeletedTests *string /* Source. Test source external or saas */ Source *string /* TargetRevision. Revision of the target routing context */ TargetRevision *string /* TargetRouteGroup. Target route group name */ TargetRouteGroup *string /* TargetRoutingKey. Target routing key */ TargetRoutingKey *string /* TargetSandbox. Target sandbox name */ TargetSandbox *string /* TestName. Test name */ TestName *string /* To. Filter results until this time */ To *string /* TriggerID. Trigger name */ TriggerID *string /* TriggerWorkload. Trigger workload in JSON format */ TriggerWorkload *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryTestExecutionsParams contains all the parameters to send to the API endpoint
for the query test executions operation. Typically these are written to a http.Request.
func NewQueryTestExecutionsParams ¶
func NewQueryTestExecutionsParams() *QueryTestExecutionsParams
NewQueryTestExecutionsParams creates a new QueryTestExecutionsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewQueryTestExecutionsParamsWithContext ¶
func NewQueryTestExecutionsParamsWithContext(ctx context.Context) *QueryTestExecutionsParams
NewQueryTestExecutionsParamsWithContext creates a new QueryTestExecutionsParams object with the ability to set a context for a request.
func NewQueryTestExecutionsParamsWithHTTPClient ¶
func NewQueryTestExecutionsParamsWithHTTPClient(client *http.Client) *QueryTestExecutionsParams
NewQueryTestExecutionsParamsWithHTTPClient creates a new QueryTestExecutionsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryTestExecutionsParamsWithTimeout ¶
func NewQueryTestExecutionsParamsWithTimeout(timeout time.Duration) *QueryTestExecutionsParams
NewQueryTestExecutionsParamsWithTimeout creates a new QueryTestExecutionsParams object with the ability to set a timeout on a request.
func (*QueryTestExecutionsParams) SetCluster ¶
func (o *QueryTestExecutionsParams) SetCluster(cluster *string)
SetCluster adds the cluster to the query test executions params
func (*QueryTestExecutionsParams) SetContext ¶
func (o *QueryTestExecutionsParams) SetContext(ctx context.Context)
SetContext adds the context to the query test executions params
func (*QueryTestExecutionsParams) SetCursor ¶
func (o *QueryTestExecutionsParams) SetCursor(cursor *string)
SetCursor adds the cursor to the query test executions params
func (*QueryTestExecutionsParams) SetDefaults ¶
func (o *QueryTestExecutionsParams) SetDefaults()
SetDefaults hydrates default values in the query test executions params (not the query body).
All values with no default are reset to their zero value.
func (*QueryTestExecutionsParams) SetExecutionPhase ¶
func (o *QueryTestExecutionsParams) SetExecutionPhase(executionPhase *string)
SetExecutionPhase adds the executionPhase to the query test executions params
func (*QueryTestExecutionsParams) SetFrom ¶
func (o *QueryTestExecutionsParams) SetFrom(from *string)
SetFrom adds the from to the query test executions params
func (*QueryTestExecutionsParams) SetHTTPClient ¶
func (o *QueryTestExecutionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query test executions params
func (*QueryTestExecutionsParams) SetIsAutoDiff ¶
func (o *QueryTestExecutionsParams) SetIsAutoDiff(isAutoDiff *string)
SetIsAutoDiff adds the isAutoDiff to the query test executions params
func (*QueryTestExecutionsParams) SetLabel ¶
func (o *QueryTestExecutionsParams) SetLabel(label []string)
SetLabel adds the label to the query test executions params
func (*QueryTestExecutionsParams) SetOrderDir ¶
func (o *QueryTestExecutionsParams) SetOrderDir(orderDir *string)
SetOrderDir adds the orderDir to the query test executions params
func (*QueryTestExecutionsParams) SetOrgName ¶
func (o *QueryTestExecutionsParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the query test executions params
func (*QueryTestExecutionsParams) SetPageSize ¶
func (o *QueryTestExecutionsParams) SetPageSize(pageSize *int64)
SetPageSize adds the pageSize to the query test executions params
func (*QueryTestExecutionsParams) SetPublished ¶
func (o *QueryTestExecutionsParams) SetPublished(published *bool)
SetPublished adds the published to the query test executions params
func (*QueryTestExecutionsParams) SetRepo ¶
func (o *QueryTestExecutionsParams) SetRepo(repo *string)
SetRepo adds the repo to the query test executions params
func (*QueryTestExecutionsParams) SetRepoBranch ¶
func (o *QueryTestExecutionsParams) SetRepoBranch(repoBranch *string)
SetRepoBranch adds the repoBranch to the query test executions params
func (*QueryTestExecutionsParams) SetRepoCommitSHA ¶
func (o *QueryTestExecutionsParams) SetRepoCommitSHA(repoCommitSHA *string)
SetRepoCommitSHA adds the repoCommitSHA to the query test executions params
func (*QueryTestExecutionsParams) SetRepoPath ¶
func (o *QueryTestExecutionsParams) SetRepoPath(repoPath *string)
SetRepoPath adds the repoPath to the query test executions params
func (*QueryTestExecutionsParams) SetRunID ¶
func (o *QueryTestExecutionsParams) SetRunID(runID *string)
SetRunID adds the runId to the query test executions params
func (*QueryTestExecutionsParams) SetSkipDeletedTests ¶
func (o *QueryTestExecutionsParams) SetSkipDeletedTests(skipDeletedTests *string)
SetSkipDeletedTests adds the skipDeletedTests to the query test executions params
func (*QueryTestExecutionsParams) SetSource ¶
func (o *QueryTestExecutionsParams) SetSource(source *string)
SetSource adds the source to the query test executions params
func (*QueryTestExecutionsParams) SetTargetRevision ¶
func (o *QueryTestExecutionsParams) SetTargetRevision(targetRevision *string)
SetTargetRevision adds the targetRevision to the query test executions params
func (*QueryTestExecutionsParams) SetTargetRouteGroup ¶
func (o *QueryTestExecutionsParams) SetTargetRouteGroup(targetRouteGroup *string)
SetTargetRouteGroup adds the targetRouteGroup to the query test executions params
func (*QueryTestExecutionsParams) SetTargetRoutingKey ¶
func (o *QueryTestExecutionsParams) SetTargetRoutingKey(targetRoutingKey *string)
SetTargetRoutingKey adds the targetRoutingKey to the query test executions params
func (*QueryTestExecutionsParams) SetTargetSandbox ¶
func (o *QueryTestExecutionsParams) SetTargetSandbox(targetSandbox *string)
SetTargetSandbox adds the targetSandbox to the query test executions params
func (*QueryTestExecutionsParams) SetTestName ¶
func (o *QueryTestExecutionsParams) SetTestName(testName *string)
SetTestName adds the testName to the query test executions params
func (*QueryTestExecutionsParams) SetTimeout ¶
func (o *QueryTestExecutionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query test executions params
func (*QueryTestExecutionsParams) SetTo ¶
func (o *QueryTestExecutionsParams) SetTo(to *string)
SetTo adds the to to the query test executions params
func (*QueryTestExecutionsParams) SetTriggerID ¶
func (o *QueryTestExecutionsParams) SetTriggerID(triggerID *string)
SetTriggerID adds the triggerId to the query test executions params
func (*QueryTestExecutionsParams) SetTriggerWorkload ¶
func (o *QueryTestExecutionsParams) SetTriggerWorkload(triggerWorkload *string)
SetTriggerWorkload adds the triggerWorkload to the query test executions params
func (*QueryTestExecutionsParams) WithCluster ¶
func (o *QueryTestExecutionsParams) WithCluster(cluster *string) *QueryTestExecutionsParams
WithCluster adds the cluster to the query test executions params
func (*QueryTestExecutionsParams) WithContext ¶
func (o *QueryTestExecutionsParams) WithContext(ctx context.Context) *QueryTestExecutionsParams
WithContext adds the context to the query test executions params
func (*QueryTestExecutionsParams) WithCursor ¶
func (o *QueryTestExecutionsParams) WithCursor(cursor *string) *QueryTestExecutionsParams
WithCursor adds the cursor to the query test executions params
func (*QueryTestExecutionsParams) WithDefaults ¶
func (o *QueryTestExecutionsParams) WithDefaults() *QueryTestExecutionsParams
WithDefaults hydrates default values in the query test executions params (not the query body).
All values with no default are reset to their zero value.
func (*QueryTestExecutionsParams) WithExecutionPhase ¶
func (o *QueryTestExecutionsParams) WithExecutionPhase(executionPhase *string) *QueryTestExecutionsParams
WithExecutionPhase adds the executionPhase to the query test executions params
func (*QueryTestExecutionsParams) WithFrom ¶
func (o *QueryTestExecutionsParams) WithFrom(from *string) *QueryTestExecutionsParams
WithFrom adds the from to the query test executions params
func (*QueryTestExecutionsParams) WithHTTPClient ¶
func (o *QueryTestExecutionsParams) WithHTTPClient(client *http.Client) *QueryTestExecutionsParams
WithHTTPClient adds the HTTPClient to the query test executions params
func (*QueryTestExecutionsParams) WithIsAutoDiff ¶
func (o *QueryTestExecutionsParams) WithIsAutoDiff(isAutoDiff *string) *QueryTestExecutionsParams
WithIsAutoDiff adds the isAutoDiff to the query test executions params
func (*QueryTestExecutionsParams) WithLabel ¶
func (o *QueryTestExecutionsParams) WithLabel(label []string) *QueryTestExecutionsParams
WithLabel adds the label to the query test executions params
func (*QueryTestExecutionsParams) WithOrderDir ¶
func (o *QueryTestExecutionsParams) WithOrderDir(orderDir *string) *QueryTestExecutionsParams
WithOrderDir adds the orderDir to the query test executions params
func (*QueryTestExecutionsParams) WithOrgName ¶
func (o *QueryTestExecutionsParams) WithOrgName(orgName string) *QueryTestExecutionsParams
WithOrgName adds the orgName to the query test executions params
func (*QueryTestExecutionsParams) WithPageSize ¶
func (o *QueryTestExecutionsParams) WithPageSize(pageSize *int64) *QueryTestExecutionsParams
WithPageSize adds the pageSize to the query test executions params
func (*QueryTestExecutionsParams) WithPublished ¶
func (o *QueryTestExecutionsParams) WithPublished(published *bool) *QueryTestExecutionsParams
WithPublished adds the published to the query test executions params
func (*QueryTestExecutionsParams) WithRepo ¶
func (o *QueryTestExecutionsParams) WithRepo(repo *string) *QueryTestExecutionsParams
WithRepo adds the repo to the query test executions params
func (*QueryTestExecutionsParams) WithRepoBranch ¶
func (o *QueryTestExecutionsParams) WithRepoBranch(repoBranch *string) *QueryTestExecutionsParams
WithRepoBranch adds the repoBranch to the query test executions params
func (*QueryTestExecutionsParams) WithRepoCommitSHA ¶
func (o *QueryTestExecutionsParams) WithRepoCommitSHA(repoCommitSHA *string) *QueryTestExecutionsParams
WithRepoCommitSHA adds the repoCommitSHA to the query test executions params
func (*QueryTestExecutionsParams) WithRepoPath ¶
func (o *QueryTestExecutionsParams) WithRepoPath(repoPath *string) *QueryTestExecutionsParams
WithRepoPath adds the repoPath to the query test executions params
func (*QueryTestExecutionsParams) WithRunID ¶
func (o *QueryTestExecutionsParams) WithRunID(runID *string) *QueryTestExecutionsParams
WithRunID adds the runID to the query test executions params
func (*QueryTestExecutionsParams) WithSkipDeletedTests ¶
func (o *QueryTestExecutionsParams) WithSkipDeletedTests(skipDeletedTests *string) *QueryTestExecutionsParams
WithSkipDeletedTests adds the skipDeletedTests to the query test executions params
func (*QueryTestExecutionsParams) WithSource ¶
func (o *QueryTestExecutionsParams) WithSource(source *string) *QueryTestExecutionsParams
WithSource adds the source to the query test executions params
func (*QueryTestExecutionsParams) WithTargetRevision ¶
func (o *QueryTestExecutionsParams) WithTargetRevision(targetRevision *string) *QueryTestExecutionsParams
WithTargetRevision adds the targetRevision to the query test executions params
func (*QueryTestExecutionsParams) WithTargetRouteGroup ¶
func (o *QueryTestExecutionsParams) WithTargetRouteGroup(targetRouteGroup *string) *QueryTestExecutionsParams
WithTargetRouteGroup adds the targetRouteGroup to the query test executions params
func (*QueryTestExecutionsParams) WithTargetRoutingKey ¶
func (o *QueryTestExecutionsParams) WithTargetRoutingKey(targetRoutingKey *string) *QueryTestExecutionsParams
WithTargetRoutingKey adds the targetRoutingKey to the query test executions params
func (*QueryTestExecutionsParams) WithTargetSandbox ¶
func (o *QueryTestExecutionsParams) WithTargetSandbox(targetSandbox *string) *QueryTestExecutionsParams
WithTargetSandbox adds the targetSandbox to the query test executions params
func (*QueryTestExecutionsParams) WithTestName ¶
func (o *QueryTestExecutionsParams) WithTestName(testName *string) *QueryTestExecutionsParams
WithTestName adds the testName to the query test executions params
func (*QueryTestExecutionsParams) WithTimeout ¶
func (o *QueryTestExecutionsParams) WithTimeout(timeout time.Duration) *QueryTestExecutionsParams
WithTimeout adds the timeout to the query test executions params
func (*QueryTestExecutionsParams) WithTo ¶
func (o *QueryTestExecutionsParams) WithTo(to *string) *QueryTestExecutionsParams
WithTo adds the to to the query test executions params
func (*QueryTestExecutionsParams) WithTriggerID ¶
func (o *QueryTestExecutionsParams) WithTriggerID(triggerID *string) *QueryTestExecutionsParams
WithTriggerID adds the triggerID to the query test executions params
func (*QueryTestExecutionsParams) WithTriggerWorkload ¶
func (o *QueryTestExecutionsParams) WithTriggerWorkload(triggerWorkload *string) *QueryTestExecutionsParams
WithTriggerWorkload adds the triggerWorkload to the query test executions params
func (*QueryTestExecutionsParams) WriteToRequest ¶
func (o *QueryTestExecutionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryTestExecutionsReader ¶
type QueryTestExecutionsReader struct {
// contains filtered or unexported fields
}
QueryTestExecutionsReader is a Reader for the QueryTestExecutions structure.
func (*QueryTestExecutionsReader) ReadResponse ¶
func (o *QueryTestExecutionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryTestExecutionsUnauthorized ¶
type QueryTestExecutionsUnauthorized struct {
}QueryTestExecutionsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewQueryTestExecutionsUnauthorized ¶
func NewQueryTestExecutionsUnauthorized() *QueryTestExecutionsUnauthorized
NewQueryTestExecutionsUnauthorized creates a QueryTestExecutionsUnauthorized with default headers values
func (*QueryTestExecutionsUnauthorized) Code ¶
func (o *QueryTestExecutionsUnauthorized) Code() int
Code gets the status code for the query test executions unauthorized response
func (*QueryTestExecutionsUnauthorized) Error ¶
func (o *QueryTestExecutionsUnauthorized) Error() string
func (*QueryTestExecutionsUnauthorized) GetPayload ¶
func (o *QueryTestExecutionsUnauthorized) GetPayload() *models.ErrorResponse
func (*QueryTestExecutionsUnauthorized) IsClientError ¶
func (o *QueryTestExecutionsUnauthorized) IsClientError() bool
IsClientError returns true when this query test executions unauthorized response has a 4xx status code
func (*QueryTestExecutionsUnauthorized) IsCode ¶
func (o *QueryTestExecutionsUnauthorized) IsCode(code int) bool
IsCode returns true when this query test executions unauthorized response a status code equal to that given
func (*QueryTestExecutionsUnauthorized) IsRedirect ¶
func (o *QueryTestExecutionsUnauthorized) IsRedirect() bool
IsRedirect returns true when this query test executions unauthorized response has a 3xx status code
func (*QueryTestExecutionsUnauthorized) IsServerError ¶
func (o *QueryTestExecutionsUnauthorized) IsServerError() bool
IsServerError returns true when this query test executions unauthorized response has a 5xx status code
func (*QueryTestExecutionsUnauthorized) IsSuccess ¶
func (o *QueryTestExecutionsUnauthorized) IsSuccess() bool
IsSuccess returns true when this query test executions unauthorized response has a 2xx status code
func (*QueryTestExecutionsUnauthorized) String ¶
func (o *QueryTestExecutionsUnauthorized) String() string
type TestExecutionTrafficDiffBadGateway ¶
type TestExecutionTrafficDiffBadGateway struct {
Payload *models.ErrorResponse
}
TestExecutionTrafficDiffBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewTestExecutionTrafficDiffBadGateway ¶
func NewTestExecutionTrafficDiffBadGateway() *TestExecutionTrafficDiffBadGateway
NewTestExecutionTrafficDiffBadGateway creates a TestExecutionTrafficDiffBadGateway with default headers values
func (*TestExecutionTrafficDiffBadGateway) Code ¶
func (o *TestExecutionTrafficDiffBadGateway) Code() int
Code gets the status code for the test execution traffic diff bad gateway response
func (*TestExecutionTrafficDiffBadGateway) Error ¶
func (o *TestExecutionTrafficDiffBadGateway) Error() string
func (*TestExecutionTrafficDiffBadGateway) GetPayload ¶
func (o *TestExecutionTrafficDiffBadGateway) GetPayload() *models.ErrorResponse
func (*TestExecutionTrafficDiffBadGateway) IsClientError ¶
func (o *TestExecutionTrafficDiffBadGateway) IsClientError() bool
IsClientError returns true when this test execution traffic diff bad gateway response has a 4xx status code
func (*TestExecutionTrafficDiffBadGateway) IsCode ¶
func (o *TestExecutionTrafficDiffBadGateway) IsCode(code int) bool
IsCode returns true when this test execution traffic diff bad gateway response a status code equal to that given
func (*TestExecutionTrafficDiffBadGateway) IsRedirect ¶
func (o *TestExecutionTrafficDiffBadGateway) IsRedirect() bool
IsRedirect returns true when this test execution traffic diff bad gateway response has a 3xx status code
func (*TestExecutionTrafficDiffBadGateway) IsServerError ¶
func (o *TestExecutionTrafficDiffBadGateway) IsServerError() bool
IsServerError returns true when this test execution traffic diff bad gateway response has a 5xx status code
func (*TestExecutionTrafficDiffBadGateway) IsSuccess ¶
func (o *TestExecutionTrafficDiffBadGateway) IsSuccess() bool
IsSuccess returns true when this test execution traffic diff bad gateway response has a 2xx status code
func (*TestExecutionTrafficDiffBadGateway) String ¶
func (o *TestExecutionTrafficDiffBadGateway) String() string
type TestExecutionTrafficDiffBadRequest ¶
type TestExecutionTrafficDiffBadRequest struct {
Payload *models.ErrorResponse
}
TestExecutionTrafficDiffBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewTestExecutionTrafficDiffBadRequest ¶
func NewTestExecutionTrafficDiffBadRequest() *TestExecutionTrafficDiffBadRequest
NewTestExecutionTrafficDiffBadRequest creates a TestExecutionTrafficDiffBadRequest with default headers values
func (*TestExecutionTrafficDiffBadRequest) Code ¶
func (o *TestExecutionTrafficDiffBadRequest) Code() int
Code gets the status code for the test execution traffic diff bad request response
func (*TestExecutionTrafficDiffBadRequest) Error ¶
func (o *TestExecutionTrafficDiffBadRequest) Error() string
func (*TestExecutionTrafficDiffBadRequest) GetPayload ¶
func (o *TestExecutionTrafficDiffBadRequest) GetPayload() *models.ErrorResponse
func (*TestExecutionTrafficDiffBadRequest) IsClientError ¶
func (o *TestExecutionTrafficDiffBadRequest) IsClientError() bool
IsClientError returns true when this test execution traffic diff bad request response has a 4xx status code
func (*TestExecutionTrafficDiffBadRequest) IsCode ¶
func (o *TestExecutionTrafficDiffBadRequest) IsCode(code int) bool
IsCode returns true when this test execution traffic diff bad request response a status code equal to that given
func (*TestExecutionTrafficDiffBadRequest) IsRedirect ¶
func (o *TestExecutionTrafficDiffBadRequest) IsRedirect() bool
IsRedirect returns true when this test execution traffic diff bad request response has a 3xx status code
func (*TestExecutionTrafficDiffBadRequest) IsServerError ¶
func (o *TestExecutionTrafficDiffBadRequest) IsServerError() bool
IsServerError returns true when this test execution traffic diff bad request response has a 5xx status code
func (*TestExecutionTrafficDiffBadRequest) IsSuccess ¶
func (o *TestExecutionTrafficDiffBadRequest) IsSuccess() bool
IsSuccess returns true when this test execution traffic diff bad request response has a 2xx status code
func (*TestExecutionTrafficDiffBadRequest) String ¶
func (o *TestExecutionTrafficDiffBadRequest) String() string
type TestExecutionTrafficDiffFindingsBadGateway ¶
type TestExecutionTrafficDiffFindingsBadGateway struct {
Payload *models.ErrorResponse
}
TestExecutionTrafficDiffFindingsBadGateway describes a response with status code 502, with default header values.
Bad Gateway
func NewTestExecutionTrafficDiffFindingsBadGateway ¶
func NewTestExecutionTrafficDiffFindingsBadGateway() *TestExecutionTrafficDiffFindingsBadGateway
NewTestExecutionTrafficDiffFindingsBadGateway creates a TestExecutionTrafficDiffFindingsBadGateway with default headers values
func (*TestExecutionTrafficDiffFindingsBadGateway) Code ¶
func (o *TestExecutionTrafficDiffFindingsBadGateway) Code() int
Code gets the status code for the test execution traffic diff findings bad gateway response
func (*TestExecutionTrafficDiffFindingsBadGateway) Error ¶
func (o *TestExecutionTrafficDiffFindingsBadGateway) Error() string
func (*TestExecutionTrafficDiffFindingsBadGateway) GetPayload ¶
func (o *TestExecutionTrafficDiffFindingsBadGateway) GetPayload() *models.ErrorResponse
func (*TestExecutionTrafficDiffFindingsBadGateway) IsClientError ¶
func (o *TestExecutionTrafficDiffFindingsBadGateway) IsClientError() bool
IsClientError returns true when this test execution traffic diff findings bad gateway response has a 4xx status code
func (*TestExecutionTrafficDiffFindingsBadGateway) IsCode ¶
func (o *TestExecutionTrafficDiffFindingsBadGateway) IsCode(code int) bool
IsCode returns true when this test execution traffic diff findings bad gateway response a status code equal to that given
func (*TestExecutionTrafficDiffFindingsBadGateway) IsRedirect ¶
func (o *TestExecutionTrafficDiffFindingsBadGateway) IsRedirect() bool
IsRedirect returns true when this test execution traffic diff findings bad gateway response has a 3xx status code
func (*TestExecutionTrafficDiffFindingsBadGateway) IsServerError ¶
func (o *TestExecutionTrafficDiffFindingsBadGateway) IsServerError() bool
IsServerError returns true when this test execution traffic diff findings bad gateway response has a 5xx status code
func (*TestExecutionTrafficDiffFindingsBadGateway) IsSuccess ¶
func (o *TestExecutionTrafficDiffFindingsBadGateway) IsSuccess() bool
IsSuccess returns true when this test execution traffic diff findings bad gateway response has a 2xx status code
func (*TestExecutionTrafficDiffFindingsBadGateway) String ¶
func (o *TestExecutionTrafficDiffFindingsBadGateway) String() string
type TestExecutionTrafficDiffFindingsBadRequest ¶
type TestExecutionTrafficDiffFindingsBadRequest struct {
Payload *models.ErrorResponse
}
TestExecutionTrafficDiffFindingsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewTestExecutionTrafficDiffFindingsBadRequest ¶
func NewTestExecutionTrafficDiffFindingsBadRequest() *TestExecutionTrafficDiffFindingsBadRequest
NewTestExecutionTrafficDiffFindingsBadRequest creates a TestExecutionTrafficDiffFindingsBadRequest with default headers values
func (*TestExecutionTrafficDiffFindingsBadRequest) Code ¶
func (o *TestExecutionTrafficDiffFindingsBadRequest) Code() int
Code gets the status code for the test execution traffic diff findings bad request response
func (*TestExecutionTrafficDiffFindingsBadRequest) Error ¶
func (o *TestExecutionTrafficDiffFindingsBadRequest) Error() string
func (*TestExecutionTrafficDiffFindingsBadRequest) GetPayload ¶
func (o *TestExecutionTrafficDiffFindingsBadRequest) GetPayload() *models.ErrorResponse
func (*TestExecutionTrafficDiffFindingsBadRequest) IsClientError ¶
func (o *TestExecutionTrafficDiffFindingsBadRequest) IsClientError() bool
IsClientError returns true when this test execution traffic diff findings bad request response has a 4xx status code
func (*TestExecutionTrafficDiffFindingsBadRequest) IsCode ¶
func (o *TestExecutionTrafficDiffFindingsBadRequest) IsCode(code int) bool
IsCode returns true when this test execution traffic diff findings bad request response a status code equal to that given
func (*TestExecutionTrafficDiffFindingsBadRequest) IsRedirect ¶
func (o *TestExecutionTrafficDiffFindingsBadRequest) IsRedirect() bool
IsRedirect returns true when this test execution traffic diff findings bad request response has a 3xx status code
func (*TestExecutionTrafficDiffFindingsBadRequest) IsServerError ¶
func (o *TestExecutionTrafficDiffFindingsBadRequest) IsServerError() bool
IsServerError returns true when this test execution traffic diff findings bad request response has a 5xx status code
func (*TestExecutionTrafficDiffFindingsBadRequest) IsSuccess ¶
func (o *TestExecutionTrafficDiffFindingsBadRequest) IsSuccess() bool
IsSuccess returns true when this test execution traffic diff findings bad request response has a 2xx status code
func (*TestExecutionTrafficDiffFindingsBadRequest) String ¶
func (o *TestExecutionTrafficDiffFindingsBadRequest) String() string
type TestExecutionTrafficDiffFindingsOK ¶
type TestExecutionTrafficDiffFindingsOK struct {
Payload *models.TrafficDiffResult
}
TestExecutionTrafficDiffFindingsOK describes a response with status code 200, with default header values.
OK
func NewTestExecutionTrafficDiffFindingsOK ¶
func NewTestExecutionTrafficDiffFindingsOK() *TestExecutionTrafficDiffFindingsOK
NewTestExecutionTrafficDiffFindingsOK creates a TestExecutionTrafficDiffFindingsOK with default headers values
func (*TestExecutionTrafficDiffFindingsOK) Code ¶
func (o *TestExecutionTrafficDiffFindingsOK) Code() int
Code gets the status code for the test execution traffic diff findings o k response
func (*TestExecutionTrafficDiffFindingsOK) Error ¶
func (o *TestExecutionTrafficDiffFindingsOK) Error() string
func (*TestExecutionTrafficDiffFindingsOK) GetPayload ¶
func (o *TestExecutionTrafficDiffFindingsOK) GetPayload() *models.TrafficDiffResult
func (*TestExecutionTrafficDiffFindingsOK) IsClientError ¶
func (o *TestExecutionTrafficDiffFindingsOK) IsClientError() bool
IsClientError returns true when this test execution traffic diff findings o k response has a 4xx status code
func (*TestExecutionTrafficDiffFindingsOK) IsCode ¶
func (o *TestExecutionTrafficDiffFindingsOK) IsCode(code int) bool
IsCode returns true when this test execution traffic diff findings o k response a status code equal to that given
func (*TestExecutionTrafficDiffFindingsOK) IsRedirect ¶
func (o *TestExecutionTrafficDiffFindingsOK) IsRedirect() bool
IsRedirect returns true when this test execution traffic diff findings o k response has a 3xx status code
func (*TestExecutionTrafficDiffFindingsOK) IsServerError ¶
func (o *TestExecutionTrafficDiffFindingsOK) IsServerError() bool
IsServerError returns true when this test execution traffic diff findings o k response has a 5xx status code
func (*TestExecutionTrafficDiffFindingsOK) IsSuccess ¶
func (o *TestExecutionTrafficDiffFindingsOK) IsSuccess() bool
IsSuccess returns true when this test execution traffic diff findings o k response has a 2xx status code
func (*TestExecutionTrafficDiffFindingsOK) String ¶
func (o *TestExecutionTrafficDiffFindingsOK) String() string
type TestExecutionTrafficDiffFindingsParams ¶
type TestExecutionTrafficDiffFindingsParams struct { /* Category. Category */ Category *string /* DiffContext. Context */ DiffContext *string /* ExecutionID. Test Execution ID */ ExecutionID string /* MaxFindings. Max Findings */ MaxFindings *string /* OrgName. Signadot Org Name */ OrgName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestExecutionTrafficDiffFindingsParams contains all the parameters to send to the API endpoint
for the test execution traffic diff findings operation. Typically these are written to a http.Request.
func NewTestExecutionTrafficDiffFindingsParams ¶
func NewTestExecutionTrafficDiffFindingsParams() *TestExecutionTrafficDiffFindingsParams
NewTestExecutionTrafficDiffFindingsParams creates a new TestExecutionTrafficDiffFindingsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewTestExecutionTrafficDiffFindingsParamsWithContext ¶
func NewTestExecutionTrafficDiffFindingsParamsWithContext(ctx context.Context) *TestExecutionTrafficDiffFindingsParams
NewTestExecutionTrafficDiffFindingsParamsWithContext creates a new TestExecutionTrafficDiffFindingsParams object with the ability to set a context for a request.
func NewTestExecutionTrafficDiffFindingsParamsWithHTTPClient ¶
func NewTestExecutionTrafficDiffFindingsParamsWithHTTPClient(client *http.Client) *TestExecutionTrafficDiffFindingsParams
NewTestExecutionTrafficDiffFindingsParamsWithHTTPClient creates a new TestExecutionTrafficDiffFindingsParams object with the ability to set a custom HTTPClient for a request.
func NewTestExecutionTrafficDiffFindingsParamsWithTimeout ¶
func NewTestExecutionTrafficDiffFindingsParamsWithTimeout(timeout time.Duration) *TestExecutionTrafficDiffFindingsParams
NewTestExecutionTrafficDiffFindingsParamsWithTimeout creates a new TestExecutionTrafficDiffFindingsParams object with the ability to set a timeout on a request.
func (*TestExecutionTrafficDiffFindingsParams) SetCategory ¶
func (o *TestExecutionTrafficDiffFindingsParams) SetCategory(category *string)
SetCategory adds the category to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) SetContext ¶
func (o *TestExecutionTrafficDiffFindingsParams) SetContext(ctx context.Context)
SetContext adds the context to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) SetDefaults ¶
func (o *TestExecutionTrafficDiffFindingsParams) SetDefaults()
SetDefaults hydrates default values in the test execution traffic diff findings params (not the query body).
All values with no default are reset to their zero value.
func (*TestExecutionTrafficDiffFindingsParams) SetDiffContext ¶
func (o *TestExecutionTrafficDiffFindingsParams) SetDiffContext(diffContext *string)
SetDiffContext adds the diffContext to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) SetExecutionID ¶
func (o *TestExecutionTrafficDiffFindingsParams) SetExecutionID(executionID string)
SetExecutionID adds the executionId to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) SetHTTPClient ¶
func (o *TestExecutionTrafficDiffFindingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) SetMaxFindings ¶
func (o *TestExecutionTrafficDiffFindingsParams) SetMaxFindings(maxFindings *string)
SetMaxFindings adds the maxFindings to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) SetOrgName ¶
func (o *TestExecutionTrafficDiffFindingsParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) SetTimeout ¶
func (o *TestExecutionTrafficDiffFindingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) WithCategory ¶
func (o *TestExecutionTrafficDiffFindingsParams) WithCategory(category *string) *TestExecutionTrafficDiffFindingsParams
WithCategory adds the category to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) WithContext ¶
func (o *TestExecutionTrafficDiffFindingsParams) WithContext(ctx context.Context) *TestExecutionTrafficDiffFindingsParams
WithContext adds the context to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) WithDefaults ¶
func (o *TestExecutionTrafficDiffFindingsParams) WithDefaults() *TestExecutionTrafficDiffFindingsParams
WithDefaults hydrates default values in the test execution traffic diff findings params (not the query body).
All values with no default are reset to their zero value.
func (*TestExecutionTrafficDiffFindingsParams) WithDiffContext ¶
func (o *TestExecutionTrafficDiffFindingsParams) WithDiffContext(diffContext *string) *TestExecutionTrafficDiffFindingsParams
WithDiffContext adds the diffContext to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) WithExecutionID ¶
func (o *TestExecutionTrafficDiffFindingsParams) WithExecutionID(executionID string) *TestExecutionTrafficDiffFindingsParams
WithExecutionID adds the executionID to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) WithHTTPClient ¶
func (o *TestExecutionTrafficDiffFindingsParams) WithHTTPClient(client *http.Client) *TestExecutionTrafficDiffFindingsParams
WithHTTPClient adds the HTTPClient to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) WithMaxFindings ¶
func (o *TestExecutionTrafficDiffFindingsParams) WithMaxFindings(maxFindings *string) *TestExecutionTrafficDiffFindingsParams
WithMaxFindings adds the maxFindings to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) WithOrgName ¶
func (o *TestExecutionTrafficDiffFindingsParams) WithOrgName(orgName string) *TestExecutionTrafficDiffFindingsParams
WithOrgName adds the orgName to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) WithTimeout ¶
func (o *TestExecutionTrafficDiffFindingsParams) WithTimeout(timeout time.Duration) *TestExecutionTrafficDiffFindingsParams
WithTimeout adds the timeout to the test execution traffic diff findings params
func (*TestExecutionTrafficDiffFindingsParams) WriteToRequest ¶
func (o *TestExecutionTrafficDiffFindingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestExecutionTrafficDiffFindingsReader ¶
type TestExecutionTrafficDiffFindingsReader struct {
// contains filtered or unexported fields
}
TestExecutionTrafficDiffFindingsReader is a Reader for the TestExecutionTrafficDiffFindings structure.
func (*TestExecutionTrafficDiffFindingsReader) ReadResponse ¶
func (o *TestExecutionTrafficDiffFindingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestExecutionTrafficDiffFindingsUnauthorized ¶
type TestExecutionTrafficDiffFindingsUnauthorized struct {
}TestExecutionTrafficDiffFindingsUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewTestExecutionTrafficDiffFindingsUnauthorized ¶
func NewTestExecutionTrafficDiffFindingsUnauthorized() *TestExecutionTrafficDiffFindingsUnauthorized
NewTestExecutionTrafficDiffFindingsUnauthorized creates a TestExecutionTrafficDiffFindingsUnauthorized with default headers values
func (*TestExecutionTrafficDiffFindingsUnauthorized) Code ¶
func (o *TestExecutionTrafficDiffFindingsUnauthorized) Code() int
Code gets the status code for the test execution traffic diff findings unauthorized response
func (*TestExecutionTrafficDiffFindingsUnauthorized) Error ¶
func (o *TestExecutionTrafficDiffFindingsUnauthorized) Error() string
func (*TestExecutionTrafficDiffFindingsUnauthorized) GetPayload ¶
func (o *TestExecutionTrafficDiffFindingsUnauthorized) GetPayload() *models.ErrorResponse
func (*TestExecutionTrafficDiffFindingsUnauthorized) IsClientError ¶
func (o *TestExecutionTrafficDiffFindingsUnauthorized) IsClientError() bool
IsClientError returns true when this test execution traffic diff findings unauthorized response has a 4xx status code
func (*TestExecutionTrafficDiffFindingsUnauthorized) IsCode ¶
func (o *TestExecutionTrafficDiffFindingsUnauthorized) IsCode(code int) bool
IsCode returns true when this test execution traffic diff findings unauthorized response a status code equal to that given
func (*TestExecutionTrafficDiffFindingsUnauthorized) IsRedirect ¶
func (o *TestExecutionTrafficDiffFindingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this test execution traffic diff findings unauthorized response has a 3xx status code
func (*TestExecutionTrafficDiffFindingsUnauthorized) IsServerError ¶
func (o *TestExecutionTrafficDiffFindingsUnauthorized) IsServerError() bool
IsServerError returns true when this test execution traffic diff findings unauthorized response has a 5xx status code
func (*TestExecutionTrafficDiffFindingsUnauthorized) IsSuccess ¶
func (o *TestExecutionTrafficDiffFindingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this test execution traffic diff findings unauthorized response has a 2xx status code
func (*TestExecutionTrafficDiffFindingsUnauthorized) String ¶
func (o *TestExecutionTrafficDiffFindingsUnauthorized) String() string
type TestExecutionTrafficDiffOK ¶
type TestExecutionTrafficDiffOK struct {
Payload *models.TrafficDiffResult
}
TestExecutionTrafficDiffOK describes a response with status code 200, with default header values.
OK
func NewTestExecutionTrafficDiffOK ¶
func NewTestExecutionTrafficDiffOK() *TestExecutionTrafficDiffOK
NewTestExecutionTrafficDiffOK creates a TestExecutionTrafficDiffOK with default headers values
func (*TestExecutionTrafficDiffOK) Code ¶
func (o *TestExecutionTrafficDiffOK) Code() int
Code gets the status code for the test execution traffic diff o k response
func (*TestExecutionTrafficDiffOK) Error ¶
func (o *TestExecutionTrafficDiffOK) Error() string
func (*TestExecutionTrafficDiffOK) GetPayload ¶
func (o *TestExecutionTrafficDiffOK) GetPayload() *models.TrafficDiffResult
func (*TestExecutionTrafficDiffOK) IsClientError ¶
func (o *TestExecutionTrafficDiffOK) IsClientError() bool
IsClientError returns true when this test execution traffic diff o k response has a 4xx status code
func (*TestExecutionTrafficDiffOK) IsCode ¶
func (o *TestExecutionTrafficDiffOK) IsCode(code int) bool
IsCode returns true when this test execution traffic diff o k response a status code equal to that given
func (*TestExecutionTrafficDiffOK) IsRedirect ¶
func (o *TestExecutionTrafficDiffOK) IsRedirect() bool
IsRedirect returns true when this test execution traffic diff o k response has a 3xx status code
func (*TestExecutionTrafficDiffOK) IsServerError ¶
func (o *TestExecutionTrafficDiffOK) IsServerError() bool
IsServerError returns true when this test execution traffic diff o k response has a 5xx status code
func (*TestExecutionTrafficDiffOK) IsSuccess ¶
func (o *TestExecutionTrafficDiffOK) IsSuccess() bool
IsSuccess returns true when this test execution traffic diff o k response has a 2xx status code
func (*TestExecutionTrafficDiffOK) String ¶
func (o *TestExecutionTrafficDiffOK) String() string
type TestExecutionTrafficDiffParams ¶
type TestExecutionTrafficDiffParams struct { /* ExecutionID. Test Execution ID */ ExecutionID string /* OrgName. Signadot Org Name */ OrgName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestExecutionTrafficDiffParams contains all the parameters to send to the API endpoint
for the test execution traffic diff operation. Typically these are written to a http.Request.
func NewTestExecutionTrafficDiffParams ¶
func NewTestExecutionTrafficDiffParams() *TestExecutionTrafficDiffParams
NewTestExecutionTrafficDiffParams creates a new TestExecutionTrafficDiffParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewTestExecutionTrafficDiffParamsWithContext ¶
func NewTestExecutionTrafficDiffParamsWithContext(ctx context.Context) *TestExecutionTrafficDiffParams
NewTestExecutionTrafficDiffParamsWithContext creates a new TestExecutionTrafficDiffParams object with the ability to set a context for a request.
func NewTestExecutionTrafficDiffParamsWithHTTPClient ¶
func NewTestExecutionTrafficDiffParamsWithHTTPClient(client *http.Client) *TestExecutionTrafficDiffParams
NewTestExecutionTrafficDiffParamsWithHTTPClient creates a new TestExecutionTrafficDiffParams object with the ability to set a custom HTTPClient for a request.
func NewTestExecutionTrafficDiffParamsWithTimeout ¶
func NewTestExecutionTrafficDiffParamsWithTimeout(timeout time.Duration) *TestExecutionTrafficDiffParams
NewTestExecutionTrafficDiffParamsWithTimeout creates a new TestExecutionTrafficDiffParams object with the ability to set a timeout on a request.
func (*TestExecutionTrafficDiffParams) SetContext ¶
func (o *TestExecutionTrafficDiffParams) SetContext(ctx context.Context)
SetContext adds the context to the test execution traffic diff params
func (*TestExecutionTrafficDiffParams) SetDefaults ¶
func (o *TestExecutionTrafficDiffParams) SetDefaults()
SetDefaults hydrates default values in the test execution traffic diff params (not the query body).
All values with no default are reset to their zero value.
func (*TestExecutionTrafficDiffParams) SetExecutionID ¶
func (o *TestExecutionTrafficDiffParams) SetExecutionID(executionID string)
SetExecutionID adds the executionId to the test execution traffic diff params
func (*TestExecutionTrafficDiffParams) SetHTTPClient ¶
func (o *TestExecutionTrafficDiffParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test execution traffic diff params
func (*TestExecutionTrafficDiffParams) SetOrgName ¶
func (o *TestExecutionTrafficDiffParams) SetOrgName(orgName string)
SetOrgName adds the orgName to the test execution traffic diff params
func (*TestExecutionTrafficDiffParams) SetTimeout ¶
func (o *TestExecutionTrafficDiffParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test execution traffic diff params
func (*TestExecutionTrafficDiffParams) WithContext ¶
func (o *TestExecutionTrafficDiffParams) WithContext(ctx context.Context) *TestExecutionTrafficDiffParams
WithContext adds the context to the test execution traffic diff params
func (*TestExecutionTrafficDiffParams) WithDefaults ¶
func (o *TestExecutionTrafficDiffParams) WithDefaults() *TestExecutionTrafficDiffParams
WithDefaults hydrates default values in the test execution traffic diff params (not the query body).
All values with no default are reset to their zero value.
func (*TestExecutionTrafficDiffParams) WithExecutionID ¶
func (o *TestExecutionTrafficDiffParams) WithExecutionID(executionID string) *TestExecutionTrafficDiffParams
WithExecutionID adds the executionID to the test execution traffic diff params
func (*TestExecutionTrafficDiffParams) WithHTTPClient ¶
func (o *TestExecutionTrafficDiffParams) WithHTTPClient(client *http.Client) *TestExecutionTrafficDiffParams
WithHTTPClient adds the HTTPClient to the test execution traffic diff params
func (*TestExecutionTrafficDiffParams) WithOrgName ¶
func (o *TestExecutionTrafficDiffParams) WithOrgName(orgName string) *TestExecutionTrafficDiffParams
WithOrgName adds the orgName to the test execution traffic diff params
func (*TestExecutionTrafficDiffParams) WithTimeout ¶
func (o *TestExecutionTrafficDiffParams) WithTimeout(timeout time.Duration) *TestExecutionTrafficDiffParams
WithTimeout adds the timeout to the test execution traffic diff params
func (*TestExecutionTrafficDiffParams) WriteToRequest ¶
func (o *TestExecutionTrafficDiffParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestExecutionTrafficDiffReader ¶
type TestExecutionTrafficDiffReader struct {
// contains filtered or unexported fields
}
TestExecutionTrafficDiffReader is a Reader for the TestExecutionTrafficDiff structure.
func (*TestExecutionTrafficDiffReader) ReadResponse ¶
func (o *TestExecutionTrafficDiffReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestExecutionTrafficDiffUnauthorized ¶
type TestExecutionTrafficDiffUnauthorized struct {
}TestExecutionTrafficDiffUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewTestExecutionTrafficDiffUnauthorized ¶
func NewTestExecutionTrafficDiffUnauthorized() *TestExecutionTrafficDiffUnauthorized
NewTestExecutionTrafficDiffUnauthorized creates a TestExecutionTrafficDiffUnauthorized with default headers values
func (*TestExecutionTrafficDiffUnauthorized) Code ¶
func (o *TestExecutionTrafficDiffUnauthorized) Code() int
Code gets the status code for the test execution traffic diff unauthorized response
func (*TestExecutionTrafficDiffUnauthorized) Error ¶
func (o *TestExecutionTrafficDiffUnauthorized) Error() string
func (*TestExecutionTrafficDiffUnauthorized) GetPayload ¶
func (o *TestExecutionTrafficDiffUnauthorized) GetPayload() *models.ErrorResponse
func (*TestExecutionTrafficDiffUnauthorized) IsClientError ¶
func (o *TestExecutionTrafficDiffUnauthorized) IsClientError() bool
IsClientError returns true when this test execution traffic diff unauthorized response has a 4xx status code
func (*TestExecutionTrafficDiffUnauthorized) IsCode ¶
func (o *TestExecutionTrafficDiffUnauthorized) IsCode(code int) bool
IsCode returns true when this test execution traffic diff unauthorized response a status code equal to that given
func (*TestExecutionTrafficDiffUnauthorized) IsRedirect ¶
func (o *TestExecutionTrafficDiffUnauthorized) IsRedirect() bool
IsRedirect returns true when this test execution traffic diff unauthorized response has a 3xx status code
func (*TestExecutionTrafficDiffUnauthorized) IsServerError ¶
func (o *TestExecutionTrafficDiffUnauthorized) IsServerError() bool
IsServerError returns true when this test execution traffic diff unauthorized response has a 5xx status code
func (*TestExecutionTrafficDiffUnauthorized) IsSuccess ¶
func (o *TestExecutionTrafficDiffUnauthorized) IsSuccess() bool
IsSuccess returns true when this test execution traffic diff unauthorized response has a 2xx status code
func (*TestExecutionTrafficDiffUnauthorized) String ¶
func (o *TestExecutionTrafficDiffUnauthorized) String() string
Source Files
¶
- cancel_test_execution_parameters.go
- cancel_test_execution_responses.go
- create_external_test_execution_parameters.go
- create_external_test_execution_responses.go
- create_hosted_test_execution_parameters.go
- create_hosted_test_execution_responses.go
- get_test_execution_parameters.go
- get_test_execution_responses.go
- list_test_executions_parameters.go
- list_test_executions_responses.go
- query_test_executions_parameters.go
- query_test_executions_responses.go
- test_execution_traffic_diff_findings_parameters.go
- test_execution_traffic_diff_findings_responses.go
- test_execution_traffic_diff_parameters.go
- test_execution_traffic_diff_responses.go
- test_executions_client.go