Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateRepo(params *CreateRepoParams) (*CreateRepoOK, error)
- func (a *Client) CreateRepoLabel(params *CreateRepoLabelParams) (*CreateRepoLabelOK, error)
- func (a *Client) CreateRepoSelector(params *CreateRepoSelectorParams) (*CreateRepoSelectorOK, error)
- func (a *Client) DeleteRepo(params *DeleteRepoParams) (*DeleteRepoOK, error)
- func (a *Client) DeleteRepoLabel(params *DeleteRepoLabelParams) (*DeleteRepoLabelOK, error)
- func (a *Client) DeleteRepoSelector(params *DeleteRepoSelectorParams) (*DeleteRepoSelectorOK, error)
- func (a *Client) DescribeRepoLabels(params *DescribeRepoLabelsParams) (*DescribeRepoLabelsOK, error)
- func (a *Client) DescribeRepoSelectors(params *DescribeRepoSelectorsParams) (*DescribeRepoSelectorsOK, error)
- func (a *Client) DescribeRepos(params *DescribeReposParams) (*DescribeReposOK, error)
- func (a *Client) ModifyRepo(params *ModifyRepoParams) (*ModifyRepoOK, error)
- func (a *Client) ModifyRepoLabel(params *ModifyRepoLabelParams) (*ModifyRepoLabelOK, error)
- func (a *Client) ModifyRepoSelector(params *ModifyRepoSelectorParams) (*ModifyRepoSelectorOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type CreateRepoLabelOK
- type CreateRepoLabelParams
- func NewCreateRepoLabelParams() *CreateRepoLabelParams
- func NewCreateRepoLabelParamsWithContext(ctx context.Context) *CreateRepoLabelParams
- func NewCreateRepoLabelParamsWithHTTPClient(client *http.Client) *CreateRepoLabelParams
- func NewCreateRepoLabelParamsWithTimeout(timeout time.Duration) *CreateRepoLabelParams
- func (o *CreateRepoLabelParams) SetBody(body *models.OpenpitrixCreateRepoLabelRequest)
- func (o *CreateRepoLabelParams) SetContext(ctx context.Context)
- func (o *CreateRepoLabelParams) SetHTTPClient(client *http.Client)
- func (o *CreateRepoLabelParams) SetTimeout(timeout time.Duration)
- func (o *CreateRepoLabelParams) WithBody(body *models.OpenpitrixCreateRepoLabelRequest) *CreateRepoLabelParams
- func (o *CreateRepoLabelParams) WithContext(ctx context.Context) *CreateRepoLabelParams
- func (o *CreateRepoLabelParams) WithHTTPClient(client *http.Client) *CreateRepoLabelParams
- func (o *CreateRepoLabelParams) WithTimeout(timeout time.Duration) *CreateRepoLabelParams
- func (o *CreateRepoLabelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRepoLabelReader
- type CreateRepoOK
- type CreateRepoParams
- func (o *CreateRepoParams) SetBody(body *models.OpenpitrixCreateRepoRequest)
- func (o *CreateRepoParams) SetContext(ctx context.Context)
- func (o *CreateRepoParams) SetHTTPClient(client *http.Client)
- func (o *CreateRepoParams) SetTimeout(timeout time.Duration)
- func (o *CreateRepoParams) WithBody(body *models.OpenpitrixCreateRepoRequest) *CreateRepoParams
- func (o *CreateRepoParams) WithContext(ctx context.Context) *CreateRepoParams
- func (o *CreateRepoParams) WithHTTPClient(client *http.Client) *CreateRepoParams
- func (o *CreateRepoParams) WithTimeout(timeout time.Duration) *CreateRepoParams
- func (o *CreateRepoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRepoReader
- type CreateRepoSelectorOK
- type CreateRepoSelectorParams
- func NewCreateRepoSelectorParams() *CreateRepoSelectorParams
- func NewCreateRepoSelectorParamsWithContext(ctx context.Context) *CreateRepoSelectorParams
- func NewCreateRepoSelectorParamsWithHTTPClient(client *http.Client) *CreateRepoSelectorParams
- func NewCreateRepoSelectorParamsWithTimeout(timeout time.Duration) *CreateRepoSelectorParams
- func (o *CreateRepoSelectorParams) SetBody(body *models.OpenpitrixCreateRepoSelectorRequest)
- func (o *CreateRepoSelectorParams) SetContext(ctx context.Context)
- func (o *CreateRepoSelectorParams) SetHTTPClient(client *http.Client)
- func (o *CreateRepoSelectorParams) SetTimeout(timeout time.Duration)
- func (o *CreateRepoSelectorParams) WithBody(body *models.OpenpitrixCreateRepoSelectorRequest) *CreateRepoSelectorParams
- func (o *CreateRepoSelectorParams) WithContext(ctx context.Context) *CreateRepoSelectorParams
- func (o *CreateRepoSelectorParams) WithHTTPClient(client *http.Client) *CreateRepoSelectorParams
- func (o *CreateRepoSelectorParams) WithTimeout(timeout time.Duration) *CreateRepoSelectorParams
- func (o *CreateRepoSelectorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRepoSelectorReader
- type DeleteRepoLabelOK
- type DeleteRepoLabelParams
- func NewDeleteRepoLabelParams() *DeleteRepoLabelParams
- func NewDeleteRepoLabelParamsWithContext(ctx context.Context) *DeleteRepoLabelParams
- func NewDeleteRepoLabelParamsWithHTTPClient(client *http.Client) *DeleteRepoLabelParams
- func NewDeleteRepoLabelParamsWithTimeout(timeout time.Duration) *DeleteRepoLabelParams
- func (o *DeleteRepoLabelParams) SetBody(body *models.OpenpitrixDeleteRepoLabelRequest)
- func (o *DeleteRepoLabelParams) SetContext(ctx context.Context)
- func (o *DeleteRepoLabelParams) SetHTTPClient(client *http.Client)
- func (o *DeleteRepoLabelParams) SetTimeout(timeout time.Duration)
- func (o *DeleteRepoLabelParams) WithBody(body *models.OpenpitrixDeleteRepoLabelRequest) *DeleteRepoLabelParams
- func (o *DeleteRepoLabelParams) WithContext(ctx context.Context) *DeleteRepoLabelParams
- func (o *DeleteRepoLabelParams) WithHTTPClient(client *http.Client) *DeleteRepoLabelParams
- func (o *DeleteRepoLabelParams) WithTimeout(timeout time.Duration) *DeleteRepoLabelParams
- func (o *DeleteRepoLabelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteRepoLabelReader
- type DeleteRepoOK
- type DeleteRepoParams
- func (o *DeleteRepoParams) SetBody(body *models.OpenpitrixDeleteRepoRequest)
- func (o *DeleteRepoParams) SetContext(ctx context.Context)
- func (o *DeleteRepoParams) SetHTTPClient(client *http.Client)
- func (o *DeleteRepoParams) SetTimeout(timeout time.Duration)
- func (o *DeleteRepoParams) WithBody(body *models.OpenpitrixDeleteRepoRequest) *DeleteRepoParams
- func (o *DeleteRepoParams) WithContext(ctx context.Context) *DeleteRepoParams
- func (o *DeleteRepoParams) WithHTTPClient(client *http.Client) *DeleteRepoParams
- func (o *DeleteRepoParams) WithTimeout(timeout time.Duration) *DeleteRepoParams
- func (o *DeleteRepoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteRepoReader
- type DeleteRepoSelectorOK
- type DeleteRepoSelectorParams
- func NewDeleteRepoSelectorParams() *DeleteRepoSelectorParams
- func NewDeleteRepoSelectorParamsWithContext(ctx context.Context) *DeleteRepoSelectorParams
- func NewDeleteRepoSelectorParamsWithHTTPClient(client *http.Client) *DeleteRepoSelectorParams
- func NewDeleteRepoSelectorParamsWithTimeout(timeout time.Duration) *DeleteRepoSelectorParams
- func (o *DeleteRepoSelectorParams) SetBody(body *models.OpenpitrixDeleteRepoSelectorRequest)
- func (o *DeleteRepoSelectorParams) SetContext(ctx context.Context)
- func (o *DeleteRepoSelectorParams) SetHTTPClient(client *http.Client)
- func (o *DeleteRepoSelectorParams) SetTimeout(timeout time.Duration)
- func (o *DeleteRepoSelectorParams) WithBody(body *models.OpenpitrixDeleteRepoSelectorRequest) *DeleteRepoSelectorParams
- func (o *DeleteRepoSelectorParams) WithContext(ctx context.Context) *DeleteRepoSelectorParams
- func (o *DeleteRepoSelectorParams) WithHTTPClient(client *http.Client) *DeleteRepoSelectorParams
- func (o *DeleteRepoSelectorParams) WithTimeout(timeout time.Duration) *DeleteRepoSelectorParams
- func (o *DeleteRepoSelectorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteRepoSelectorReader
- type DescribeRepoLabelsOK
- type DescribeRepoLabelsParams
- func NewDescribeRepoLabelsParams() *DescribeRepoLabelsParams
- func NewDescribeRepoLabelsParamsWithContext(ctx context.Context) *DescribeRepoLabelsParams
- func NewDescribeRepoLabelsParamsWithHTTPClient(client *http.Client) *DescribeRepoLabelsParams
- func NewDescribeRepoLabelsParamsWithTimeout(timeout time.Duration) *DescribeRepoLabelsParams
- func (o *DescribeRepoLabelsParams) SetContext(ctx context.Context)
- func (o *DescribeRepoLabelsParams) SetHTTPClient(client *http.Client)
- func (o *DescribeRepoLabelsParams) SetLimit(limit *int64)
- func (o *DescribeRepoLabelsParams) SetOffset(offset *int64)
- func (o *DescribeRepoLabelsParams) SetRepoID(repoID []string)
- func (o *DescribeRepoLabelsParams) SetRepoLabelID(repoLabelID []string)
- func (o *DescribeRepoLabelsParams) SetStatus(status []string)
- func (o *DescribeRepoLabelsParams) SetTimeout(timeout time.Duration)
- func (o *DescribeRepoLabelsParams) WithContext(ctx context.Context) *DescribeRepoLabelsParams
- func (o *DescribeRepoLabelsParams) WithHTTPClient(client *http.Client) *DescribeRepoLabelsParams
- func (o *DescribeRepoLabelsParams) WithLimit(limit *int64) *DescribeRepoLabelsParams
- func (o *DescribeRepoLabelsParams) WithOffset(offset *int64) *DescribeRepoLabelsParams
- func (o *DescribeRepoLabelsParams) WithRepoID(repoID []string) *DescribeRepoLabelsParams
- func (o *DescribeRepoLabelsParams) WithRepoLabelID(repoLabelID []string) *DescribeRepoLabelsParams
- func (o *DescribeRepoLabelsParams) WithStatus(status []string) *DescribeRepoLabelsParams
- func (o *DescribeRepoLabelsParams) WithTimeout(timeout time.Duration) *DescribeRepoLabelsParams
- func (o *DescribeRepoLabelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeRepoLabelsReader
- type DescribeRepoSelectorsOK
- type DescribeRepoSelectorsParams
- func NewDescribeRepoSelectorsParams() *DescribeRepoSelectorsParams
- func NewDescribeRepoSelectorsParamsWithContext(ctx context.Context) *DescribeRepoSelectorsParams
- func NewDescribeRepoSelectorsParamsWithHTTPClient(client *http.Client) *DescribeRepoSelectorsParams
- func NewDescribeRepoSelectorsParamsWithTimeout(timeout time.Duration) *DescribeRepoSelectorsParams
- func (o *DescribeRepoSelectorsParams) SetContext(ctx context.Context)
- func (o *DescribeRepoSelectorsParams) SetHTTPClient(client *http.Client)
- func (o *DescribeRepoSelectorsParams) SetLimit(limit *int64)
- func (o *DescribeRepoSelectorsParams) SetOffset(offset *int64)
- func (o *DescribeRepoSelectorsParams) SetRepoID(repoID []string)
- func (o *DescribeRepoSelectorsParams) SetRepoSelectorID(repoSelectorID []string)
- func (o *DescribeRepoSelectorsParams) SetStatus(status []string)
- func (o *DescribeRepoSelectorsParams) SetTimeout(timeout time.Duration)
- func (o *DescribeRepoSelectorsParams) WithContext(ctx context.Context) *DescribeRepoSelectorsParams
- func (o *DescribeRepoSelectorsParams) WithHTTPClient(client *http.Client) *DescribeRepoSelectorsParams
- func (o *DescribeRepoSelectorsParams) WithLimit(limit *int64) *DescribeRepoSelectorsParams
- func (o *DescribeRepoSelectorsParams) WithOffset(offset *int64) *DescribeRepoSelectorsParams
- func (o *DescribeRepoSelectorsParams) WithRepoID(repoID []string) *DescribeRepoSelectorsParams
- func (o *DescribeRepoSelectorsParams) WithRepoSelectorID(repoSelectorID []string) *DescribeRepoSelectorsParams
- func (o *DescribeRepoSelectorsParams) WithStatus(status []string) *DescribeRepoSelectorsParams
- func (o *DescribeRepoSelectorsParams) WithTimeout(timeout time.Duration) *DescribeRepoSelectorsParams
- func (o *DescribeRepoSelectorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeRepoSelectorsReader
- type DescribeReposOK
- type DescribeReposParams
- func (o *DescribeReposParams) SetContext(ctx context.Context)
- func (o *DescribeReposParams) SetHTTPClient(client *http.Client)
- func (o *DescribeReposParams) SetLabel(label *string)
- func (o *DescribeReposParams) SetLimit(limit *int64)
- func (o *DescribeReposParams) SetName(name []string)
- func (o *DescribeReposParams) SetOffset(offset *int64)
- func (o *DescribeReposParams) SetRepoID(repoID []string)
- func (o *DescribeReposParams) SetSelector(selector *string)
- func (o *DescribeReposParams) SetStatus(status []string)
- func (o *DescribeReposParams) SetTimeout(timeout time.Duration)
- func (o *DescribeReposParams) SetType(typeVar []string)
- func (o *DescribeReposParams) SetVisibility(visibility []string)
- func (o *DescribeReposParams) WithContext(ctx context.Context) *DescribeReposParams
- func (o *DescribeReposParams) WithHTTPClient(client *http.Client) *DescribeReposParams
- func (o *DescribeReposParams) WithLabel(label *string) *DescribeReposParams
- func (o *DescribeReposParams) WithLimit(limit *int64) *DescribeReposParams
- func (o *DescribeReposParams) WithName(name []string) *DescribeReposParams
- func (o *DescribeReposParams) WithOffset(offset *int64) *DescribeReposParams
- func (o *DescribeReposParams) WithRepoID(repoID []string) *DescribeReposParams
- func (o *DescribeReposParams) WithSelector(selector *string) *DescribeReposParams
- func (o *DescribeReposParams) WithStatus(status []string) *DescribeReposParams
- func (o *DescribeReposParams) WithTimeout(timeout time.Duration) *DescribeReposParams
- func (o *DescribeReposParams) WithType(typeVar []string) *DescribeReposParams
- func (o *DescribeReposParams) WithVisibility(visibility []string) *DescribeReposParams
- func (o *DescribeReposParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DescribeReposReader
- type ModifyRepoLabelOK
- type ModifyRepoLabelParams
- func NewModifyRepoLabelParams() *ModifyRepoLabelParams
- func NewModifyRepoLabelParamsWithContext(ctx context.Context) *ModifyRepoLabelParams
- func NewModifyRepoLabelParamsWithHTTPClient(client *http.Client) *ModifyRepoLabelParams
- func NewModifyRepoLabelParamsWithTimeout(timeout time.Duration) *ModifyRepoLabelParams
- func (o *ModifyRepoLabelParams) SetBody(body *models.OpenpitrixModifyRepoLabelRequest)
- func (o *ModifyRepoLabelParams) SetContext(ctx context.Context)
- func (o *ModifyRepoLabelParams) SetHTTPClient(client *http.Client)
- func (o *ModifyRepoLabelParams) SetTimeout(timeout time.Duration)
- func (o *ModifyRepoLabelParams) WithBody(body *models.OpenpitrixModifyRepoLabelRequest) *ModifyRepoLabelParams
- func (o *ModifyRepoLabelParams) WithContext(ctx context.Context) *ModifyRepoLabelParams
- func (o *ModifyRepoLabelParams) WithHTTPClient(client *http.Client) *ModifyRepoLabelParams
- func (o *ModifyRepoLabelParams) WithTimeout(timeout time.Duration) *ModifyRepoLabelParams
- func (o *ModifyRepoLabelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyRepoLabelReader
- type ModifyRepoOK
- type ModifyRepoParams
- func (o *ModifyRepoParams) SetBody(body *models.OpenpitrixModifyRepoRequest)
- func (o *ModifyRepoParams) SetContext(ctx context.Context)
- func (o *ModifyRepoParams) SetHTTPClient(client *http.Client)
- func (o *ModifyRepoParams) SetTimeout(timeout time.Duration)
- func (o *ModifyRepoParams) WithBody(body *models.OpenpitrixModifyRepoRequest) *ModifyRepoParams
- func (o *ModifyRepoParams) WithContext(ctx context.Context) *ModifyRepoParams
- func (o *ModifyRepoParams) WithHTTPClient(client *http.Client) *ModifyRepoParams
- func (o *ModifyRepoParams) WithTimeout(timeout time.Duration) *ModifyRepoParams
- func (o *ModifyRepoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyRepoReader
- type ModifyRepoSelectorOK
- type ModifyRepoSelectorParams
- func NewModifyRepoSelectorParams() *ModifyRepoSelectorParams
- func NewModifyRepoSelectorParamsWithContext(ctx context.Context) *ModifyRepoSelectorParams
- func NewModifyRepoSelectorParamsWithHTTPClient(client *http.Client) *ModifyRepoSelectorParams
- func NewModifyRepoSelectorParamsWithTimeout(timeout time.Duration) *ModifyRepoSelectorParams
- func (o *ModifyRepoSelectorParams) SetBody(body *models.OpenpitrixModifyRepoSelectorRequest)
- func (o *ModifyRepoSelectorParams) SetContext(ctx context.Context)
- func (o *ModifyRepoSelectorParams) SetHTTPClient(client *http.Client)
- func (o *ModifyRepoSelectorParams) SetTimeout(timeout time.Duration)
- func (o *ModifyRepoSelectorParams) WithBody(body *models.OpenpitrixModifyRepoSelectorRequest) *ModifyRepoSelectorParams
- func (o *ModifyRepoSelectorParams) WithContext(ctx context.Context) *ModifyRepoSelectorParams
- func (o *ModifyRepoSelectorParams) WithHTTPClient(client *http.Client) *ModifyRepoSelectorParams
- func (o *ModifyRepoSelectorParams) WithTimeout(timeout time.Duration) *ModifyRepoSelectorParams
- func (o *ModifyRepoSelectorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyRepoSelectorReader
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 ¶
func (o *CreateRepoLabelParams) SetBody(body *models.OpenpitrixCreateRepoLabelRequest)
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 ¶
func (o *CreateRepoLabelParams) WithBody(body *models.OpenpitrixCreateRepoLabelRequest) *CreateRepoLabelParams
WithBody adds the body to the create repo label params
func (*CreateRepoLabelParams) WithContext ¶
func (o *CreateRepoLabelParams) WithContext(ctx context.Context) *CreateRepoLabelParams
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 ¶
func (o *CreateRepoParams) SetBody(body *models.OpenpitrixCreateRepoRequest)
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 ¶
func (o *CreateRepoParams) WithBody(body *models.OpenpitrixCreateRepoRequest) *CreateRepoParams
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 ¶
func (o *CreateRepoSelectorParams) SetBody(body *models.OpenpitrixCreateRepoSelectorRequest)
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 ¶
func (o *CreateRepoSelectorParams) WithBody(body *models.OpenpitrixCreateRepoSelectorRequest) *CreateRepoSelectorParams
WithBody adds the body to the create repo selector params
func (*CreateRepoSelectorParams) WithContext ¶
func (o *CreateRepoSelectorParams) WithContext(ctx context.Context) *CreateRepoSelectorParams
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 ¶
func (o *CreateRepoSelectorParams) WithTimeout(timeout time.Duration) *CreateRepoSelectorParams
WithTimeout adds the timeout to the create repo selector params
func (*CreateRepoSelectorParams) WriteToRequest ¶
func (o *CreateRepoSelectorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteRepoLabelParams) SetBody(body *models.OpenpitrixDeleteRepoLabelRequest)
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 ¶
func (o *DeleteRepoLabelParams) WithBody(body *models.OpenpitrixDeleteRepoLabelRequest) *DeleteRepoLabelParams
WithBody adds the body to the delete repo label params
func (*DeleteRepoLabelParams) WithContext ¶
func (o *DeleteRepoLabelParams) WithContext(ctx context.Context) *DeleteRepoLabelParams
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 ¶
func (o *DeleteRepoParams) SetBody(body *models.OpenpitrixDeleteRepoRequest)
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 ¶
func (o *DeleteRepoParams) WithBody(body *models.OpenpitrixDeleteRepoRequest) *DeleteRepoParams
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 ¶
func (o *DeleteRepoSelectorParams) SetBody(body *models.OpenpitrixDeleteRepoSelectorRequest)
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 ¶
func (o *DeleteRepoSelectorParams) WithBody(body *models.OpenpitrixDeleteRepoSelectorRequest) *DeleteRepoSelectorParams
WithBody adds the body to the delete repo selector params
func (*DeleteRepoSelectorParams) WithContext ¶
func (o *DeleteRepoSelectorParams) WithContext(ctx context.Context) *DeleteRepoSelectorParams
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 ¶
func (o *DeleteRepoSelectorParams) WithTimeout(timeout time.Duration) *DeleteRepoSelectorParams
WithTimeout adds the timeout to the delete repo selector params
func (*DeleteRepoSelectorParams) WriteToRequest ¶
func (o *DeleteRepoSelectorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DescribeRepoLabelsParams) WithContext(ctx context.Context) *DescribeRepoLabelsParams
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 ¶
func (o *DescribeRepoLabelsParams) WithLimit(limit *int64) *DescribeRepoLabelsParams
WithLimit adds the limit to the describe repo labels params
func (*DescribeRepoLabelsParams) WithOffset ¶
func (o *DescribeRepoLabelsParams) WithOffset(offset *int64) *DescribeRepoLabelsParams
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 ¶
func (o *DescribeRepoLabelsParams) WithTimeout(timeout time.Duration) *DescribeRepoLabelsParams
WithTimeout adds the timeout to the describe repo labels params
func (*DescribeRepoLabelsParams) WriteToRequest ¶
func (o *DescribeRepoLabelsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DescribeRepoSelectorsParams) WithContext(ctx context.Context) *DescribeRepoSelectorsParams
WithContext adds the context to the describe repo selectors params
func (*DescribeRepoSelectorsParams) WithHTTPClient ¶
func (o *DescribeRepoSelectorsParams) WithHTTPClient(client *http.Client) *DescribeRepoSelectorsParams
WithHTTPClient adds the HTTPClient to the describe repo selectors params
func (*DescribeRepoSelectorsParams) WithLimit ¶
func (o *DescribeRepoSelectorsParams) WithLimit(limit *int64) *DescribeRepoSelectorsParams
WithLimit adds the limit to the describe repo selectors params
func (*DescribeRepoSelectorsParams) WithOffset ¶
func (o *DescribeRepoSelectorsParams) WithOffset(offset *int64) *DescribeRepoSelectorsParams
WithOffset adds the offset to the describe repo selectors params
func (*DescribeRepoSelectorsParams) WithRepoID ¶
func (o *DescribeRepoSelectorsParams) WithRepoID(repoID []string) *DescribeRepoSelectorsParams
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 ¶
func (o *DescribeRepoSelectorsParams) WithStatus(status []string) *DescribeRepoSelectorsParams
WithStatus adds the status to the describe repo selectors params
func (*DescribeRepoSelectorsParams) WithTimeout ¶
func (o *DescribeRepoSelectorsParams) WithTimeout(timeout time.Duration) *DescribeRepoSelectorsParams
WithTimeout adds the timeout to the describe repo selectors params
func (*DescribeRepoSelectorsParams) WriteToRequest ¶
func (o *DescribeRepoSelectorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DescribeReposParams) WithContext(ctx context.Context) *DescribeReposParams
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 ¶
func (o *ModifyRepoLabelParams) SetBody(body *models.OpenpitrixModifyRepoLabelRequest)
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 ¶
func (o *ModifyRepoLabelParams) WithBody(body *models.OpenpitrixModifyRepoLabelRequest) *ModifyRepoLabelParams
WithBody adds the body to the modify repo label params
func (*ModifyRepoLabelParams) WithContext ¶
func (o *ModifyRepoLabelParams) WithContext(ctx context.Context) *ModifyRepoLabelParams
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 ¶
func (o *ModifyRepoParams) SetBody(body *models.OpenpitrixModifyRepoRequest)
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 ¶
func (o *ModifyRepoParams) WithBody(body *models.OpenpitrixModifyRepoRequest) *ModifyRepoParams
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 ¶
func (o *ModifyRepoSelectorParams) SetBody(body *models.OpenpitrixModifyRepoSelectorRequest)
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 ¶
func (o *ModifyRepoSelectorParams) WithBody(body *models.OpenpitrixModifyRepoSelectorRequest) *ModifyRepoSelectorParams
WithBody adds the body to the modify repo selector params
func (*ModifyRepoSelectorParams) WithContext ¶
func (o *ModifyRepoSelectorParams) WithContext(ctx context.Context) *ModifyRepoSelectorParams
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 ¶
func (o *ModifyRepoSelectorParams) WithTimeout(timeout time.Duration) *ModifyRepoSelectorParams
WithTimeout adds the timeout to the modify repo selector params
func (*ModifyRepoSelectorParams) WriteToRequest ¶
func (o *ModifyRepoSelectorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
Source Files ¶
- create_repo_label_parameters.go
- create_repo_label_responses.go
- create_repo_parameters.go
- create_repo_responses.go
- create_repo_selector_parameters.go
- create_repo_selector_responses.go
- delete_repo_label_parameters.go
- delete_repo_label_responses.go
- delete_repo_parameters.go
- delete_repo_responses.go
- delete_repo_selector_parameters.go
- delete_repo_selector_responses.go
- describe_repo_labels_parameters.go
- describe_repo_labels_responses.go
- describe_repo_selectors_parameters.go
- describe_repo_selectors_responses.go
- describe_repos_parameters.go
- describe_repos_responses.go
- modify_repo_label_parameters.go
- modify_repo_label_responses.go
- modify_repo_parameters.go
- modify_repo_responses.go
- modify_repo_selector_parameters.go
- modify_repo_selector_responses.go
- repo_manager_client.go