Versions in this module Expand all Collapse all v0 v0.212.1 Dec 13, 2024 v0.2.12 Dec 13, 2024 Changes in this version + type API interface + CreateScanner func(ctx context.Context, params *CreateScannerParams) (*CreateScannerCreated, error) + DeleteScanner func(ctx context.Context, params *DeleteScannerParams) (*DeleteScannerOK, error) + GetScanner func(ctx context.Context, params *GetScannerParams) (*GetScannerOK, error) + GetScannerMetadata func(ctx context.Context, params *GetScannerMetadataParams) (*GetScannerMetadataOK, error) + ListScanners func(ctx context.Context, params *ListScannersParams) (*ListScannersOK, error) + PingScanner func(ctx context.Context, params *PingScannerParams) (*PingScannerOK, error) + SetScannerAsDefault func(ctx context.Context, params *SetScannerAsDefaultParams) (*SetScannerAsDefaultOK, error) + UpdateScanner func(ctx context.Context, params *UpdateScannerParams) (*UpdateScannerOK, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) CreateScanner(ctx context.Context, params *CreateScannerParams) (*CreateScannerCreated, error) + func (a *Client) DeleteScanner(ctx context.Context, params *DeleteScannerParams) (*DeleteScannerOK, error) + func (a *Client) GetScanner(ctx context.Context, params *GetScannerParams) (*GetScannerOK, error) + func (a *Client) GetScannerMetadata(ctx context.Context, params *GetScannerMetadataParams) (*GetScannerMetadataOK, error) + func (a *Client) ListScanners(ctx context.Context, params *ListScannersParams) (*ListScannersOK, error) + func (a *Client) PingScanner(ctx context.Context, params *PingScannerParams) (*PingScannerOK, error) + func (a *Client) SetScannerAsDefault(ctx context.Context, params *SetScannerAsDefaultParams) (*SetScannerAsDefaultOK, error) + func (a *Client) UpdateScanner(ctx context.Context, params *UpdateScannerParams) (*UpdateScannerOK, error) + type CreateScannerBadRequest struct + Payload *models.Errors + XRequestID string + func NewCreateScannerBadRequest() *CreateScannerBadRequest + func (o *CreateScannerBadRequest) Error() string + func (o *CreateScannerBadRequest) GetPayload() *models.Errors + func (o *CreateScannerBadRequest) IsClientError() bool + func (o *CreateScannerBadRequest) IsCode(code int) bool + func (o *CreateScannerBadRequest) IsRedirect() bool + func (o *CreateScannerBadRequest) IsServerError() bool + func (o *CreateScannerBadRequest) IsSuccess() bool + func (o *CreateScannerBadRequest) String() string + type CreateScannerCreated struct + Location string + func NewCreateScannerCreated() *CreateScannerCreated + func (o *CreateScannerCreated) Error() string + func (o *CreateScannerCreated) IsClientError() bool + func (o *CreateScannerCreated) IsCode(code int) bool + func (o *CreateScannerCreated) IsRedirect() bool + func (o *CreateScannerCreated) IsServerError() bool + func (o *CreateScannerCreated) IsSuccess() bool + func (o *CreateScannerCreated) String() string + type CreateScannerForbidden struct + Payload *models.Errors + XRequestID string + func NewCreateScannerForbidden() *CreateScannerForbidden + func (o *CreateScannerForbidden) Error() string + func (o *CreateScannerForbidden) GetPayload() *models.Errors + func (o *CreateScannerForbidden) IsClientError() bool + func (o *CreateScannerForbidden) IsCode(code int) bool + func (o *CreateScannerForbidden) IsRedirect() bool + func (o *CreateScannerForbidden) IsServerError() bool + func (o *CreateScannerForbidden) IsSuccess() bool + func (o *CreateScannerForbidden) String() string + type CreateScannerInternalServerError struct + Payload *models.Errors + XRequestID string + func NewCreateScannerInternalServerError() *CreateScannerInternalServerError + func (o *CreateScannerInternalServerError) Error() string + func (o *CreateScannerInternalServerError) GetPayload() *models.Errors + func (o *CreateScannerInternalServerError) IsClientError() bool + func (o *CreateScannerInternalServerError) IsCode(code int) bool + func (o *CreateScannerInternalServerError) IsRedirect() bool + func (o *CreateScannerInternalServerError) IsServerError() bool + func (o *CreateScannerInternalServerError) IsSuccess() bool + func (o *CreateScannerInternalServerError) String() string + type CreateScannerParams struct + Context context.Context + HTTPClient *http.Client + Registration *models.ScannerRegistrationReq + XRequestID *string + func NewCreateScannerParams() *CreateScannerParams + func NewCreateScannerParamsWithContext(ctx context.Context) *CreateScannerParams + func NewCreateScannerParamsWithHTTPClient(client *http.Client) *CreateScannerParams + func NewCreateScannerParamsWithTimeout(timeout time.Duration) *CreateScannerParams + func (o *CreateScannerParams) SetContext(ctx context.Context) + func (o *CreateScannerParams) SetDefaults() + func (o *CreateScannerParams) SetHTTPClient(client *http.Client) + func (o *CreateScannerParams) SetRegistration(registration *models.ScannerRegistrationReq) + func (o *CreateScannerParams) SetTimeout(timeout time.Duration) + func (o *CreateScannerParams) SetXRequestID(xRequestID *string) + func (o *CreateScannerParams) WithContext(ctx context.Context) *CreateScannerParams + func (o *CreateScannerParams) WithDefaults() *CreateScannerParams + func (o *CreateScannerParams) WithHTTPClient(client *http.Client) *CreateScannerParams + func (o *CreateScannerParams) WithRegistration(registration *models.ScannerRegistrationReq) *CreateScannerParams + func (o *CreateScannerParams) WithTimeout(timeout time.Duration) *CreateScannerParams + func (o *CreateScannerParams) WithXRequestID(xRequestID *string) *CreateScannerParams + func (o *CreateScannerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateScannerReader struct + func (o *CreateScannerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateScannerUnauthorized struct + Payload *models.Errors + XRequestID string + func NewCreateScannerUnauthorized() *CreateScannerUnauthorized + func (o *CreateScannerUnauthorized) Error() string + func (o *CreateScannerUnauthorized) GetPayload() *models.Errors + func (o *CreateScannerUnauthorized) IsClientError() bool + func (o *CreateScannerUnauthorized) IsCode(code int) bool + func (o *CreateScannerUnauthorized) IsRedirect() bool + func (o *CreateScannerUnauthorized) IsServerError() bool + func (o *CreateScannerUnauthorized) IsSuccess() bool + func (o *CreateScannerUnauthorized) String() string + type DeleteScannerForbidden struct + Payload *models.Errors + XRequestID string + func NewDeleteScannerForbidden() *DeleteScannerForbidden + func (o *DeleteScannerForbidden) Error() string + func (o *DeleteScannerForbidden) GetPayload() *models.Errors + func (o *DeleteScannerForbidden) IsClientError() bool + func (o *DeleteScannerForbidden) IsCode(code int) bool + func (o *DeleteScannerForbidden) IsRedirect() bool + func (o *DeleteScannerForbidden) IsServerError() bool + func (o *DeleteScannerForbidden) IsSuccess() bool + func (o *DeleteScannerForbidden) String() string + type DeleteScannerInternalServerError struct + Payload *models.Errors + XRequestID string + func NewDeleteScannerInternalServerError() *DeleteScannerInternalServerError + func (o *DeleteScannerInternalServerError) Error() string + func (o *DeleteScannerInternalServerError) GetPayload() *models.Errors + func (o *DeleteScannerInternalServerError) IsClientError() bool + func (o *DeleteScannerInternalServerError) IsCode(code int) bool + func (o *DeleteScannerInternalServerError) IsRedirect() bool + func (o *DeleteScannerInternalServerError) IsServerError() bool + func (o *DeleteScannerInternalServerError) IsSuccess() bool + func (o *DeleteScannerInternalServerError) String() string + type DeleteScannerNotFound struct + Payload *models.Errors + XRequestID string + func NewDeleteScannerNotFound() *DeleteScannerNotFound + func (o *DeleteScannerNotFound) Error() string + func (o *DeleteScannerNotFound) GetPayload() *models.Errors + func (o *DeleteScannerNotFound) IsClientError() bool + func (o *DeleteScannerNotFound) IsCode(code int) bool + func (o *DeleteScannerNotFound) IsRedirect() bool + func (o *DeleteScannerNotFound) IsServerError() bool + func (o *DeleteScannerNotFound) IsSuccess() bool + func (o *DeleteScannerNotFound) String() string + type DeleteScannerOK struct + Payload *models.ScannerRegistration + func NewDeleteScannerOK() *DeleteScannerOK + func (o *DeleteScannerOK) Error() string + func (o *DeleteScannerOK) GetPayload() *models.ScannerRegistration + func (o *DeleteScannerOK) IsClientError() bool + func (o *DeleteScannerOK) IsCode(code int) bool + func (o *DeleteScannerOK) IsRedirect() bool + func (o *DeleteScannerOK) IsServerError() bool + func (o *DeleteScannerOK) IsSuccess() bool + func (o *DeleteScannerOK) String() string + type DeleteScannerParams struct + Context context.Context + HTTPClient *http.Client + RegistrationID string + XRequestID *string + func NewDeleteScannerParams() *DeleteScannerParams + func NewDeleteScannerParamsWithContext(ctx context.Context) *DeleteScannerParams + func NewDeleteScannerParamsWithHTTPClient(client *http.Client) *DeleteScannerParams + func NewDeleteScannerParamsWithTimeout(timeout time.Duration) *DeleteScannerParams + func (o *DeleteScannerParams) SetContext(ctx context.Context) + func (o *DeleteScannerParams) SetDefaults() + func (o *DeleteScannerParams) SetHTTPClient(client *http.Client) + func (o *DeleteScannerParams) SetRegistrationID(registrationID string) + func (o *DeleteScannerParams) SetTimeout(timeout time.Duration) + func (o *DeleteScannerParams) SetXRequestID(xRequestID *string) + func (o *DeleteScannerParams) WithContext(ctx context.Context) *DeleteScannerParams + func (o *DeleteScannerParams) WithDefaults() *DeleteScannerParams + func (o *DeleteScannerParams) WithHTTPClient(client *http.Client) *DeleteScannerParams + func (o *DeleteScannerParams) WithRegistrationID(registrationID string) *DeleteScannerParams + func (o *DeleteScannerParams) WithTimeout(timeout time.Duration) *DeleteScannerParams + func (o *DeleteScannerParams) WithXRequestID(xRequestID *string) *DeleteScannerParams + func (o *DeleteScannerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteScannerReader struct + func (o *DeleteScannerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteScannerUnauthorized struct + Payload *models.Errors + XRequestID string + func NewDeleteScannerUnauthorized() *DeleteScannerUnauthorized + func (o *DeleteScannerUnauthorized) Error() string + func (o *DeleteScannerUnauthorized) GetPayload() *models.Errors + func (o *DeleteScannerUnauthorized) IsClientError() bool + func (o *DeleteScannerUnauthorized) IsCode(code int) bool + func (o *DeleteScannerUnauthorized) IsRedirect() bool + func (o *DeleteScannerUnauthorized) IsServerError() bool + func (o *DeleteScannerUnauthorized) IsSuccess() bool + func (o *DeleteScannerUnauthorized) String() string + type GetScannerForbidden struct + Payload *models.Errors + XRequestID string + func NewGetScannerForbidden() *GetScannerForbidden + func (o *GetScannerForbidden) Error() string + func (o *GetScannerForbidden) GetPayload() *models.Errors + func (o *GetScannerForbidden) IsClientError() bool + func (o *GetScannerForbidden) IsCode(code int) bool + func (o *GetScannerForbidden) IsRedirect() bool + func (o *GetScannerForbidden) IsServerError() bool + func (o *GetScannerForbidden) IsSuccess() bool + func (o *GetScannerForbidden) String() string + type GetScannerInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetScannerInternalServerError() *GetScannerInternalServerError + func (o *GetScannerInternalServerError) Error() string + func (o *GetScannerInternalServerError) GetPayload() *models.Errors + func (o *GetScannerInternalServerError) IsClientError() bool + func (o *GetScannerInternalServerError) IsCode(code int) bool + func (o *GetScannerInternalServerError) IsRedirect() bool + func (o *GetScannerInternalServerError) IsServerError() bool + func (o *GetScannerInternalServerError) IsSuccess() bool + func (o *GetScannerInternalServerError) String() string + type GetScannerMetadataForbidden struct + Payload *models.Errors + XRequestID string + func NewGetScannerMetadataForbidden() *GetScannerMetadataForbidden + func (o *GetScannerMetadataForbidden) Error() string + func (o *GetScannerMetadataForbidden) GetPayload() *models.Errors + func (o *GetScannerMetadataForbidden) IsClientError() bool + func (o *GetScannerMetadataForbidden) IsCode(code int) bool + func (o *GetScannerMetadataForbidden) IsRedirect() bool + func (o *GetScannerMetadataForbidden) IsServerError() bool + func (o *GetScannerMetadataForbidden) IsSuccess() bool + func (o *GetScannerMetadataForbidden) String() string + type GetScannerMetadataInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetScannerMetadataInternalServerError() *GetScannerMetadataInternalServerError + func (o *GetScannerMetadataInternalServerError) Error() string + func (o *GetScannerMetadataInternalServerError) GetPayload() *models.Errors + func (o *GetScannerMetadataInternalServerError) IsClientError() bool + func (o *GetScannerMetadataInternalServerError) IsCode(code int) bool + func (o *GetScannerMetadataInternalServerError) IsRedirect() bool + func (o *GetScannerMetadataInternalServerError) IsServerError() bool + func (o *GetScannerMetadataInternalServerError) IsSuccess() bool + func (o *GetScannerMetadataInternalServerError) String() string + type GetScannerMetadataOK struct + Payload *models.ScannerAdapterMetadata + func NewGetScannerMetadataOK() *GetScannerMetadataOK + func (o *GetScannerMetadataOK) Error() string + func (o *GetScannerMetadataOK) GetPayload() *models.ScannerAdapterMetadata + func (o *GetScannerMetadataOK) IsClientError() bool + func (o *GetScannerMetadataOK) IsCode(code int) bool + func (o *GetScannerMetadataOK) IsRedirect() bool + func (o *GetScannerMetadataOK) IsServerError() bool + func (o *GetScannerMetadataOK) IsSuccess() bool + func (o *GetScannerMetadataOK) String() string + type GetScannerMetadataParams struct + Context context.Context + HTTPClient *http.Client + RegistrationID string + XRequestID *string + func NewGetScannerMetadataParams() *GetScannerMetadataParams + func NewGetScannerMetadataParamsWithContext(ctx context.Context) *GetScannerMetadataParams + func NewGetScannerMetadataParamsWithHTTPClient(client *http.Client) *GetScannerMetadataParams + func NewGetScannerMetadataParamsWithTimeout(timeout time.Duration) *GetScannerMetadataParams + func (o *GetScannerMetadataParams) SetContext(ctx context.Context) + func (o *GetScannerMetadataParams) SetDefaults() + func (o *GetScannerMetadataParams) SetHTTPClient(client *http.Client) + func (o *GetScannerMetadataParams) SetRegistrationID(registrationID string) + func (o *GetScannerMetadataParams) SetTimeout(timeout time.Duration) + func (o *GetScannerMetadataParams) SetXRequestID(xRequestID *string) + func (o *GetScannerMetadataParams) WithContext(ctx context.Context) *GetScannerMetadataParams + func (o *GetScannerMetadataParams) WithDefaults() *GetScannerMetadataParams + func (o *GetScannerMetadataParams) WithHTTPClient(client *http.Client) *GetScannerMetadataParams + func (o *GetScannerMetadataParams) WithRegistrationID(registrationID string) *GetScannerMetadataParams + func (o *GetScannerMetadataParams) WithTimeout(timeout time.Duration) *GetScannerMetadataParams + func (o *GetScannerMetadataParams) WithXRequestID(xRequestID *string) *GetScannerMetadataParams + func (o *GetScannerMetadataParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetScannerMetadataReader struct + func (o *GetScannerMetadataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetScannerMetadataUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetScannerMetadataUnauthorized() *GetScannerMetadataUnauthorized + func (o *GetScannerMetadataUnauthorized) Error() string + func (o *GetScannerMetadataUnauthorized) GetPayload() *models.Errors + func (o *GetScannerMetadataUnauthorized) IsClientError() bool + func (o *GetScannerMetadataUnauthorized) IsCode(code int) bool + func (o *GetScannerMetadataUnauthorized) IsRedirect() bool + func (o *GetScannerMetadataUnauthorized) IsServerError() bool + func (o *GetScannerMetadataUnauthorized) IsSuccess() bool + func (o *GetScannerMetadataUnauthorized) String() string + type GetScannerNotFound struct + Payload *models.Errors + XRequestID string + func NewGetScannerNotFound() *GetScannerNotFound + func (o *GetScannerNotFound) Error() string + func (o *GetScannerNotFound) GetPayload() *models.Errors + func (o *GetScannerNotFound) IsClientError() bool + func (o *GetScannerNotFound) IsCode(code int) bool + func (o *GetScannerNotFound) IsRedirect() bool + func (o *GetScannerNotFound) IsServerError() bool + func (o *GetScannerNotFound) IsSuccess() bool + func (o *GetScannerNotFound) String() string + type GetScannerOK struct + Payload *models.ScannerRegistration + func NewGetScannerOK() *GetScannerOK + func (o *GetScannerOK) Error() string + func (o *GetScannerOK) GetPayload() *models.ScannerRegistration + func (o *GetScannerOK) IsClientError() bool + func (o *GetScannerOK) IsCode(code int) bool + func (o *GetScannerOK) IsRedirect() bool + func (o *GetScannerOK) IsServerError() bool + func (o *GetScannerOK) IsSuccess() bool + func (o *GetScannerOK) String() string + type GetScannerParams struct + Context context.Context + HTTPClient *http.Client + RegistrationID string + XRequestID *string + func NewGetScannerParams() *GetScannerParams + func NewGetScannerParamsWithContext(ctx context.Context) *GetScannerParams + func NewGetScannerParamsWithHTTPClient(client *http.Client) *GetScannerParams + func NewGetScannerParamsWithTimeout(timeout time.Duration) *GetScannerParams + func (o *GetScannerParams) SetContext(ctx context.Context) + func (o *GetScannerParams) SetDefaults() + func (o *GetScannerParams) SetHTTPClient(client *http.Client) + func (o *GetScannerParams) SetRegistrationID(registrationID string) + func (o *GetScannerParams) SetTimeout(timeout time.Duration) + func (o *GetScannerParams) SetXRequestID(xRequestID *string) + func (o *GetScannerParams) WithContext(ctx context.Context) *GetScannerParams + func (o *GetScannerParams) WithDefaults() *GetScannerParams + func (o *GetScannerParams) WithHTTPClient(client *http.Client) *GetScannerParams + func (o *GetScannerParams) WithRegistrationID(registrationID string) *GetScannerParams + func (o *GetScannerParams) WithTimeout(timeout time.Duration) *GetScannerParams + func (o *GetScannerParams) WithXRequestID(xRequestID *string) *GetScannerParams + func (o *GetScannerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetScannerReader struct + func (o *GetScannerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetScannerUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetScannerUnauthorized() *GetScannerUnauthorized + func (o *GetScannerUnauthorized) Error() string + func (o *GetScannerUnauthorized) GetPayload() *models.Errors + func (o *GetScannerUnauthorized) IsClientError() bool + func (o *GetScannerUnauthorized) IsCode(code int) bool + func (o *GetScannerUnauthorized) IsRedirect() bool + func (o *GetScannerUnauthorized) IsServerError() bool + func (o *GetScannerUnauthorized) IsSuccess() bool + func (o *GetScannerUnauthorized) String() string + type ListScannersBadRequest struct + Payload *models.Errors + XRequestID string + func NewListScannersBadRequest() *ListScannersBadRequest + func (o *ListScannersBadRequest) Error() string + func (o *ListScannersBadRequest) GetPayload() *models.Errors + func (o *ListScannersBadRequest) IsClientError() bool + func (o *ListScannersBadRequest) IsCode(code int) bool + func (o *ListScannersBadRequest) IsRedirect() bool + func (o *ListScannersBadRequest) IsServerError() bool + func (o *ListScannersBadRequest) IsSuccess() bool + func (o *ListScannersBadRequest) String() string + type ListScannersForbidden struct + Payload *models.Errors + XRequestID string + func NewListScannersForbidden() *ListScannersForbidden + func (o *ListScannersForbidden) Error() string + func (o *ListScannersForbidden) GetPayload() *models.Errors + func (o *ListScannersForbidden) IsClientError() bool + func (o *ListScannersForbidden) IsCode(code int) bool + func (o *ListScannersForbidden) IsRedirect() bool + func (o *ListScannersForbidden) IsServerError() bool + func (o *ListScannersForbidden) IsSuccess() bool + func (o *ListScannersForbidden) String() string + type ListScannersInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListScannersInternalServerError() *ListScannersInternalServerError + func (o *ListScannersInternalServerError) Error() string + func (o *ListScannersInternalServerError) GetPayload() *models.Errors + func (o *ListScannersInternalServerError) IsClientError() bool + func (o *ListScannersInternalServerError) IsCode(code int) bool + func (o *ListScannersInternalServerError) IsRedirect() bool + func (o *ListScannersInternalServerError) IsServerError() bool + func (o *ListScannersInternalServerError) IsSuccess() bool + func (o *ListScannersInternalServerError) String() string + type ListScannersOK struct + Link string + Payload []*models.ScannerRegistration + XTotalCount int64 + func NewListScannersOK() *ListScannersOK + func (o *ListScannersOK) Error() string + func (o *ListScannersOK) GetPayload() []*models.ScannerRegistration + func (o *ListScannersOK) IsClientError() bool + func (o *ListScannersOK) IsCode(code int) bool + func (o *ListScannersOK) IsRedirect() bool + func (o *ListScannersOK) IsServerError() bool + func (o *ListScannersOK) IsSuccess() bool + func (o *ListScannersOK) String() string + type ListScannersParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + Q *string + Sort *string + XRequestID *string + func NewListScannersParams() *ListScannersParams + func NewListScannersParamsWithContext(ctx context.Context) *ListScannersParams + func NewListScannersParamsWithHTTPClient(client *http.Client) *ListScannersParams + func NewListScannersParamsWithTimeout(timeout time.Duration) *ListScannersParams + func (o *ListScannersParams) SetContext(ctx context.Context) + func (o *ListScannersParams) SetDefaults() + func (o *ListScannersParams) SetHTTPClient(client *http.Client) + func (o *ListScannersParams) SetPage(page *int64) + func (o *ListScannersParams) SetPageSize(pageSize *int64) + func (o *ListScannersParams) SetQ(q *string) + func (o *ListScannersParams) SetSort(sort *string) + func (o *ListScannersParams) SetTimeout(timeout time.Duration) + func (o *ListScannersParams) SetXRequestID(xRequestID *string) + func (o *ListScannersParams) WithContext(ctx context.Context) *ListScannersParams + func (o *ListScannersParams) WithDefaults() *ListScannersParams + func (o *ListScannersParams) WithHTTPClient(client *http.Client) *ListScannersParams + func (o *ListScannersParams) WithPage(page *int64) *ListScannersParams + func (o *ListScannersParams) WithPageSize(pageSize *int64) *ListScannersParams + func (o *ListScannersParams) WithQ(q *string) *ListScannersParams + func (o *ListScannersParams) WithSort(sort *string) *ListScannersParams + func (o *ListScannersParams) WithTimeout(timeout time.Duration) *ListScannersParams + func (o *ListScannersParams) WithXRequestID(xRequestID *string) *ListScannersParams + func (o *ListScannersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListScannersReader struct + func (o *ListScannersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListScannersUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListScannersUnauthorized() *ListScannersUnauthorized + func (o *ListScannersUnauthorized) Error() string + func (o *ListScannersUnauthorized) GetPayload() *models.Errors + func (o *ListScannersUnauthorized) IsClientError() bool + func (o *ListScannersUnauthorized) IsCode(code int) bool + func (o *ListScannersUnauthorized) IsRedirect() bool + func (o *ListScannersUnauthorized) IsServerError() bool + func (o *ListScannersUnauthorized) IsSuccess() bool + func (o *ListScannersUnauthorized) String() string + type PingScannerBadRequest struct + Payload *models.Errors + XRequestID string + func NewPingScannerBadRequest() *PingScannerBadRequest + func (o *PingScannerBadRequest) Error() string + func (o *PingScannerBadRequest) GetPayload() *models.Errors + func (o *PingScannerBadRequest) IsClientError() bool + func (o *PingScannerBadRequest) IsCode(code int) bool + func (o *PingScannerBadRequest) IsRedirect() bool + func (o *PingScannerBadRequest) IsServerError() bool + func (o *PingScannerBadRequest) IsSuccess() bool + func (o *PingScannerBadRequest) String() string + type PingScannerForbidden struct + Payload *models.Errors + XRequestID string + func NewPingScannerForbidden() *PingScannerForbidden + func (o *PingScannerForbidden) Error() string + func (o *PingScannerForbidden) GetPayload() *models.Errors + func (o *PingScannerForbidden) IsClientError() bool + func (o *PingScannerForbidden) IsCode(code int) bool + func (o *PingScannerForbidden) IsRedirect() bool + func (o *PingScannerForbidden) IsServerError() bool + func (o *PingScannerForbidden) IsSuccess() bool + func (o *PingScannerForbidden) String() string + type PingScannerInternalServerError struct + Payload *models.Errors + XRequestID string + func NewPingScannerInternalServerError() *PingScannerInternalServerError + func (o *PingScannerInternalServerError) Error() string + func (o *PingScannerInternalServerError) GetPayload() *models.Errors + func (o *PingScannerInternalServerError) IsClientError() bool + func (o *PingScannerInternalServerError) IsCode(code int) bool + func (o *PingScannerInternalServerError) IsRedirect() bool + func (o *PingScannerInternalServerError) IsServerError() bool + func (o *PingScannerInternalServerError) IsSuccess() bool + func (o *PingScannerInternalServerError) String() string + type PingScannerOK struct + XRequestID string + func NewPingScannerOK() *PingScannerOK + func (o *PingScannerOK) Error() string + func (o *PingScannerOK) IsClientError() bool + func (o *PingScannerOK) IsCode(code int) bool + func (o *PingScannerOK) IsRedirect() bool + func (o *PingScannerOK) IsServerError() bool + func (o *PingScannerOK) IsSuccess() bool + func (o *PingScannerOK) String() string + type PingScannerParams struct + Context context.Context + HTTPClient *http.Client + Settings *models.ScannerRegistrationSettings + XRequestID *string + func NewPingScannerParams() *PingScannerParams + func NewPingScannerParamsWithContext(ctx context.Context) *PingScannerParams + func NewPingScannerParamsWithHTTPClient(client *http.Client) *PingScannerParams + func NewPingScannerParamsWithTimeout(timeout time.Duration) *PingScannerParams + func (o *PingScannerParams) SetContext(ctx context.Context) + func (o *PingScannerParams) SetDefaults() + func (o *PingScannerParams) SetHTTPClient(client *http.Client) + func (o *PingScannerParams) SetSettings(settings *models.ScannerRegistrationSettings) + func (o *PingScannerParams) SetTimeout(timeout time.Duration) + func (o *PingScannerParams) SetXRequestID(xRequestID *string) + func (o *PingScannerParams) WithContext(ctx context.Context) *PingScannerParams + func (o *PingScannerParams) WithDefaults() *PingScannerParams + func (o *PingScannerParams) WithHTTPClient(client *http.Client) *PingScannerParams + func (o *PingScannerParams) WithSettings(settings *models.ScannerRegistrationSettings) *PingScannerParams + func (o *PingScannerParams) WithTimeout(timeout time.Duration) *PingScannerParams + func (o *PingScannerParams) WithXRequestID(xRequestID *string) *PingScannerParams + func (o *PingScannerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PingScannerReader struct + func (o *PingScannerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PingScannerUnauthorized struct + Payload *models.Errors + XRequestID string + func NewPingScannerUnauthorized() *PingScannerUnauthorized + func (o *PingScannerUnauthorized) Error() string + func (o *PingScannerUnauthorized) GetPayload() *models.Errors + func (o *PingScannerUnauthorized) IsClientError() bool + func (o *PingScannerUnauthorized) IsCode(code int) bool + func (o *PingScannerUnauthorized) IsRedirect() bool + func (o *PingScannerUnauthorized) IsServerError() bool + func (o *PingScannerUnauthorized) IsSuccess() bool + func (o *PingScannerUnauthorized) String() string + type SetScannerAsDefaultForbidden struct + Payload *models.Errors + XRequestID string + func NewSetScannerAsDefaultForbidden() *SetScannerAsDefaultForbidden + func (o *SetScannerAsDefaultForbidden) Error() string + func (o *SetScannerAsDefaultForbidden) GetPayload() *models.Errors + func (o *SetScannerAsDefaultForbidden) IsClientError() bool + func (o *SetScannerAsDefaultForbidden) IsCode(code int) bool + func (o *SetScannerAsDefaultForbidden) IsRedirect() bool + func (o *SetScannerAsDefaultForbidden) IsServerError() bool + func (o *SetScannerAsDefaultForbidden) IsSuccess() bool + func (o *SetScannerAsDefaultForbidden) String() string + type SetScannerAsDefaultInternalServerError struct + Payload *models.Errors + XRequestID string + func NewSetScannerAsDefaultInternalServerError() *SetScannerAsDefaultInternalServerError + func (o *SetScannerAsDefaultInternalServerError) Error() string + func (o *SetScannerAsDefaultInternalServerError) GetPayload() *models.Errors + func (o *SetScannerAsDefaultInternalServerError) IsClientError() bool + func (o *SetScannerAsDefaultInternalServerError) IsCode(code int) bool + func (o *SetScannerAsDefaultInternalServerError) IsRedirect() bool + func (o *SetScannerAsDefaultInternalServerError) IsServerError() bool + func (o *SetScannerAsDefaultInternalServerError) IsSuccess() bool + func (o *SetScannerAsDefaultInternalServerError) String() string + type SetScannerAsDefaultOK struct + func NewSetScannerAsDefaultOK() *SetScannerAsDefaultOK + func (o *SetScannerAsDefaultOK) Error() string + func (o *SetScannerAsDefaultOK) IsClientError() bool + func (o *SetScannerAsDefaultOK) IsCode(code int) bool + func (o *SetScannerAsDefaultOK) IsRedirect() bool + func (o *SetScannerAsDefaultOK) IsServerError() bool + func (o *SetScannerAsDefaultOK) IsSuccess() bool + func (o *SetScannerAsDefaultOK) String() string + type SetScannerAsDefaultParams struct + Context context.Context + HTTPClient *http.Client + Payload *models.IsDefault + RegistrationID string + XRequestID *string + func NewSetScannerAsDefaultParams() *SetScannerAsDefaultParams + func NewSetScannerAsDefaultParamsWithContext(ctx context.Context) *SetScannerAsDefaultParams + func NewSetScannerAsDefaultParamsWithHTTPClient(client *http.Client) *SetScannerAsDefaultParams + func NewSetScannerAsDefaultParamsWithTimeout(timeout time.Duration) *SetScannerAsDefaultParams + func (o *SetScannerAsDefaultParams) SetContext(ctx context.Context) + func (o *SetScannerAsDefaultParams) SetDefaults() + func (o *SetScannerAsDefaultParams) SetHTTPClient(client *http.Client) + func (o *SetScannerAsDefaultParams) SetPayload(payload *models.IsDefault) + func (o *SetScannerAsDefaultParams) SetRegistrationID(registrationID string) + func (o *SetScannerAsDefaultParams) SetTimeout(timeout time.Duration) + func (o *SetScannerAsDefaultParams) SetXRequestID(xRequestID *string) + func (o *SetScannerAsDefaultParams) WithContext(ctx context.Context) *SetScannerAsDefaultParams + func (o *SetScannerAsDefaultParams) WithDefaults() *SetScannerAsDefaultParams + func (o *SetScannerAsDefaultParams) WithHTTPClient(client *http.Client) *SetScannerAsDefaultParams + func (o *SetScannerAsDefaultParams) WithPayload(payload *models.IsDefault) *SetScannerAsDefaultParams + func (o *SetScannerAsDefaultParams) WithRegistrationID(registrationID string) *SetScannerAsDefaultParams + func (o *SetScannerAsDefaultParams) WithTimeout(timeout time.Duration) *SetScannerAsDefaultParams + func (o *SetScannerAsDefaultParams) WithXRequestID(xRequestID *string) *SetScannerAsDefaultParams + func (o *SetScannerAsDefaultParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SetScannerAsDefaultReader struct + func (o *SetScannerAsDefaultReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SetScannerAsDefaultUnauthorized struct + Payload *models.Errors + XRequestID string + func NewSetScannerAsDefaultUnauthorized() *SetScannerAsDefaultUnauthorized + func (o *SetScannerAsDefaultUnauthorized) Error() string + func (o *SetScannerAsDefaultUnauthorized) GetPayload() *models.Errors + func (o *SetScannerAsDefaultUnauthorized) IsClientError() bool + func (o *SetScannerAsDefaultUnauthorized) IsCode(code int) bool + func (o *SetScannerAsDefaultUnauthorized) IsRedirect() bool + func (o *SetScannerAsDefaultUnauthorized) IsServerError() bool + func (o *SetScannerAsDefaultUnauthorized) IsSuccess() bool + func (o *SetScannerAsDefaultUnauthorized) String() string + type UpdateScannerForbidden struct + Payload *models.Errors + XRequestID string + func NewUpdateScannerForbidden() *UpdateScannerForbidden + func (o *UpdateScannerForbidden) Error() string + func (o *UpdateScannerForbidden) GetPayload() *models.Errors + func (o *UpdateScannerForbidden) IsClientError() bool + func (o *UpdateScannerForbidden) IsCode(code int) bool + func (o *UpdateScannerForbidden) IsRedirect() bool + func (o *UpdateScannerForbidden) IsServerError() bool + func (o *UpdateScannerForbidden) IsSuccess() bool + func (o *UpdateScannerForbidden) String() string + type UpdateScannerInternalServerError struct + Payload *models.Errors + XRequestID string + func NewUpdateScannerInternalServerError() *UpdateScannerInternalServerError + func (o *UpdateScannerInternalServerError) Error() string + func (o *UpdateScannerInternalServerError) GetPayload() *models.Errors + func (o *UpdateScannerInternalServerError) IsClientError() bool + func (o *UpdateScannerInternalServerError) IsCode(code int) bool + func (o *UpdateScannerInternalServerError) IsRedirect() bool + func (o *UpdateScannerInternalServerError) IsServerError() bool + func (o *UpdateScannerInternalServerError) IsSuccess() bool + func (o *UpdateScannerInternalServerError) String() string + type UpdateScannerNotFound struct + Payload *models.Errors + XRequestID string + func NewUpdateScannerNotFound() *UpdateScannerNotFound + func (o *UpdateScannerNotFound) Error() string + func (o *UpdateScannerNotFound) GetPayload() *models.Errors + func (o *UpdateScannerNotFound) IsClientError() bool + func (o *UpdateScannerNotFound) IsCode(code int) bool + func (o *UpdateScannerNotFound) IsRedirect() bool + func (o *UpdateScannerNotFound) IsServerError() bool + func (o *UpdateScannerNotFound) IsSuccess() bool + func (o *UpdateScannerNotFound) String() string + type UpdateScannerOK struct + XRequestID string + func NewUpdateScannerOK() *UpdateScannerOK + func (o *UpdateScannerOK) Error() string + func (o *UpdateScannerOK) IsClientError() bool + func (o *UpdateScannerOK) IsCode(code int) bool + func (o *UpdateScannerOK) IsRedirect() bool + func (o *UpdateScannerOK) IsServerError() bool + func (o *UpdateScannerOK) IsSuccess() bool + func (o *UpdateScannerOK) String() string + type UpdateScannerParams struct + Context context.Context + HTTPClient *http.Client + Registration *models.ScannerRegistrationReq + RegistrationID string + XRequestID *string + func NewUpdateScannerParams() *UpdateScannerParams + func NewUpdateScannerParamsWithContext(ctx context.Context) *UpdateScannerParams + func NewUpdateScannerParamsWithHTTPClient(client *http.Client) *UpdateScannerParams + func NewUpdateScannerParamsWithTimeout(timeout time.Duration) *UpdateScannerParams + func (o *UpdateScannerParams) SetContext(ctx context.Context) + func (o *UpdateScannerParams) SetDefaults() + func (o *UpdateScannerParams) SetHTTPClient(client *http.Client) + func (o *UpdateScannerParams) SetRegistration(registration *models.ScannerRegistrationReq) + func (o *UpdateScannerParams) SetRegistrationID(registrationID string) + func (o *UpdateScannerParams) SetTimeout(timeout time.Duration) + func (o *UpdateScannerParams) SetXRequestID(xRequestID *string) + func (o *UpdateScannerParams) WithContext(ctx context.Context) *UpdateScannerParams + func (o *UpdateScannerParams) WithDefaults() *UpdateScannerParams + func (o *UpdateScannerParams) WithHTTPClient(client *http.Client) *UpdateScannerParams + func (o *UpdateScannerParams) WithRegistration(registration *models.ScannerRegistrationReq) *UpdateScannerParams + func (o *UpdateScannerParams) WithRegistrationID(registrationID string) *UpdateScannerParams + func (o *UpdateScannerParams) WithTimeout(timeout time.Duration) *UpdateScannerParams + func (o *UpdateScannerParams) WithXRequestID(xRequestID *string) *UpdateScannerParams + func (o *UpdateScannerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateScannerReader struct + func (o *UpdateScannerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateScannerUnauthorized struct + Payload *models.Errors + XRequestID string + func NewUpdateScannerUnauthorized() *UpdateScannerUnauthorized + func (o *UpdateScannerUnauthorized) Error() string + func (o *UpdateScannerUnauthorized) GetPayload() *models.Errors + func (o *UpdateScannerUnauthorized) IsClientError() bool + func (o *UpdateScannerUnauthorized) IsCode(code int) bool + func (o *UpdateScannerUnauthorized) IsRedirect() bool + func (o *UpdateScannerUnauthorized) IsServerError() bool + func (o *UpdateScannerUnauthorized) IsSuccess() bool + func (o *UpdateScannerUnauthorized) String() string