repo_manager

package
v0.0.0-...-162f8c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for repo manager API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new repo manager API client.

func (*Client) CreateRepo

func (a *Client) CreateRepo(params *CreateRepoParams) (*CreateRepoOK, error)

CreateRepo creates repo

func (*Client) CreateRepoLabel

func (a *Client) CreateRepoLabel(params *CreateRepoLabelParams) (*CreateRepoLabelOK, error)

CreateRepoLabel creates repo label

func (*Client) CreateRepoSelector

func (a *Client) CreateRepoSelector(params *CreateRepoSelectorParams) (*CreateRepoSelectorOK, error)

CreateRepoSelector creates repo selector

func (*Client) DeleteRepo

func (a *Client) DeleteRepo(params *DeleteRepoParams) (*DeleteRepoOK, error)

DeleteRepo deletes repo

func (*Client) DeleteRepoLabel

func (a *Client) DeleteRepoLabel(params *DeleteRepoLabelParams) (*DeleteRepoLabelOK, error)

DeleteRepoLabel deletes repo label

func (*Client) DeleteRepoSelector

func (a *Client) DeleteRepoSelector(params *DeleteRepoSelectorParams) (*DeleteRepoSelectorOK, error)

DeleteRepoSelector deletes repo selectors

func (*Client) DescribeRepoLabels

func (a *Client) DescribeRepoLabels(params *DescribeRepoLabelsParams) (*DescribeRepoLabelsOK, error)

DescribeRepoLabels describes repo labels with filter

func (*Client) DescribeRepoSelectors

func (a *Client) DescribeRepoSelectors(params *DescribeRepoSelectorsParams) (*DescribeRepoSelectorsOK, error)

DescribeRepoSelectors describes repo selectors with filter

func (*Client) DescribeRepos

func (a *Client) DescribeRepos(params *DescribeReposParams) (*DescribeReposOK, error)

DescribeRepos describes repos with filter

func (*Client) ModifyRepo

func (a *Client) ModifyRepo(params *ModifyRepoParams) (*ModifyRepoOK, error)

ModifyRepo modifies repo

func (*Client) ModifyRepoLabel

func (a *Client) ModifyRepoLabel(params *ModifyRepoLabelParams) (*ModifyRepoLabelOK, error)

ModifyRepoLabel modifies repo label

func (*Client) ModifyRepoSelector

func (a *Client) ModifyRepoSelector(params *ModifyRepoSelectorParams) (*ModifyRepoSelectorOK, error)

ModifyRepoSelector modifies repo selectors

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type CreateRepoLabelOK

type CreateRepoLabelOK struct {
	Payload *models.OpenpitrixCreateRepoLabelResponse
}

CreateRepoLabelOK handles this case with default header values.

CreateRepoLabelOK create repo label o k

func NewCreateRepoLabelOK

func NewCreateRepoLabelOK() *CreateRepoLabelOK

NewCreateRepoLabelOK creates a CreateRepoLabelOK with default headers values

func (*CreateRepoLabelOK) Error

func (o *CreateRepoLabelOK) Error() string

type CreateRepoLabelParams

type CreateRepoLabelParams struct {

	/*Body*/
	Body *models.OpenpitrixCreateRepoLabelRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateRepoLabelParams contains all the parameters to send to the API endpoint for the create repo label operation typically these are written to a http.Request

func NewCreateRepoLabelParams

func NewCreateRepoLabelParams() *CreateRepoLabelParams

NewCreateRepoLabelParams creates a new CreateRepoLabelParams object with the default values initialized.

func NewCreateRepoLabelParamsWithContext

func NewCreateRepoLabelParamsWithContext(ctx context.Context) *CreateRepoLabelParams

NewCreateRepoLabelParamsWithContext creates a new CreateRepoLabelParams object with the default values initialized, and the ability to set a context for a request

func NewCreateRepoLabelParamsWithHTTPClient

func NewCreateRepoLabelParamsWithHTTPClient(client *http.Client) *CreateRepoLabelParams

NewCreateRepoLabelParamsWithHTTPClient creates a new CreateRepoLabelParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateRepoLabelParamsWithTimeout

func NewCreateRepoLabelParamsWithTimeout(timeout time.Duration) *CreateRepoLabelParams

NewCreateRepoLabelParamsWithTimeout creates a new CreateRepoLabelParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateRepoLabelParams) SetBody

SetBody adds the body to the create repo label params

func (*CreateRepoLabelParams) SetContext

func (o *CreateRepoLabelParams) SetContext(ctx context.Context)

SetContext adds the context to the create repo label params

func (*CreateRepoLabelParams) SetHTTPClient

func (o *CreateRepoLabelParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create repo label params

func (*CreateRepoLabelParams) SetTimeout

func (o *CreateRepoLabelParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create repo label params

func (*CreateRepoLabelParams) WithBody

WithBody adds the body to the create repo label params

func (*CreateRepoLabelParams) WithContext

WithContext adds the context to the create repo label params

func (*CreateRepoLabelParams) WithHTTPClient

func (o *CreateRepoLabelParams) WithHTTPClient(client *http.Client) *CreateRepoLabelParams

WithHTTPClient adds the HTTPClient to the create repo label params

func (*CreateRepoLabelParams) WithTimeout

func (o *CreateRepoLabelParams) WithTimeout(timeout time.Duration) *CreateRepoLabelParams

WithTimeout adds the timeout to the create repo label params

func (*CreateRepoLabelParams) WriteToRequest

func (o *CreateRepoLabelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateRepoLabelReader

type CreateRepoLabelReader struct {
	// contains filtered or unexported fields
}

CreateRepoLabelReader is a Reader for the CreateRepoLabel structure.

func (*CreateRepoLabelReader) ReadResponse

func (o *CreateRepoLabelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateRepoOK

type CreateRepoOK struct {
	Payload *models.OpenpitrixCreateRepoResponse
}

CreateRepoOK handles this case with default header values.

CreateRepoOK create repo o k

func NewCreateRepoOK

func NewCreateRepoOK() *CreateRepoOK

NewCreateRepoOK creates a CreateRepoOK with default headers values

func (*CreateRepoOK) Error

func (o *CreateRepoOK) Error() string

type CreateRepoParams

type CreateRepoParams struct {

	/*Body*/
	Body *models.OpenpitrixCreateRepoRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateRepoParams contains all the parameters to send to the API endpoint for the create repo operation typically these are written to a http.Request

func NewCreateRepoParams

func NewCreateRepoParams() *CreateRepoParams

NewCreateRepoParams creates a new CreateRepoParams object with the default values initialized.

func NewCreateRepoParamsWithContext

func NewCreateRepoParamsWithContext(ctx context.Context) *CreateRepoParams

NewCreateRepoParamsWithContext creates a new CreateRepoParams object with the default values initialized, and the ability to set a context for a request

func NewCreateRepoParamsWithHTTPClient

func NewCreateRepoParamsWithHTTPClient(client *http.Client) *CreateRepoParams

NewCreateRepoParamsWithHTTPClient creates a new CreateRepoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateRepoParamsWithTimeout

func NewCreateRepoParamsWithTimeout(timeout time.Duration) *CreateRepoParams

NewCreateRepoParamsWithTimeout creates a new CreateRepoParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateRepoParams) SetBody

SetBody adds the body to the create repo params

func (*CreateRepoParams) SetContext

func (o *CreateRepoParams) SetContext(ctx context.Context)

SetContext adds the context to the create repo params

func (*CreateRepoParams) SetHTTPClient

func (o *CreateRepoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create repo params

func (*CreateRepoParams) SetTimeout

func (o *CreateRepoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create repo params

func (*CreateRepoParams) WithBody

WithBody adds the body to the create repo params

func (*CreateRepoParams) WithContext

func (o *CreateRepoParams) WithContext(ctx context.Context) *CreateRepoParams

WithContext adds the context to the create repo params

func (*CreateRepoParams) WithHTTPClient

func (o *CreateRepoParams) WithHTTPClient(client *http.Client) *CreateRepoParams

WithHTTPClient adds the HTTPClient to the create repo params

func (*CreateRepoParams) WithTimeout

func (o *CreateRepoParams) WithTimeout(timeout time.Duration) *CreateRepoParams

WithTimeout adds the timeout to the create repo params

func (*CreateRepoParams) WriteToRequest

func (o *CreateRepoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateRepoReader

type CreateRepoReader struct {
	// contains filtered or unexported fields
}

CreateRepoReader is a Reader for the CreateRepo structure.

func (*CreateRepoReader) ReadResponse

func (o *CreateRepoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateRepoSelectorOK

type CreateRepoSelectorOK struct {
	Payload *models.OpenpitrixCreateRepoSelectorResponse
}

CreateRepoSelectorOK handles this case with default header values.

CreateRepoSelectorOK create repo selector o k

func NewCreateRepoSelectorOK

func NewCreateRepoSelectorOK() *CreateRepoSelectorOK

NewCreateRepoSelectorOK creates a CreateRepoSelectorOK with default headers values

func (*CreateRepoSelectorOK) Error

func (o *CreateRepoSelectorOK) Error() string

type CreateRepoSelectorParams

type CreateRepoSelectorParams struct {

	/*Body*/
	Body *models.OpenpitrixCreateRepoSelectorRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateRepoSelectorParams contains all the parameters to send to the API endpoint for the create repo selector operation typically these are written to a http.Request

func NewCreateRepoSelectorParams

func NewCreateRepoSelectorParams() *CreateRepoSelectorParams

NewCreateRepoSelectorParams creates a new CreateRepoSelectorParams object with the default values initialized.

func NewCreateRepoSelectorParamsWithContext

func NewCreateRepoSelectorParamsWithContext(ctx context.Context) *CreateRepoSelectorParams

NewCreateRepoSelectorParamsWithContext creates a new CreateRepoSelectorParams object with the default values initialized, and the ability to set a context for a request

func NewCreateRepoSelectorParamsWithHTTPClient

func NewCreateRepoSelectorParamsWithHTTPClient(client *http.Client) *CreateRepoSelectorParams

NewCreateRepoSelectorParamsWithHTTPClient creates a new CreateRepoSelectorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateRepoSelectorParamsWithTimeout

func NewCreateRepoSelectorParamsWithTimeout(timeout time.Duration) *CreateRepoSelectorParams

NewCreateRepoSelectorParamsWithTimeout creates a new CreateRepoSelectorParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateRepoSelectorParams) SetBody

SetBody adds the body to the create repo selector params

func (*CreateRepoSelectorParams) SetContext

func (o *CreateRepoSelectorParams) SetContext(ctx context.Context)

SetContext adds the context to the create repo selector params

func (*CreateRepoSelectorParams) SetHTTPClient

func (o *CreateRepoSelectorParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create repo selector params

func (*CreateRepoSelectorParams) SetTimeout

func (o *CreateRepoSelectorParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create repo selector params

func (*CreateRepoSelectorParams) WithBody

WithBody adds the body to the create repo selector params

func (*CreateRepoSelectorParams) WithContext

WithContext adds the context to the create repo selector params

func (*CreateRepoSelectorParams) WithHTTPClient

func (o *CreateRepoSelectorParams) WithHTTPClient(client *http.Client) *CreateRepoSelectorParams

WithHTTPClient adds the HTTPClient to the create repo selector params

func (*CreateRepoSelectorParams) WithTimeout

WithTimeout adds the timeout to the create repo selector params

func (*CreateRepoSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRepoSelectorReader

type CreateRepoSelectorReader struct {
	// contains filtered or unexported fields
}

CreateRepoSelectorReader is a Reader for the CreateRepoSelector structure.

func (*CreateRepoSelectorReader) ReadResponse

func (o *CreateRepoSelectorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRepoLabelOK

type DeleteRepoLabelOK struct {
	Payload *models.OpenpitrixDeleteRepoLabelResponse
}

DeleteRepoLabelOK handles this case with default header values.

DeleteRepoLabelOK delete repo label o k

func NewDeleteRepoLabelOK

func NewDeleteRepoLabelOK() *DeleteRepoLabelOK

NewDeleteRepoLabelOK creates a DeleteRepoLabelOK with default headers values

func (*DeleteRepoLabelOK) Error

func (o *DeleteRepoLabelOK) Error() string

type DeleteRepoLabelParams

type DeleteRepoLabelParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteRepoLabelRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRepoLabelParams contains all the parameters to send to the API endpoint for the delete repo label operation typically these are written to a http.Request

func NewDeleteRepoLabelParams

func NewDeleteRepoLabelParams() *DeleteRepoLabelParams

NewDeleteRepoLabelParams creates a new DeleteRepoLabelParams object with the default values initialized.

func NewDeleteRepoLabelParamsWithContext

func NewDeleteRepoLabelParamsWithContext(ctx context.Context) *DeleteRepoLabelParams

NewDeleteRepoLabelParamsWithContext creates a new DeleteRepoLabelParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteRepoLabelParamsWithHTTPClient

func NewDeleteRepoLabelParamsWithHTTPClient(client *http.Client) *DeleteRepoLabelParams

NewDeleteRepoLabelParamsWithHTTPClient creates a new DeleteRepoLabelParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteRepoLabelParamsWithTimeout

func NewDeleteRepoLabelParamsWithTimeout(timeout time.Duration) *DeleteRepoLabelParams

NewDeleteRepoLabelParamsWithTimeout creates a new DeleteRepoLabelParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteRepoLabelParams) SetBody

SetBody adds the body to the delete repo label params

func (*DeleteRepoLabelParams) SetContext

func (o *DeleteRepoLabelParams) SetContext(ctx context.Context)

SetContext adds the context to the delete repo label params

func (*DeleteRepoLabelParams) SetHTTPClient

func (o *DeleteRepoLabelParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete repo label params

func (*DeleteRepoLabelParams) SetTimeout

func (o *DeleteRepoLabelParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete repo label params

func (*DeleteRepoLabelParams) WithBody

WithBody adds the body to the delete repo label params

func (*DeleteRepoLabelParams) WithContext

WithContext adds the context to the delete repo label params

func (*DeleteRepoLabelParams) WithHTTPClient

func (o *DeleteRepoLabelParams) WithHTTPClient(client *http.Client) *DeleteRepoLabelParams

WithHTTPClient adds the HTTPClient to the delete repo label params

func (*DeleteRepoLabelParams) WithTimeout

func (o *DeleteRepoLabelParams) WithTimeout(timeout time.Duration) *DeleteRepoLabelParams

WithTimeout adds the timeout to the delete repo label params

func (*DeleteRepoLabelParams) WriteToRequest

func (o *DeleteRepoLabelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteRepoLabelReader

type DeleteRepoLabelReader struct {
	// contains filtered or unexported fields
}

DeleteRepoLabelReader is a Reader for the DeleteRepoLabel structure.

func (*DeleteRepoLabelReader) ReadResponse

func (o *DeleteRepoLabelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRepoOK

type DeleteRepoOK struct {
	Payload *models.OpenpitrixDeleteRepoResponse
}

DeleteRepoOK handles this case with default header values.

DeleteRepoOK delete repo o k

func NewDeleteRepoOK

func NewDeleteRepoOK() *DeleteRepoOK

NewDeleteRepoOK creates a DeleteRepoOK with default headers values

func (*DeleteRepoOK) Error

func (o *DeleteRepoOK) Error() string

type DeleteRepoParams

type DeleteRepoParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteRepoRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRepoParams contains all the parameters to send to the API endpoint for the delete repo operation typically these are written to a http.Request

func NewDeleteRepoParams

func NewDeleteRepoParams() *DeleteRepoParams

NewDeleteRepoParams creates a new DeleteRepoParams object with the default values initialized.

func NewDeleteRepoParamsWithContext

func NewDeleteRepoParamsWithContext(ctx context.Context) *DeleteRepoParams

NewDeleteRepoParamsWithContext creates a new DeleteRepoParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteRepoParamsWithHTTPClient

func NewDeleteRepoParamsWithHTTPClient(client *http.Client) *DeleteRepoParams

NewDeleteRepoParamsWithHTTPClient creates a new DeleteRepoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteRepoParamsWithTimeout

func NewDeleteRepoParamsWithTimeout(timeout time.Duration) *DeleteRepoParams

NewDeleteRepoParamsWithTimeout creates a new DeleteRepoParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteRepoParams) SetBody

SetBody adds the body to the delete repo params

func (*DeleteRepoParams) SetContext

func (o *DeleteRepoParams) SetContext(ctx context.Context)

SetContext adds the context to the delete repo params

func (*DeleteRepoParams) SetHTTPClient

func (o *DeleteRepoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete repo params

func (*DeleteRepoParams) SetTimeout

func (o *DeleteRepoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete repo params

func (*DeleteRepoParams) WithBody

WithBody adds the body to the delete repo params

func (*DeleteRepoParams) WithContext

func (o *DeleteRepoParams) WithContext(ctx context.Context) *DeleteRepoParams

WithContext adds the context to the delete repo params

func (*DeleteRepoParams) WithHTTPClient

func (o *DeleteRepoParams) WithHTTPClient(client *http.Client) *DeleteRepoParams

WithHTTPClient adds the HTTPClient to the delete repo params

func (*DeleteRepoParams) WithTimeout

func (o *DeleteRepoParams) WithTimeout(timeout time.Duration) *DeleteRepoParams

WithTimeout adds the timeout to the delete repo params

func (*DeleteRepoParams) WriteToRequest

func (o *DeleteRepoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteRepoReader

type DeleteRepoReader struct {
	// contains filtered or unexported fields
}

DeleteRepoReader is a Reader for the DeleteRepo structure.

func (*DeleteRepoReader) ReadResponse

func (o *DeleteRepoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRepoSelectorOK

type DeleteRepoSelectorOK struct {
	Payload *models.OpenpitrixDeleteRepoSelectorResponse
}

DeleteRepoSelectorOK handles this case with default header values.

DeleteRepoSelectorOK delete repo selector o k

func NewDeleteRepoSelectorOK

func NewDeleteRepoSelectorOK() *DeleteRepoSelectorOK

NewDeleteRepoSelectorOK creates a DeleteRepoSelectorOK with default headers values

func (*DeleteRepoSelectorOK) Error

func (o *DeleteRepoSelectorOK) Error() string

type DeleteRepoSelectorParams

type DeleteRepoSelectorParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteRepoSelectorRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRepoSelectorParams contains all the parameters to send to the API endpoint for the delete repo selector operation typically these are written to a http.Request

func NewDeleteRepoSelectorParams

func NewDeleteRepoSelectorParams() *DeleteRepoSelectorParams

NewDeleteRepoSelectorParams creates a new DeleteRepoSelectorParams object with the default values initialized.

func NewDeleteRepoSelectorParamsWithContext

func NewDeleteRepoSelectorParamsWithContext(ctx context.Context) *DeleteRepoSelectorParams

NewDeleteRepoSelectorParamsWithContext creates a new DeleteRepoSelectorParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteRepoSelectorParamsWithHTTPClient

func NewDeleteRepoSelectorParamsWithHTTPClient(client *http.Client) *DeleteRepoSelectorParams

NewDeleteRepoSelectorParamsWithHTTPClient creates a new DeleteRepoSelectorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteRepoSelectorParamsWithTimeout

func NewDeleteRepoSelectorParamsWithTimeout(timeout time.Duration) *DeleteRepoSelectorParams

NewDeleteRepoSelectorParamsWithTimeout creates a new DeleteRepoSelectorParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteRepoSelectorParams) SetBody

SetBody adds the body to the delete repo selector params

func (*DeleteRepoSelectorParams) SetContext

func (o *DeleteRepoSelectorParams) SetContext(ctx context.Context)

SetContext adds the context to the delete repo selector params

func (*DeleteRepoSelectorParams) SetHTTPClient

func (o *DeleteRepoSelectorParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete repo selector params

func (*DeleteRepoSelectorParams) SetTimeout

func (o *DeleteRepoSelectorParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete repo selector params

func (*DeleteRepoSelectorParams) WithBody

WithBody adds the body to the delete repo selector params

func (*DeleteRepoSelectorParams) WithContext

WithContext adds the context to the delete repo selector params

func (*DeleteRepoSelectorParams) WithHTTPClient

func (o *DeleteRepoSelectorParams) WithHTTPClient(client *http.Client) *DeleteRepoSelectorParams

WithHTTPClient adds the HTTPClient to the delete repo selector params

func (*DeleteRepoSelectorParams) WithTimeout

WithTimeout adds the timeout to the delete repo selector params

func (*DeleteRepoSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRepoSelectorReader

type DeleteRepoSelectorReader struct {
	// contains filtered or unexported fields
}

DeleteRepoSelectorReader is a Reader for the DeleteRepoSelector structure.

func (*DeleteRepoSelectorReader) ReadResponse

func (o *DeleteRepoSelectorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeRepoLabelsOK

type DescribeRepoLabelsOK struct {
	Payload *models.OpenpitrixDescribeRepoLabelsResponse
}

DescribeRepoLabelsOK handles this case with default header values.

DescribeRepoLabelsOK describe repo labels o k

func NewDescribeRepoLabelsOK

func NewDescribeRepoLabelsOK() *DescribeRepoLabelsOK

NewDescribeRepoLabelsOK creates a DescribeRepoLabelsOK with default headers values

func (*DescribeRepoLabelsOK) Error

func (o *DescribeRepoLabelsOK) Error() string

type DescribeRepoLabelsParams

type DescribeRepoLabelsParams struct {

	/*Limit*/
	Limit *int64
	/*Offset*/
	Offset *int64
	/*RepoID*/
	RepoID []string
	/*RepoLabelID*/
	RepoLabelID []string
	/*Status*/
	Status []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeRepoLabelsParams contains all the parameters to send to the API endpoint for the describe repo labels operation typically these are written to a http.Request

func NewDescribeRepoLabelsParams

func NewDescribeRepoLabelsParams() *DescribeRepoLabelsParams

NewDescribeRepoLabelsParams creates a new DescribeRepoLabelsParams object with the default values initialized.

func NewDescribeRepoLabelsParamsWithContext

func NewDescribeRepoLabelsParamsWithContext(ctx context.Context) *DescribeRepoLabelsParams

NewDescribeRepoLabelsParamsWithContext creates a new DescribeRepoLabelsParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeRepoLabelsParamsWithHTTPClient

func NewDescribeRepoLabelsParamsWithHTTPClient(client *http.Client) *DescribeRepoLabelsParams

NewDescribeRepoLabelsParamsWithHTTPClient creates a new DescribeRepoLabelsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeRepoLabelsParamsWithTimeout

func NewDescribeRepoLabelsParamsWithTimeout(timeout time.Duration) *DescribeRepoLabelsParams

NewDescribeRepoLabelsParamsWithTimeout creates a new DescribeRepoLabelsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeRepoLabelsParams) SetContext

func (o *DescribeRepoLabelsParams) SetContext(ctx context.Context)

SetContext adds the context to the describe repo labels params

func (*DescribeRepoLabelsParams) SetHTTPClient

func (o *DescribeRepoLabelsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe repo labels params

func (*DescribeRepoLabelsParams) SetLimit

func (o *DescribeRepoLabelsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe repo labels params

func (*DescribeRepoLabelsParams) SetOffset

func (o *DescribeRepoLabelsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe repo labels params

func (*DescribeRepoLabelsParams) SetRepoID

func (o *DescribeRepoLabelsParams) SetRepoID(repoID []string)

SetRepoID adds the repoId to the describe repo labels params

func (*DescribeRepoLabelsParams) SetRepoLabelID

func (o *DescribeRepoLabelsParams) SetRepoLabelID(repoLabelID []string)

SetRepoLabelID adds the repoLabelId to the describe repo labels params

func (*DescribeRepoLabelsParams) SetStatus

func (o *DescribeRepoLabelsParams) SetStatus(status []string)

SetStatus adds the status to the describe repo labels params

func (*DescribeRepoLabelsParams) SetTimeout

func (o *DescribeRepoLabelsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe repo labels params

func (*DescribeRepoLabelsParams) WithContext

WithContext adds the context to the describe repo labels params

func (*DescribeRepoLabelsParams) WithHTTPClient

func (o *DescribeRepoLabelsParams) WithHTTPClient(client *http.Client) *DescribeRepoLabelsParams

WithHTTPClient adds the HTTPClient to the describe repo labels params

func (*DescribeRepoLabelsParams) WithLimit

WithLimit adds the limit to the describe repo labels params

func (*DescribeRepoLabelsParams) WithOffset

WithOffset adds the offset to the describe repo labels params

func (*DescribeRepoLabelsParams) WithRepoID

func (o *DescribeRepoLabelsParams) WithRepoID(repoID []string) *DescribeRepoLabelsParams

WithRepoID adds the repoID to the describe repo labels params

func (*DescribeRepoLabelsParams) WithRepoLabelID

func (o *DescribeRepoLabelsParams) WithRepoLabelID(repoLabelID []string) *DescribeRepoLabelsParams

WithRepoLabelID adds the repoLabelID to the describe repo labels params

func (*DescribeRepoLabelsParams) WithStatus

func (o *DescribeRepoLabelsParams) WithStatus(status []string) *DescribeRepoLabelsParams

WithStatus adds the status to the describe repo labels params

func (*DescribeRepoLabelsParams) WithTimeout

WithTimeout adds the timeout to the describe repo labels params

func (*DescribeRepoLabelsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeRepoLabelsReader

type DescribeRepoLabelsReader struct {
	// contains filtered or unexported fields
}

DescribeRepoLabelsReader is a Reader for the DescribeRepoLabels structure.

func (*DescribeRepoLabelsReader) ReadResponse

func (o *DescribeRepoLabelsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeRepoSelectorsOK

type DescribeRepoSelectorsOK struct {
	Payload *models.OpenpitrixDescribeRepoSelectorsResponse
}

DescribeRepoSelectorsOK handles this case with default header values.

DescribeRepoSelectorsOK describe repo selectors o k

func NewDescribeRepoSelectorsOK

func NewDescribeRepoSelectorsOK() *DescribeRepoSelectorsOK

NewDescribeRepoSelectorsOK creates a DescribeRepoSelectorsOK with default headers values

func (*DescribeRepoSelectorsOK) Error

func (o *DescribeRepoSelectorsOK) Error() string

type DescribeRepoSelectorsParams

type DescribeRepoSelectorsParams struct {

	/*Limit*/
	Limit *int64
	/*Offset*/
	Offset *int64
	/*RepoID*/
	RepoID []string
	/*RepoSelectorID*/
	RepoSelectorID []string
	/*Status*/
	Status []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeRepoSelectorsParams contains all the parameters to send to the API endpoint for the describe repo selectors operation typically these are written to a http.Request

func NewDescribeRepoSelectorsParams

func NewDescribeRepoSelectorsParams() *DescribeRepoSelectorsParams

NewDescribeRepoSelectorsParams creates a new DescribeRepoSelectorsParams object with the default values initialized.

func NewDescribeRepoSelectorsParamsWithContext

func NewDescribeRepoSelectorsParamsWithContext(ctx context.Context) *DescribeRepoSelectorsParams

NewDescribeRepoSelectorsParamsWithContext creates a new DescribeRepoSelectorsParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeRepoSelectorsParamsWithHTTPClient

func NewDescribeRepoSelectorsParamsWithHTTPClient(client *http.Client) *DescribeRepoSelectorsParams

NewDescribeRepoSelectorsParamsWithHTTPClient creates a new DescribeRepoSelectorsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeRepoSelectorsParamsWithTimeout

func NewDescribeRepoSelectorsParamsWithTimeout(timeout time.Duration) *DescribeRepoSelectorsParams

NewDescribeRepoSelectorsParamsWithTimeout creates a new DescribeRepoSelectorsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeRepoSelectorsParams) SetContext

func (o *DescribeRepoSelectorsParams) SetContext(ctx context.Context)

SetContext adds the context to the describe repo selectors params

func (*DescribeRepoSelectorsParams) SetHTTPClient

func (o *DescribeRepoSelectorsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe repo selectors params

func (*DescribeRepoSelectorsParams) SetLimit

func (o *DescribeRepoSelectorsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe repo selectors params

func (*DescribeRepoSelectorsParams) SetOffset

func (o *DescribeRepoSelectorsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe repo selectors params

func (*DescribeRepoSelectorsParams) SetRepoID

func (o *DescribeRepoSelectorsParams) SetRepoID(repoID []string)

SetRepoID adds the repoId to the describe repo selectors params

func (*DescribeRepoSelectorsParams) SetRepoSelectorID

func (o *DescribeRepoSelectorsParams) SetRepoSelectorID(repoSelectorID []string)

SetRepoSelectorID adds the repoSelectorId to the describe repo selectors params

func (*DescribeRepoSelectorsParams) SetStatus

func (o *DescribeRepoSelectorsParams) SetStatus(status []string)

SetStatus adds the status to the describe repo selectors params

func (*DescribeRepoSelectorsParams) SetTimeout

func (o *DescribeRepoSelectorsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe repo selectors params

func (*DescribeRepoSelectorsParams) WithContext

WithContext adds the context to the describe repo selectors params

func (*DescribeRepoSelectorsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe repo selectors params

func (*DescribeRepoSelectorsParams) WithLimit

WithLimit adds the limit to the describe repo selectors params

func (*DescribeRepoSelectorsParams) WithOffset

WithOffset adds the offset to the describe repo selectors params

func (*DescribeRepoSelectorsParams) WithRepoID

WithRepoID adds the repoID to the describe repo selectors params

func (*DescribeRepoSelectorsParams) WithRepoSelectorID

func (o *DescribeRepoSelectorsParams) WithRepoSelectorID(repoSelectorID []string) *DescribeRepoSelectorsParams

WithRepoSelectorID adds the repoSelectorID to the describe repo selectors params

func (*DescribeRepoSelectorsParams) WithStatus

WithStatus adds the status to the describe repo selectors params

func (*DescribeRepoSelectorsParams) WithTimeout

WithTimeout adds the timeout to the describe repo selectors params

func (*DescribeRepoSelectorsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeRepoSelectorsReader

type DescribeRepoSelectorsReader struct {
	// contains filtered or unexported fields
}

DescribeRepoSelectorsReader is a Reader for the DescribeRepoSelectors structure.

func (*DescribeRepoSelectorsReader) ReadResponse

func (o *DescribeRepoSelectorsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeReposOK

type DescribeReposOK struct {
	Payload *models.OpenpitrixDescribeReposResponse
}

DescribeReposOK handles this case with default header values.

DescribeReposOK describe repos o k

func NewDescribeReposOK

func NewDescribeReposOK() *DescribeReposOK

NewDescribeReposOK creates a DescribeReposOK with default headers values

func (*DescribeReposOK) Error

func (o *DescribeReposOK) Error() string

type DescribeReposParams

type DescribeReposParams struct {

	/*Label*/
	Label *string
	/*Limit*/
	Limit *int64
	/*Name*/
	Name []string
	/*Offset*/
	Offset *int64
	/*RepoID*/
	RepoID []string
	/*Selector*/
	Selector *string
	/*Status*/
	Status []string
	/*Type*/
	Type []string
	/*Visibility*/
	Visibility []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeReposParams contains all the parameters to send to the API endpoint for the describe repos operation typically these are written to a http.Request

func NewDescribeReposParams

func NewDescribeReposParams() *DescribeReposParams

NewDescribeReposParams creates a new DescribeReposParams object with the default values initialized.

func NewDescribeReposParamsWithContext

func NewDescribeReposParamsWithContext(ctx context.Context) *DescribeReposParams

NewDescribeReposParamsWithContext creates a new DescribeReposParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeReposParamsWithHTTPClient

func NewDescribeReposParamsWithHTTPClient(client *http.Client) *DescribeReposParams

NewDescribeReposParamsWithHTTPClient creates a new DescribeReposParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeReposParamsWithTimeout

func NewDescribeReposParamsWithTimeout(timeout time.Duration) *DescribeReposParams

NewDescribeReposParamsWithTimeout creates a new DescribeReposParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeReposParams) SetContext

func (o *DescribeReposParams) SetContext(ctx context.Context)

SetContext adds the context to the describe repos params

func (*DescribeReposParams) SetHTTPClient

func (o *DescribeReposParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe repos params

func (*DescribeReposParams) SetLabel

func (o *DescribeReposParams) SetLabel(label *string)

SetLabel adds the label to the describe repos params

func (*DescribeReposParams) SetLimit

func (o *DescribeReposParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe repos params

func (*DescribeReposParams) SetName

func (o *DescribeReposParams) SetName(name []string)

SetName adds the name to the describe repos params

func (*DescribeReposParams) SetOffset

func (o *DescribeReposParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe repos params

func (*DescribeReposParams) SetRepoID

func (o *DescribeReposParams) SetRepoID(repoID []string)

SetRepoID adds the repoId to the describe repos params

func (*DescribeReposParams) SetSelector

func (o *DescribeReposParams) SetSelector(selector *string)

SetSelector adds the selector to the describe repos params

func (*DescribeReposParams) SetStatus

func (o *DescribeReposParams) SetStatus(status []string)

SetStatus adds the status to the describe repos params

func (*DescribeReposParams) SetTimeout

func (o *DescribeReposParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe repos params

func (*DescribeReposParams) SetType

func (o *DescribeReposParams) SetType(typeVar []string)

SetType adds the type to the describe repos params

func (*DescribeReposParams) SetVisibility

func (o *DescribeReposParams) SetVisibility(visibility []string)

SetVisibility adds the visibility to the describe repos params

func (*DescribeReposParams) WithContext

WithContext adds the context to the describe repos params

func (*DescribeReposParams) WithHTTPClient

func (o *DescribeReposParams) WithHTTPClient(client *http.Client) *DescribeReposParams

WithHTTPClient adds the HTTPClient to the describe repos params

func (*DescribeReposParams) WithLabel

func (o *DescribeReposParams) WithLabel(label *string) *DescribeReposParams

WithLabel adds the label to the describe repos params

func (*DescribeReposParams) WithLimit

func (o *DescribeReposParams) WithLimit(limit *int64) *DescribeReposParams

WithLimit adds the limit to the describe repos params

func (*DescribeReposParams) WithName

func (o *DescribeReposParams) WithName(name []string) *DescribeReposParams

WithName adds the name to the describe repos params

func (*DescribeReposParams) WithOffset

func (o *DescribeReposParams) WithOffset(offset *int64) *DescribeReposParams

WithOffset adds the offset to the describe repos params

func (*DescribeReposParams) WithRepoID

func (o *DescribeReposParams) WithRepoID(repoID []string) *DescribeReposParams

WithRepoID adds the repoID to the describe repos params

func (*DescribeReposParams) WithSelector

func (o *DescribeReposParams) WithSelector(selector *string) *DescribeReposParams

WithSelector adds the selector to the describe repos params

func (*DescribeReposParams) WithStatus

func (o *DescribeReposParams) WithStatus(status []string) *DescribeReposParams

WithStatus adds the status to the describe repos params

func (*DescribeReposParams) WithTimeout

func (o *DescribeReposParams) WithTimeout(timeout time.Duration) *DescribeReposParams

WithTimeout adds the timeout to the describe repos params

func (*DescribeReposParams) WithType

func (o *DescribeReposParams) WithType(typeVar []string) *DescribeReposParams

WithType adds the typeVar to the describe repos params

func (*DescribeReposParams) WithVisibility

func (o *DescribeReposParams) WithVisibility(visibility []string) *DescribeReposParams

WithVisibility adds the visibility to the describe repos params

func (*DescribeReposParams) WriteToRequest

func (o *DescribeReposParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DescribeReposReader

type DescribeReposReader struct {
	// contains filtered or unexported fields
}

DescribeReposReader is a Reader for the DescribeRepos structure.

func (*DescribeReposReader) ReadResponse

func (o *DescribeReposReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ModifyRepoLabelOK

type ModifyRepoLabelOK struct {
	Payload *models.OpenpitrixModifyRepoLabelResponse
}

ModifyRepoLabelOK handles this case with default header values.

ModifyRepoLabelOK modify repo label o k

func NewModifyRepoLabelOK

func NewModifyRepoLabelOK() *ModifyRepoLabelOK

NewModifyRepoLabelOK creates a ModifyRepoLabelOK with default headers values

func (*ModifyRepoLabelOK) Error

func (o *ModifyRepoLabelOK) Error() string

type ModifyRepoLabelParams

type ModifyRepoLabelParams struct {

	/*Body*/
	Body *models.OpenpitrixModifyRepoLabelRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ModifyRepoLabelParams contains all the parameters to send to the API endpoint for the modify repo label operation typically these are written to a http.Request

func NewModifyRepoLabelParams

func NewModifyRepoLabelParams() *ModifyRepoLabelParams

NewModifyRepoLabelParams creates a new ModifyRepoLabelParams object with the default values initialized.

func NewModifyRepoLabelParamsWithContext

func NewModifyRepoLabelParamsWithContext(ctx context.Context) *ModifyRepoLabelParams

NewModifyRepoLabelParamsWithContext creates a new ModifyRepoLabelParams object with the default values initialized, and the ability to set a context for a request

func NewModifyRepoLabelParamsWithHTTPClient

func NewModifyRepoLabelParamsWithHTTPClient(client *http.Client) *ModifyRepoLabelParams

NewModifyRepoLabelParamsWithHTTPClient creates a new ModifyRepoLabelParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewModifyRepoLabelParamsWithTimeout

func NewModifyRepoLabelParamsWithTimeout(timeout time.Duration) *ModifyRepoLabelParams

NewModifyRepoLabelParamsWithTimeout creates a new ModifyRepoLabelParams object with the default values initialized, and the ability to set a timeout on a request

func (*ModifyRepoLabelParams) SetBody

SetBody adds the body to the modify repo label params

func (*ModifyRepoLabelParams) SetContext

func (o *ModifyRepoLabelParams) SetContext(ctx context.Context)

SetContext adds the context to the modify repo label params

func (*ModifyRepoLabelParams) SetHTTPClient

func (o *ModifyRepoLabelParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the modify repo label params

func (*ModifyRepoLabelParams) SetTimeout

func (o *ModifyRepoLabelParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the modify repo label params

func (*ModifyRepoLabelParams) WithBody

WithBody adds the body to the modify repo label params

func (*ModifyRepoLabelParams) WithContext

WithContext adds the context to the modify repo label params

func (*ModifyRepoLabelParams) WithHTTPClient

func (o *ModifyRepoLabelParams) WithHTTPClient(client *http.Client) *ModifyRepoLabelParams

WithHTTPClient adds the HTTPClient to the modify repo label params

func (*ModifyRepoLabelParams) WithTimeout

func (o *ModifyRepoLabelParams) WithTimeout(timeout time.Duration) *ModifyRepoLabelParams

WithTimeout adds the timeout to the modify repo label params

func (*ModifyRepoLabelParams) WriteToRequest

func (o *ModifyRepoLabelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ModifyRepoLabelReader

type ModifyRepoLabelReader struct {
	// contains filtered or unexported fields
}

ModifyRepoLabelReader is a Reader for the ModifyRepoLabel structure.

func (*ModifyRepoLabelReader) ReadResponse

func (o *ModifyRepoLabelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ModifyRepoOK

type ModifyRepoOK struct {
	Payload *models.OpenpitrixModifyRepoResponse
}

ModifyRepoOK handles this case with default header values.

ModifyRepoOK modify repo o k

func NewModifyRepoOK

func NewModifyRepoOK() *ModifyRepoOK

NewModifyRepoOK creates a ModifyRepoOK with default headers values

func (*ModifyRepoOK) Error

func (o *ModifyRepoOK) Error() string

type ModifyRepoParams

type ModifyRepoParams struct {

	/*Body*/
	Body *models.OpenpitrixModifyRepoRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ModifyRepoParams contains all the parameters to send to the API endpoint for the modify repo operation typically these are written to a http.Request

func NewModifyRepoParams

func NewModifyRepoParams() *ModifyRepoParams

NewModifyRepoParams creates a new ModifyRepoParams object with the default values initialized.

func NewModifyRepoParamsWithContext

func NewModifyRepoParamsWithContext(ctx context.Context) *ModifyRepoParams

NewModifyRepoParamsWithContext creates a new ModifyRepoParams object with the default values initialized, and the ability to set a context for a request

func NewModifyRepoParamsWithHTTPClient

func NewModifyRepoParamsWithHTTPClient(client *http.Client) *ModifyRepoParams

NewModifyRepoParamsWithHTTPClient creates a new ModifyRepoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewModifyRepoParamsWithTimeout

func NewModifyRepoParamsWithTimeout(timeout time.Duration) *ModifyRepoParams

NewModifyRepoParamsWithTimeout creates a new ModifyRepoParams object with the default values initialized, and the ability to set a timeout on a request

func (*ModifyRepoParams) SetBody

SetBody adds the body to the modify repo params

func (*ModifyRepoParams) SetContext

func (o *ModifyRepoParams) SetContext(ctx context.Context)

SetContext adds the context to the modify repo params

func (*ModifyRepoParams) SetHTTPClient

func (o *ModifyRepoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the modify repo params

func (*ModifyRepoParams) SetTimeout

func (o *ModifyRepoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the modify repo params

func (*ModifyRepoParams) WithBody

WithBody adds the body to the modify repo params

func (*ModifyRepoParams) WithContext

func (o *ModifyRepoParams) WithContext(ctx context.Context) *ModifyRepoParams

WithContext adds the context to the modify repo params

func (*ModifyRepoParams) WithHTTPClient

func (o *ModifyRepoParams) WithHTTPClient(client *http.Client) *ModifyRepoParams

WithHTTPClient adds the HTTPClient to the modify repo params

func (*ModifyRepoParams) WithTimeout

func (o *ModifyRepoParams) WithTimeout(timeout time.Duration) *ModifyRepoParams

WithTimeout adds the timeout to the modify repo params

func (*ModifyRepoParams) WriteToRequest

func (o *ModifyRepoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ModifyRepoReader

type ModifyRepoReader struct {
	// contains filtered or unexported fields
}

ModifyRepoReader is a Reader for the ModifyRepo structure.

func (*ModifyRepoReader) ReadResponse

func (o *ModifyRepoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ModifyRepoSelectorOK

type ModifyRepoSelectorOK struct {
	Payload *models.OpenpitrixModifyRepoSelectorResponse
}

ModifyRepoSelectorOK handles this case with default header values.

ModifyRepoSelectorOK modify repo selector o k

func NewModifyRepoSelectorOK

func NewModifyRepoSelectorOK() *ModifyRepoSelectorOK

NewModifyRepoSelectorOK creates a ModifyRepoSelectorOK with default headers values

func (*ModifyRepoSelectorOK) Error

func (o *ModifyRepoSelectorOK) Error() string

type ModifyRepoSelectorParams

type ModifyRepoSelectorParams struct {

	/*Body*/
	Body *models.OpenpitrixModifyRepoSelectorRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ModifyRepoSelectorParams contains all the parameters to send to the API endpoint for the modify repo selector operation typically these are written to a http.Request

func NewModifyRepoSelectorParams

func NewModifyRepoSelectorParams() *ModifyRepoSelectorParams

NewModifyRepoSelectorParams creates a new ModifyRepoSelectorParams object with the default values initialized.

func NewModifyRepoSelectorParamsWithContext

func NewModifyRepoSelectorParamsWithContext(ctx context.Context) *ModifyRepoSelectorParams

NewModifyRepoSelectorParamsWithContext creates a new ModifyRepoSelectorParams object with the default values initialized, and the ability to set a context for a request

func NewModifyRepoSelectorParamsWithHTTPClient

func NewModifyRepoSelectorParamsWithHTTPClient(client *http.Client) *ModifyRepoSelectorParams

NewModifyRepoSelectorParamsWithHTTPClient creates a new ModifyRepoSelectorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewModifyRepoSelectorParamsWithTimeout

func NewModifyRepoSelectorParamsWithTimeout(timeout time.Duration) *ModifyRepoSelectorParams

NewModifyRepoSelectorParamsWithTimeout creates a new ModifyRepoSelectorParams object with the default values initialized, and the ability to set a timeout on a request

func (*ModifyRepoSelectorParams) SetBody

SetBody adds the body to the modify repo selector params

func (*ModifyRepoSelectorParams) SetContext

func (o *ModifyRepoSelectorParams) SetContext(ctx context.Context)

SetContext adds the context to the modify repo selector params

func (*ModifyRepoSelectorParams) SetHTTPClient

func (o *ModifyRepoSelectorParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the modify repo selector params

func (*ModifyRepoSelectorParams) SetTimeout

func (o *ModifyRepoSelectorParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the modify repo selector params

func (*ModifyRepoSelectorParams) WithBody

WithBody adds the body to the modify repo selector params

func (*ModifyRepoSelectorParams) WithContext

WithContext adds the context to the modify repo selector params

func (*ModifyRepoSelectorParams) WithHTTPClient

func (o *ModifyRepoSelectorParams) WithHTTPClient(client *http.Client) *ModifyRepoSelectorParams

WithHTTPClient adds the HTTPClient to the modify repo selector params

func (*ModifyRepoSelectorParams) WithTimeout

WithTimeout adds the timeout to the modify repo selector params

func (*ModifyRepoSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ModifyRepoSelectorReader

type ModifyRepoSelectorReader struct {
	// contains filtered or unexported fields
}

ModifyRepoSelectorReader is a Reader for the ModifyRepoSelector structure.

func (*ModifyRepoSelectorReader) ReadResponse

func (o *ModifyRepoSelectorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL