Versions in this module Expand all Collapse all v0 v0.29.0 Oct 24, 2023 v0.28.0 Oct 23, 2023 Changes in this version + type API interface + DeleteRepository func(ctx context.Context, params *DeleteRepositoryParams) (*DeleteRepositoryOK, error) + GetRepository func(ctx context.Context, params *GetRepositoryParams) (*GetRepositoryOK, error) + ListAllRepositories func(ctx context.Context, params *ListAllRepositoriesParams) (*ListAllRepositoriesOK, error) + ListRepositories func(ctx context.Context, params *ListRepositoriesParams) (*ListRepositoriesOK, error) + UpdateRepository func(ctx context.Context, params *UpdateRepositoryParams) (*UpdateRepositoryOK, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) DeleteRepository(ctx context.Context, params *DeleteRepositoryParams) (*DeleteRepositoryOK, error) + func (a *Client) GetRepository(ctx context.Context, params *GetRepositoryParams) (*GetRepositoryOK, error) + func (a *Client) ListAllRepositories(ctx context.Context, params *ListAllRepositoriesParams) (*ListAllRepositoriesOK, error) + func (a *Client) ListRepositories(ctx context.Context, params *ListRepositoriesParams) (*ListRepositoriesOK, error) + func (a *Client) UpdateRepository(ctx context.Context, params *UpdateRepositoryParams) (*UpdateRepositoryOK, error) + type DeleteRepositoryBadRequest struct + Payload *models.Errors + XRequestID string + func NewDeleteRepositoryBadRequest() *DeleteRepositoryBadRequest + func (o *DeleteRepositoryBadRequest) Error() string + func (o *DeleteRepositoryBadRequest) GetPayload() *models.Errors + func (o *DeleteRepositoryBadRequest) IsClientError() bool + func (o *DeleteRepositoryBadRequest) IsCode(code int) bool + func (o *DeleteRepositoryBadRequest) IsRedirect() bool + func (o *DeleteRepositoryBadRequest) IsServerError() bool + func (o *DeleteRepositoryBadRequest) IsSuccess() bool + func (o *DeleteRepositoryBadRequest) String() string + type DeleteRepositoryForbidden struct + Payload *models.Errors + XRequestID string + func NewDeleteRepositoryForbidden() *DeleteRepositoryForbidden + func (o *DeleteRepositoryForbidden) Error() string + func (o *DeleteRepositoryForbidden) GetPayload() *models.Errors + func (o *DeleteRepositoryForbidden) IsClientError() bool + func (o *DeleteRepositoryForbidden) IsCode(code int) bool + func (o *DeleteRepositoryForbidden) IsRedirect() bool + func (o *DeleteRepositoryForbidden) IsServerError() bool + func (o *DeleteRepositoryForbidden) IsSuccess() bool + func (o *DeleteRepositoryForbidden) String() string + type DeleteRepositoryInternalServerError struct + Payload *models.Errors + XRequestID string + func NewDeleteRepositoryInternalServerError() *DeleteRepositoryInternalServerError + func (o *DeleteRepositoryInternalServerError) Error() string + func (o *DeleteRepositoryInternalServerError) GetPayload() *models.Errors + func (o *DeleteRepositoryInternalServerError) IsClientError() bool + func (o *DeleteRepositoryInternalServerError) IsCode(code int) bool + func (o *DeleteRepositoryInternalServerError) IsRedirect() bool + func (o *DeleteRepositoryInternalServerError) IsServerError() bool + func (o *DeleteRepositoryInternalServerError) IsSuccess() bool + func (o *DeleteRepositoryInternalServerError) String() string + type DeleteRepositoryNotFound struct + Payload *models.Errors + XRequestID string + func NewDeleteRepositoryNotFound() *DeleteRepositoryNotFound + func (o *DeleteRepositoryNotFound) Error() string + func (o *DeleteRepositoryNotFound) GetPayload() *models.Errors + func (o *DeleteRepositoryNotFound) IsClientError() bool + func (o *DeleteRepositoryNotFound) IsCode(code int) bool + func (o *DeleteRepositoryNotFound) IsRedirect() bool + func (o *DeleteRepositoryNotFound) IsServerError() bool + func (o *DeleteRepositoryNotFound) IsSuccess() bool + func (o *DeleteRepositoryNotFound) String() string + type DeleteRepositoryOK struct + XRequestID string + func NewDeleteRepositoryOK() *DeleteRepositoryOK + func (o *DeleteRepositoryOK) Error() string + func (o *DeleteRepositoryOK) IsClientError() bool + func (o *DeleteRepositoryOK) IsCode(code int) bool + func (o *DeleteRepositoryOK) IsRedirect() bool + func (o *DeleteRepositoryOK) IsServerError() bool + func (o *DeleteRepositoryOK) IsSuccess() bool + func (o *DeleteRepositoryOK) String() string + type DeleteRepositoryParams struct + Context context.Context + HTTPClient *http.Client + ProjectName string + RepositoryName string + XRequestID *string + func NewDeleteRepositoryParams() *DeleteRepositoryParams + func NewDeleteRepositoryParamsWithContext(ctx context.Context) *DeleteRepositoryParams + func NewDeleteRepositoryParamsWithHTTPClient(client *http.Client) *DeleteRepositoryParams + func NewDeleteRepositoryParamsWithTimeout(timeout time.Duration) *DeleteRepositoryParams + func (o *DeleteRepositoryParams) SetContext(ctx context.Context) + func (o *DeleteRepositoryParams) SetDefaults() + func (o *DeleteRepositoryParams) SetHTTPClient(client *http.Client) + func (o *DeleteRepositoryParams) SetProjectName(projectName string) + func (o *DeleteRepositoryParams) SetRepositoryName(repositoryName string) + func (o *DeleteRepositoryParams) SetTimeout(timeout time.Duration) + func (o *DeleteRepositoryParams) SetXRequestID(xRequestID *string) + func (o *DeleteRepositoryParams) WithContext(ctx context.Context) *DeleteRepositoryParams + func (o *DeleteRepositoryParams) WithDefaults() *DeleteRepositoryParams + func (o *DeleteRepositoryParams) WithHTTPClient(client *http.Client) *DeleteRepositoryParams + func (o *DeleteRepositoryParams) WithProjectName(projectName string) *DeleteRepositoryParams + func (o *DeleteRepositoryParams) WithRepositoryName(repositoryName string) *DeleteRepositoryParams + func (o *DeleteRepositoryParams) WithTimeout(timeout time.Duration) *DeleteRepositoryParams + func (o *DeleteRepositoryParams) WithXRequestID(xRequestID *string) *DeleteRepositoryParams + func (o *DeleteRepositoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteRepositoryReader struct + func (o *DeleteRepositoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteRepositoryUnauthorized struct + Payload *models.Errors + XRequestID string + func NewDeleteRepositoryUnauthorized() *DeleteRepositoryUnauthorized + func (o *DeleteRepositoryUnauthorized) Error() string + func (o *DeleteRepositoryUnauthorized) GetPayload() *models.Errors + func (o *DeleteRepositoryUnauthorized) IsClientError() bool + func (o *DeleteRepositoryUnauthorized) IsCode(code int) bool + func (o *DeleteRepositoryUnauthorized) IsRedirect() bool + func (o *DeleteRepositoryUnauthorized) IsServerError() bool + func (o *DeleteRepositoryUnauthorized) IsSuccess() bool + func (o *DeleteRepositoryUnauthorized) String() string + type GetRepositoryBadRequest struct + Payload *models.Errors + XRequestID string + func NewGetRepositoryBadRequest() *GetRepositoryBadRequest + func (o *GetRepositoryBadRequest) Error() string + func (o *GetRepositoryBadRequest) GetPayload() *models.Errors + func (o *GetRepositoryBadRequest) IsClientError() bool + func (o *GetRepositoryBadRequest) IsCode(code int) bool + func (o *GetRepositoryBadRequest) IsRedirect() bool + func (o *GetRepositoryBadRequest) IsServerError() bool + func (o *GetRepositoryBadRequest) IsSuccess() bool + func (o *GetRepositoryBadRequest) String() string + type GetRepositoryForbidden struct + Payload *models.Errors + XRequestID string + func NewGetRepositoryForbidden() *GetRepositoryForbidden + func (o *GetRepositoryForbidden) Error() string + func (o *GetRepositoryForbidden) GetPayload() *models.Errors + func (o *GetRepositoryForbidden) IsClientError() bool + func (o *GetRepositoryForbidden) IsCode(code int) bool + func (o *GetRepositoryForbidden) IsRedirect() bool + func (o *GetRepositoryForbidden) IsServerError() bool + func (o *GetRepositoryForbidden) IsSuccess() bool + func (o *GetRepositoryForbidden) String() string + type GetRepositoryInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetRepositoryInternalServerError() *GetRepositoryInternalServerError + func (o *GetRepositoryInternalServerError) Error() string + func (o *GetRepositoryInternalServerError) GetPayload() *models.Errors + func (o *GetRepositoryInternalServerError) IsClientError() bool + func (o *GetRepositoryInternalServerError) IsCode(code int) bool + func (o *GetRepositoryInternalServerError) IsRedirect() bool + func (o *GetRepositoryInternalServerError) IsServerError() bool + func (o *GetRepositoryInternalServerError) IsSuccess() bool + func (o *GetRepositoryInternalServerError) String() string + type GetRepositoryNotFound struct + Payload *models.Errors + XRequestID string + func NewGetRepositoryNotFound() *GetRepositoryNotFound + func (o *GetRepositoryNotFound) Error() string + func (o *GetRepositoryNotFound) GetPayload() *models.Errors + func (o *GetRepositoryNotFound) IsClientError() bool + func (o *GetRepositoryNotFound) IsCode(code int) bool + func (o *GetRepositoryNotFound) IsRedirect() bool + func (o *GetRepositoryNotFound) IsServerError() bool + func (o *GetRepositoryNotFound) IsSuccess() bool + func (o *GetRepositoryNotFound) String() string + type GetRepositoryOK struct + Payload *models.Repository + func NewGetRepositoryOK() *GetRepositoryOK + func (o *GetRepositoryOK) Error() string + func (o *GetRepositoryOK) GetPayload() *models.Repository + func (o *GetRepositoryOK) IsClientError() bool + func (o *GetRepositoryOK) IsCode(code int) bool + func (o *GetRepositoryOK) IsRedirect() bool + func (o *GetRepositoryOK) IsServerError() bool + func (o *GetRepositoryOK) IsSuccess() bool + func (o *GetRepositoryOK) String() string + type GetRepositoryParams struct + Context context.Context + HTTPClient *http.Client + ProjectName string + RepositoryName string + XRequestID *string + func NewGetRepositoryParams() *GetRepositoryParams + func NewGetRepositoryParamsWithContext(ctx context.Context) *GetRepositoryParams + func NewGetRepositoryParamsWithHTTPClient(client *http.Client) *GetRepositoryParams + func NewGetRepositoryParamsWithTimeout(timeout time.Duration) *GetRepositoryParams + func (o *GetRepositoryParams) SetContext(ctx context.Context) + func (o *GetRepositoryParams) SetDefaults() + func (o *GetRepositoryParams) SetHTTPClient(client *http.Client) + func (o *GetRepositoryParams) SetProjectName(projectName string) + func (o *GetRepositoryParams) SetRepositoryName(repositoryName string) + func (o *GetRepositoryParams) SetTimeout(timeout time.Duration) + func (o *GetRepositoryParams) SetXRequestID(xRequestID *string) + func (o *GetRepositoryParams) WithContext(ctx context.Context) *GetRepositoryParams + func (o *GetRepositoryParams) WithDefaults() *GetRepositoryParams + func (o *GetRepositoryParams) WithHTTPClient(client *http.Client) *GetRepositoryParams + func (o *GetRepositoryParams) WithProjectName(projectName string) *GetRepositoryParams + func (o *GetRepositoryParams) WithRepositoryName(repositoryName string) *GetRepositoryParams + func (o *GetRepositoryParams) WithTimeout(timeout time.Duration) *GetRepositoryParams + func (o *GetRepositoryParams) WithXRequestID(xRequestID *string) *GetRepositoryParams + func (o *GetRepositoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetRepositoryReader struct + func (o *GetRepositoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetRepositoryUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetRepositoryUnauthorized() *GetRepositoryUnauthorized + func (o *GetRepositoryUnauthorized) Error() string + func (o *GetRepositoryUnauthorized) GetPayload() *models.Errors + func (o *GetRepositoryUnauthorized) IsClientError() bool + func (o *GetRepositoryUnauthorized) IsCode(code int) bool + func (o *GetRepositoryUnauthorized) IsRedirect() bool + func (o *GetRepositoryUnauthorized) IsServerError() bool + func (o *GetRepositoryUnauthorized) IsSuccess() bool + func (o *GetRepositoryUnauthorized) String() string + type ListAllRepositoriesBadRequest struct + Payload *models.Errors + XRequestID string + func NewListAllRepositoriesBadRequest() *ListAllRepositoriesBadRequest + func (o *ListAllRepositoriesBadRequest) Error() string + func (o *ListAllRepositoriesBadRequest) GetPayload() *models.Errors + func (o *ListAllRepositoriesBadRequest) IsClientError() bool + func (o *ListAllRepositoriesBadRequest) IsCode(code int) bool + func (o *ListAllRepositoriesBadRequest) IsRedirect() bool + func (o *ListAllRepositoriesBadRequest) IsServerError() bool + func (o *ListAllRepositoriesBadRequest) IsSuccess() bool + func (o *ListAllRepositoriesBadRequest) String() string + type ListAllRepositoriesInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListAllRepositoriesInternalServerError() *ListAllRepositoriesInternalServerError + func (o *ListAllRepositoriesInternalServerError) Error() string + func (o *ListAllRepositoriesInternalServerError) GetPayload() *models.Errors + func (o *ListAllRepositoriesInternalServerError) IsClientError() bool + func (o *ListAllRepositoriesInternalServerError) IsCode(code int) bool + func (o *ListAllRepositoriesInternalServerError) IsRedirect() bool + func (o *ListAllRepositoriesInternalServerError) IsServerError() bool + func (o *ListAllRepositoriesInternalServerError) IsSuccess() bool + func (o *ListAllRepositoriesInternalServerError) String() string + type ListAllRepositoriesOK struct + Link string + Payload []*models.Repository + XTotalCount int64 + func NewListAllRepositoriesOK() *ListAllRepositoriesOK + func (o *ListAllRepositoriesOK) Error() string + func (o *ListAllRepositoriesOK) GetPayload() []*models.Repository + func (o *ListAllRepositoriesOK) IsClientError() bool + func (o *ListAllRepositoriesOK) IsCode(code int) bool + func (o *ListAllRepositoriesOK) IsRedirect() bool + func (o *ListAllRepositoriesOK) IsServerError() bool + func (o *ListAllRepositoriesOK) IsSuccess() bool + func (o *ListAllRepositoriesOK) String() string + type ListAllRepositoriesParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + Q *string + Sort *string + XRequestID *string + func NewListAllRepositoriesParams() *ListAllRepositoriesParams + func NewListAllRepositoriesParamsWithContext(ctx context.Context) *ListAllRepositoriesParams + func NewListAllRepositoriesParamsWithHTTPClient(client *http.Client) *ListAllRepositoriesParams + func NewListAllRepositoriesParamsWithTimeout(timeout time.Duration) *ListAllRepositoriesParams + func (o *ListAllRepositoriesParams) SetContext(ctx context.Context) + func (o *ListAllRepositoriesParams) SetDefaults() + func (o *ListAllRepositoriesParams) SetHTTPClient(client *http.Client) + func (o *ListAllRepositoriesParams) SetPage(page *int64) + func (o *ListAllRepositoriesParams) SetPageSize(pageSize *int64) + func (o *ListAllRepositoriesParams) SetQ(q *string) + func (o *ListAllRepositoriesParams) SetSort(sort *string) + func (o *ListAllRepositoriesParams) SetTimeout(timeout time.Duration) + func (o *ListAllRepositoriesParams) SetXRequestID(xRequestID *string) + func (o *ListAllRepositoriesParams) WithContext(ctx context.Context) *ListAllRepositoriesParams + func (o *ListAllRepositoriesParams) WithDefaults() *ListAllRepositoriesParams + func (o *ListAllRepositoriesParams) WithHTTPClient(client *http.Client) *ListAllRepositoriesParams + func (o *ListAllRepositoriesParams) WithPage(page *int64) *ListAllRepositoriesParams + func (o *ListAllRepositoriesParams) WithPageSize(pageSize *int64) *ListAllRepositoriesParams + func (o *ListAllRepositoriesParams) WithQ(q *string) *ListAllRepositoriesParams + func (o *ListAllRepositoriesParams) WithSort(sort *string) *ListAllRepositoriesParams + func (o *ListAllRepositoriesParams) WithTimeout(timeout time.Duration) *ListAllRepositoriesParams + func (o *ListAllRepositoriesParams) WithXRequestID(xRequestID *string) *ListAllRepositoriesParams + func (o *ListAllRepositoriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListAllRepositoriesReader struct + func (o *ListAllRepositoriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListRepositoriesBadRequest struct + Payload *models.Errors + XRequestID string + func NewListRepositoriesBadRequest() *ListRepositoriesBadRequest + func (o *ListRepositoriesBadRequest) Error() string + func (o *ListRepositoriesBadRequest) GetPayload() *models.Errors + func (o *ListRepositoriesBadRequest) IsClientError() bool + func (o *ListRepositoriesBadRequest) IsCode(code int) bool + func (o *ListRepositoriesBadRequest) IsRedirect() bool + func (o *ListRepositoriesBadRequest) IsServerError() bool + func (o *ListRepositoriesBadRequest) IsSuccess() bool + func (o *ListRepositoriesBadRequest) String() string + type ListRepositoriesForbidden struct + Payload *models.Errors + XRequestID string + func NewListRepositoriesForbidden() *ListRepositoriesForbidden + func (o *ListRepositoriesForbidden) Error() string + func (o *ListRepositoriesForbidden) GetPayload() *models.Errors + func (o *ListRepositoriesForbidden) IsClientError() bool + func (o *ListRepositoriesForbidden) IsCode(code int) bool + func (o *ListRepositoriesForbidden) IsRedirect() bool + func (o *ListRepositoriesForbidden) IsServerError() bool + func (o *ListRepositoriesForbidden) IsSuccess() bool + func (o *ListRepositoriesForbidden) String() string + type ListRepositoriesInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListRepositoriesInternalServerError() *ListRepositoriesInternalServerError + func (o *ListRepositoriesInternalServerError) Error() string + func (o *ListRepositoriesInternalServerError) GetPayload() *models.Errors + func (o *ListRepositoriesInternalServerError) IsClientError() bool + func (o *ListRepositoriesInternalServerError) IsCode(code int) bool + func (o *ListRepositoriesInternalServerError) IsRedirect() bool + func (o *ListRepositoriesInternalServerError) IsServerError() bool + func (o *ListRepositoriesInternalServerError) IsSuccess() bool + func (o *ListRepositoriesInternalServerError) String() string + type ListRepositoriesNotFound struct + Payload *models.Errors + XRequestID string + func NewListRepositoriesNotFound() *ListRepositoriesNotFound + func (o *ListRepositoriesNotFound) Error() string + func (o *ListRepositoriesNotFound) GetPayload() *models.Errors + func (o *ListRepositoriesNotFound) IsClientError() bool + func (o *ListRepositoriesNotFound) IsCode(code int) bool + func (o *ListRepositoriesNotFound) IsRedirect() bool + func (o *ListRepositoriesNotFound) IsServerError() bool + func (o *ListRepositoriesNotFound) IsSuccess() bool + func (o *ListRepositoriesNotFound) String() string + type ListRepositoriesOK struct + Link string + Payload []*models.Repository + XTotalCount int64 + func NewListRepositoriesOK() *ListRepositoriesOK + func (o *ListRepositoriesOK) Error() string + func (o *ListRepositoriesOK) GetPayload() []*models.Repository + func (o *ListRepositoriesOK) IsClientError() bool + func (o *ListRepositoriesOK) IsCode(code int) bool + func (o *ListRepositoriesOK) IsRedirect() bool + func (o *ListRepositoriesOK) IsServerError() bool + func (o *ListRepositoriesOK) IsSuccess() bool + func (o *ListRepositoriesOK) String() string + type ListRepositoriesParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + ProjectName string + Q *string + Sort *string + XRequestID *string + func NewListRepositoriesParams() *ListRepositoriesParams + func NewListRepositoriesParamsWithContext(ctx context.Context) *ListRepositoriesParams + func NewListRepositoriesParamsWithHTTPClient(client *http.Client) *ListRepositoriesParams + func NewListRepositoriesParamsWithTimeout(timeout time.Duration) *ListRepositoriesParams + func (o *ListRepositoriesParams) SetContext(ctx context.Context) + func (o *ListRepositoriesParams) SetDefaults() + func (o *ListRepositoriesParams) SetHTTPClient(client *http.Client) + func (o *ListRepositoriesParams) SetPage(page *int64) + func (o *ListRepositoriesParams) SetPageSize(pageSize *int64) + func (o *ListRepositoriesParams) SetProjectName(projectName string) + func (o *ListRepositoriesParams) SetQ(q *string) + func (o *ListRepositoriesParams) SetSort(sort *string) + func (o *ListRepositoriesParams) SetTimeout(timeout time.Duration) + func (o *ListRepositoriesParams) SetXRequestID(xRequestID *string) + func (o *ListRepositoriesParams) WithContext(ctx context.Context) *ListRepositoriesParams + func (o *ListRepositoriesParams) WithDefaults() *ListRepositoriesParams + func (o *ListRepositoriesParams) WithHTTPClient(client *http.Client) *ListRepositoriesParams + func (o *ListRepositoriesParams) WithPage(page *int64) *ListRepositoriesParams + func (o *ListRepositoriesParams) WithPageSize(pageSize *int64) *ListRepositoriesParams + func (o *ListRepositoriesParams) WithProjectName(projectName string) *ListRepositoriesParams + func (o *ListRepositoriesParams) WithQ(q *string) *ListRepositoriesParams + func (o *ListRepositoriesParams) WithSort(sort *string) *ListRepositoriesParams + func (o *ListRepositoriesParams) WithTimeout(timeout time.Duration) *ListRepositoriesParams + func (o *ListRepositoriesParams) WithXRequestID(xRequestID *string) *ListRepositoriesParams + func (o *ListRepositoriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListRepositoriesReader struct + func (o *ListRepositoriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListRepositoriesUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListRepositoriesUnauthorized() *ListRepositoriesUnauthorized + func (o *ListRepositoriesUnauthorized) Error() string + func (o *ListRepositoriesUnauthorized) GetPayload() *models.Errors + func (o *ListRepositoriesUnauthorized) IsClientError() bool + func (o *ListRepositoriesUnauthorized) IsCode(code int) bool + func (o *ListRepositoriesUnauthorized) IsRedirect() bool + func (o *ListRepositoriesUnauthorized) IsServerError() bool + func (o *ListRepositoriesUnauthorized) IsSuccess() bool + func (o *ListRepositoriesUnauthorized) String() string + type UpdateRepositoryBadRequest struct + Payload *models.Errors + XRequestID string + func NewUpdateRepositoryBadRequest() *UpdateRepositoryBadRequest + func (o *UpdateRepositoryBadRequest) Error() string + func (o *UpdateRepositoryBadRequest) GetPayload() *models.Errors + func (o *UpdateRepositoryBadRequest) IsClientError() bool + func (o *UpdateRepositoryBadRequest) IsCode(code int) bool + func (o *UpdateRepositoryBadRequest) IsRedirect() bool + func (o *UpdateRepositoryBadRequest) IsServerError() bool + func (o *UpdateRepositoryBadRequest) IsSuccess() bool + func (o *UpdateRepositoryBadRequest) String() string + type UpdateRepositoryForbidden struct + Payload *models.Errors + XRequestID string + func NewUpdateRepositoryForbidden() *UpdateRepositoryForbidden + func (o *UpdateRepositoryForbidden) Error() string + func (o *UpdateRepositoryForbidden) GetPayload() *models.Errors + func (o *UpdateRepositoryForbidden) IsClientError() bool + func (o *UpdateRepositoryForbidden) IsCode(code int) bool + func (o *UpdateRepositoryForbidden) IsRedirect() bool + func (o *UpdateRepositoryForbidden) IsServerError() bool + func (o *UpdateRepositoryForbidden) IsSuccess() bool + func (o *UpdateRepositoryForbidden) String() string + type UpdateRepositoryInternalServerError struct + Payload *models.Errors + XRequestID string + func NewUpdateRepositoryInternalServerError() *UpdateRepositoryInternalServerError + func (o *UpdateRepositoryInternalServerError) Error() string + func (o *UpdateRepositoryInternalServerError) GetPayload() *models.Errors + func (o *UpdateRepositoryInternalServerError) IsClientError() bool + func (o *UpdateRepositoryInternalServerError) IsCode(code int) bool + func (o *UpdateRepositoryInternalServerError) IsRedirect() bool + func (o *UpdateRepositoryInternalServerError) IsServerError() bool + func (o *UpdateRepositoryInternalServerError) IsSuccess() bool + func (o *UpdateRepositoryInternalServerError) String() string + type UpdateRepositoryNotFound struct + Payload *models.Errors + XRequestID string + func NewUpdateRepositoryNotFound() *UpdateRepositoryNotFound + func (o *UpdateRepositoryNotFound) Error() string + func (o *UpdateRepositoryNotFound) GetPayload() *models.Errors + func (o *UpdateRepositoryNotFound) IsClientError() bool + func (o *UpdateRepositoryNotFound) IsCode(code int) bool + func (o *UpdateRepositoryNotFound) IsRedirect() bool + func (o *UpdateRepositoryNotFound) IsServerError() bool + func (o *UpdateRepositoryNotFound) IsSuccess() bool + func (o *UpdateRepositoryNotFound) String() string + type UpdateRepositoryOK struct + XRequestID string + func NewUpdateRepositoryOK() *UpdateRepositoryOK + func (o *UpdateRepositoryOK) Error() string + func (o *UpdateRepositoryOK) IsClientError() bool + func (o *UpdateRepositoryOK) IsCode(code int) bool + func (o *UpdateRepositoryOK) IsRedirect() bool + func (o *UpdateRepositoryOK) IsServerError() bool + func (o *UpdateRepositoryOK) IsSuccess() bool + func (o *UpdateRepositoryOK) String() string + type UpdateRepositoryParams struct + Context context.Context + HTTPClient *http.Client + ProjectName string + Repository *models.Repository + RepositoryName string + XRequestID *string + func NewUpdateRepositoryParams() *UpdateRepositoryParams + func NewUpdateRepositoryParamsWithContext(ctx context.Context) *UpdateRepositoryParams + func NewUpdateRepositoryParamsWithHTTPClient(client *http.Client) *UpdateRepositoryParams + func NewUpdateRepositoryParamsWithTimeout(timeout time.Duration) *UpdateRepositoryParams + func (o *UpdateRepositoryParams) SetContext(ctx context.Context) + func (o *UpdateRepositoryParams) SetDefaults() + func (o *UpdateRepositoryParams) SetHTTPClient(client *http.Client) + func (o *UpdateRepositoryParams) SetProjectName(projectName string) + func (o *UpdateRepositoryParams) SetRepository(repository *models.Repository) + func (o *UpdateRepositoryParams) SetRepositoryName(repositoryName string) + func (o *UpdateRepositoryParams) SetTimeout(timeout time.Duration) + func (o *UpdateRepositoryParams) SetXRequestID(xRequestID *string) + func (o *UpdateRepositoryParams) WithContext(ctx context.Context) *UpdateRepositoryParams + func (o *UpdateRepositoryParams) WithDefaults() *UpdateRepositoryParams + func (o *UpdateRepositoryParams) WithHTTPClient(client *http.Client) *UpdateRepositoryParams + func (o *UpdateRepositoryParams) WithProjectName(projectName string) *UpdateRepositoryParams + func (o *UpdateRepositoryParams) WithRepository(repository *models.Repository) *UpdateRepositoryParams + func (o *UpdateRepositoryParams) WithRepositoryName(repositoryName string) *UpdateRepositoryParams + func (o *UpdateRepositoryParams) WithTimeout(timeout time.Duration) *UpdateRepositoryParams + func (o *UpdateRepositoryParams) WithXRequestID(xRequestID *string) *UpdateRepositoryParams + func (o *UpdateRepositoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateRepositoryReader struct + func (o *UpdateRepositoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateRepositoryUnauthorized struct + Payload *models.Errors + XRequestID string + func NewUpdateRepositoryUnauthorized() *UpdateRepositoryUnauthorized + func (o *UpdateRepositoryUnauthorized) Error() string + func (o *UpdateRepositoryUnauthorized) GetPayload() *models.Errors + func (o *UpdateRepositoryUnauthorized) IsClientError() bool + func (o *UpdateRepositoryUnauthorized) IsCode(code int) bool + func (o *UpdateRepositoryUnauthorized) IsRedirect() bool + func (o *UpdateRepositoryUnauthorized) IsServerError() bool + func (o *UpdateRepositoryUnauthorized) IsSuccess() bool + func (o *UpdateRepositoryUnauthorized) String() string