custom_tag_of_issue_template_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 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 custom tag of issue template controller API

func (*Client) ListCustomTagOfIssueTemplate

func (a *Client) ListCustomTagOfIssueTemplate(params *ListCustomTagOfIssueTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*ListCustomTagOfIssueTemplateOK, error)

ListCustomTagOfIssueTemplate lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateCustomTagOfIssueTemplate

func (a *Client) UpdateCustomTagOfIssueTemplate(params *UpdateCustomTagOfIssueTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCustomTagOfIssueTemplateOK, error)

UpdateCustomTagOfIssueTemplate updates

type ClientService

type ClientService interface {
	ListCustomTagOfIssueTemplate(params *ListCustomTagOfIssueTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*ListCustomTagOfIssueTemplateOK, error)

	UpdateCustomTagOfIssueTemplate(params *UpdateCustomTagOfIssueTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCustomTagOfIssueTemplateOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new custom tag of issue template controller API client.

type ListCustomTagOfIssueTemplateBadRequest

type ListCustomTagOfIssueTemplateBadRequest struct {
	Payload *models.APIResult
}

ListCustomTagOfIssueTemplateBadRequest handles this case with default header values.

Bad Request

func NewListCustomTagOfIssueTemplateBadRequest

func NewListCustomTagOfIssueTemplateBadRequest() *ListCustomTagOfIssueTemplateBadRequest

NewListCustomTagOfIssueTemplateBadRequest creates a ListCustomTagOfIssueTemplateBadRequest with default headers values

func (*ListCustomTagOfIssueTemplateBadRequest) Error

func (*ListCustomTagOfIssueTemplateBadRequest) GetPayload

type ListCustomTagOfIssueTemplateConflict

type ListCustomTagOfIssueTemplateConflict struct {
	Payload *models.APIResult
}

ListCustomTagOfIssueTemplateConflict handles this case with default header values.

Conflict

func NewListCustomTagOfIssueTemplateConflict

func NewListCustomTagOfIssueTemplateConflict() *ListCustomTagOfIssueTemplateConflict

NewListCustomTagOfIssueTemplateConflict creates a ListCustomTagOfIssueTemplateConflict with default headers values

func (*ListCustomTagOfIssueTemplateConflict) Error

func (*ListCustomTagOfIssueTemplateConflict) GetPayload

type ListCustomTagOfIssueTemplateForbidden

type ListCustomTagOfIssueTemplateForbidden struct {
	Payload *models.APIResult
}

ListCustomTagOfIssueTemplateForbidden handles this case with default header values.

Forbidden

func NewListCustomTagOfIssueTemplateForbidden

func NewListCustomTagOfIssueTemplateForbidden() *ListCustomTagOfIssueTemplateForbidden

NewListCustomTagOfIssueTemplateForbidden creates a ListCustomTagOfIssueTemplateForbidden with default headers values

func (*ListCustomTagOfIssueTemplateForbidden) Error

func (*ListCustomTagOfIssueTemplateForbidden) GetPayload

type ListCustomTagOfIssueTemplateInternalServerError

type ListCustomTagOfIssueTemplateInternalServerError struct {
	Payload *models.APIResult
}

ListCustomTagOfIssueTemplateInternalServerError handles this case with default header values.

Internal Server Error

func NewListCustomTagOfIssueTemplateInternalServerError

func NewListCustomTagOfIssueTemplateInternalServerError() *ListCustomTagOfIssueTemplateInternalServerError

NewListCustomTagOfIssueTemplateInternalServerError creates a ListCustomTagOfIssueTemplateInternalServerError with default headers values

func (*ListCustomTagOfIssueTemplateInternalServerError) Error

func (*ListCustomTagOfIssueTemplateInternalServerError) GetPayload

type ListCustomTagOfIssueTemplateNotFound

type ListCustomTagOfIssueTemplateNotFound struct {
	Payload *models.APIResult
}

ListCustomTagOfIssueTemplateNotFound handles this case with default header values.

Not Found

func NewListCustomTagOfIssueTemplateNotFound

func NewListCustomTagOfIssueTemplateNotFound() *ListCustomTagOfIssueTemplateNotFound

NewListCustomTagOfIssueTemplateNotFound creates a ListCustomTagOfIssueTemplateNotFound with default headers values

func (*ListCustomTagOfIssueTemplateNotFound) Error

func (*ListCustomTagOfIssueTemplateNotFound) GetPayload

type ListCustomTagOfIssueTemplateOK

type ListCustomTagOfIssueTemplateOK struct {
	Payload *models.APIResultListCustomTag
}

ListCustomTagOfIssueTemplateOK handles this case with default header values.

OK

func NewListCustomTagOfIssueTemplateOK

func NewListCustomTagOfIssueTemplateOK() *ListCustomTagOfIssueTemplateOK

NewListCustomTagOfIssueTemplateOK creates a ListCustomTagOfIssueTemplateOK with default headers values

func (*ListCustomTagOfIssueTemplateOK) Error

func (*ListCustomTagOfIssueTemplateOK) GetPayload

type ListCustomTagOfIssueTemplateParams

type ListCustomTagOfIssueTemplateParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Limit
	  A maximum number of returned objects in listing, if '-1' or '0' no limit is applied

	*/
	Limit *int32
	/*Orderby
	  Fields to order by

	*/
	Orderby *string
	/*ParentID
	  parentId

	*/
	ParentID string
	/*Q
	  A search query

	*/
	Q *string
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListCustomTagOfIssueTemplateParams contains all the parameters to send to the API endpoint for the list custom tag of issue template operation typically these are written to a http.Request

func NewListCustomTagOfIssueTemplateParams

func NewListCustomTagOfIssueTemplateParams() *ListCustomTagOfIssueTemplateParams

NewListCustomTagOfIssueTemplateParams creates a new ListCustomTagOfIssueTemplateParams object with the default values initialized.

func NewListCustomTagOfIssueTemplateParamsWithContext

func NewListCustomTagOfIssueTemplateParamsWithContext(ctx context.Context) *ListCustomTagOfIssueTemplateParams

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

func NewListCustomTagOfIssueTemplateParamsWithHTTPClient

func NewListCustomTagOfIssueTemplateParamsWithHTTPClient(client *http.Client) *ListCustomTagOfIssueTemplateParams

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

func NewListCustomTagOfIssueTemplateParamsWithTimeout

func NewListCustomTagOfIssueTemplateParamsWithTimeout(timeout time.Duration) *ListCustomTagOfIssueTemplateParams

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

func (*ListCustomTagOfIssueTemplateParams) SetContext

SetContext adds the context to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) SetFields

func (o *ListCustomTagOfIssueTemplateParams) SetFields(fields *string)

SetFields adds the fields to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) SetLimit

func (o *ListCustomTagOfIssueTemplateParams) SetLimit(limit *int32)

SetLimit adds the limit to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) SetOrderby

func (o *ListCustomTagOfIssueTemplateParams) SetOrderby(orderby *string)

SetOrderby adds the orderby to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) SetParentID

func (o *ListCustomTagOfIssueTemplateParams) SetParentID(parentID string)

SetParentID adds the parentId to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) SetQ

SetQ adds the q to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) SetStart

func (o *ListCustomTagOfIssueTemplateParams) SetStart(start *int32)

SetStart adds the start to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) WithContext

WithContext adds the context to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) WithFields

WithFields adds the fields to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) WithLimit

WithLimit adds the limit to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) WithOrderby

WithOrderby adds the orderby to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) WithParentID

WithParentID adds the parentID to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) WithQ

WithQ adds the q to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) WithStart

WithStart adds the start to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) WithTimeout

WithTimeout adds the timeout to the list custom tag of issue template params

func (*ListCustomTagOfIssueTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListCustomTagOfIssueTemplateReader

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

ListCustomTagOfIssueTemplateReader is a Reader for the ListCustomTagOfIssueTemplate structure.

func (*ListCustomTagOfIssueTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListCustomTagOfIssueTemplateUnauthorized

type ListCustomTagOfIssueTemplateUnauthorized struct {
	Payload *models.APIResult
}

ListCustomTagOfIssueTemplateUnauthorized handles this case with default header values.

Unauthorized

func NewListCustomTagOfIssueTemplateUnauthorized

func NewListCustomTagOfIssueTemplateUnauthorized() *ListCustomTagOfIssueTemplateUnauthorized

NewListCustomTagOfIssueTemplateUnauthorized creates a ListCustomTagOfIssueTemplateUnauthorized with default headers values

func (*ListCustomTagOfIssueTemplateUnauthorized) Error

func (*ListCustomTagOfIssueTemplateUnauthorized) GetPayload

type UpdateCustomTagOfIssueTemplateBadRequest

type UpdateCustomTagOfIssueTemplateBadRequest struct {
	Payload *models.APIResult
}

UpdateCustomTagOfIssueTemplateBadRequest handles this case with default header values.

Bad Request

func NewUpdateCustomTagOfIssueTemplateBadRequest

func NewUpdateCustomTagOfIssueTemplateBadRequest() *UpdateCustomTagOfIssueTemplateBadRequest

NewUpdateCustomTagOfIssueTemplateBadRequest creates a UpdateCustomTagOfIssueTemplateBadRequest with default headers values

func (*UpdateCustomTagOfIssueTemplateBadRequest) Error

func (*UpdateCustomTagOfIssueTemplateBadRequest) GetPayload

type UpdateCustomTagOfIssueTemplateConflict

type UpdateCustomTagOfIssueTemplateConflict struct {
	Payload *models.APIResult
}

UpdateCustomTagOfIssueTemplateConflict handles this case with default header values.

Conflict

func NewUpdateCustomTagOfIssueTemplateConflict

func NewUpdateCustomTagOfIssueTemplateConflict() *UpdateCustomTagOfIssueTemplateConflict

NewUpdateCustomTagOfIssueTemplateConflict creates a UpdateCustomTagOfIssueTemplateConflict with default headers values

func (*UpdateCustomTagOfIssueTemplateConflict) Error

func (*UpdateCustomTagOfIssueTemplateConflict) GetPayload

type UpdateCustomTagOfIssueTemplateForbidden

type UpdateCustomTagOfIssueTemplateForbidden struct {
	Payload *models.APIResult
}

UpdateCustomTagOfIssueTemplateForbidden handles this case with default header values.

Forbidden

func NewUpdateCustomTagOfIssueTemplateForbidden

func NewUpdateCustomTagOfIssueTemplateForbidden() *UpdateCustomTagOfIssueTemplateForbidden

NewUpdateCustomTagOfIssueTemplateForbidden creates a UpdateCustomTagOfIssueTemplateForbidden with default headers values

func (*UpdateCustomTagOfIssueTemplateForbidden) Error

func (*UpdateCustomTagOfIssueTemplateForbidden) GetPayload

type UpdateCustomTagOfIssueTemplateInternalServerError

type UpdateCustomTagOfIssueTemplateInternalServerError struct {
	Payload *models.APIResult
}

UpdateCustomTagOfIssueTemplateInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateCustomTagOfIssueTemplateInternalServerError

func NewUpdateCustomTagOfIssueTemplateInternalServerError() *UpdateCustomTagOfIssueTemplateInternalServerError

NewUpdateCustomTagOfIssueTemplateInternalServerError creates a UpdateCustomTagOfIssueTemplateInternalServerError with default headers values

func (*UpdateCustomTagOfIssueTemplateInternalServerError) Error

func (*UpdateCustomTagOfIssueTemplateInternalServerError) GetPayload

type UpdateCustomTagOfIssueTemplateNotFound

type UpdateCustomTagOfIssueTemplateNotFound struct {
	Payload *models.APIResult
}

UpdateCustomTagOfIssueTemplateNotFound handles this case with default header values.

Not Found

func NewUpdateCustomTagOfIssueTemplateNotFound

func NewUpdateCustomTagOfIssueTemplateNotFound() *UpdateCustomTagOfIssueTemplateNotFound

NewUpdateCustomTagOfIssueTemplateNotFound creates a UpdateCustomTagOfIssueTemplateNotFound with default headers values

func (*UpdateCustomTagOfIssueTemplateNotFound) Error

func (*UpdateCustomTagOfIssueTemplateNotFound) GetPayload

type UpdateCustomTagOfIssueTemplateOK

type UpdateCustomTagOfIssueTemplateOK struct {
	Payload *models.APIResultListCustomTag
}

UpdateCustomTagOfIssueTemplateOK handles this case with default header values.

OK

func NewUpdateCustomTagOfIssueTemplateOK

func NewUpdateCustomTagOfIssueTemplateOK() *UpdateCustomTagOfIssueTemplateOK

NewUpdateCustomTagOfIssueTemplateOK creates a UpdateCustomTagOfIssueTemplateOK with default headers values

func (*UpdateCustomTagOfIssueTemplateOK) Error

func (*UpdateCustomTagOfIssueTemplateOK) GetPayload

type UpdateCustomTagOfIssueTemplateParams

type UpdateCustomTagOfIssueTemplateParams struct {

	/*CustomTags
	  customTags

	*/
	CustomTags []*models.CustomTag
	/*ParentID
	  parentId

	*/
	ParentID string

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

UpdateCustomTagOfIssueTemplateParams contains all the parameters to send to the API endpoint for the update custom tag of issue template operation typically these are written to a http.Request

func NewUpdateCustomTagOfIssueTemplateParams

func NewUpdateCustomTagOfIssueTemplateParams() *UpdateCustomTagOfIssueTemplateParams

NewUpdateCustomTagOfIssueTemplateParams creates a new UpdateCustomTagOfIssueTemplateParams object with the default values initialized.

func NewUpdateCustomTagOfIssueTemplateParamsWithContext

func NewUpdateCustomTagOfIssueTemplateParamsWithContext(ctx context.Context) *UpdateCustomTagOfIssueTemplateParams

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

func NewUpdateCustomTagOfIssueTemplateParamsWithHTTPClient

func NewUpdateCustomTagOfIssueTemplateParamsWithHTTPClient(client *http.Client) *UpdateCustomTagOfIssueTemplateParams

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

func NewUpdateCustomTagOfIssueTemplateParamsWithTimeout

func NewUpdateCustomTagOfIssueTemplateParamsWithTimeout(timeout time.Duration) *UpdateCustomTagOfIssueTemplateParams

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

func (*UpdateCustomTagOfIssueTemplateParams) SetContext

SetContext adds the context to the update custom tag of issue template params

func (*UpdateCustomTagOfIssueTemplateParams) SetCustomTags

func (o *UpdateCustomTagOfIssueTemplateParams) SetCustomTags(customTags []*models.CustomTag)

SetCustomTags adds the customTags to the update custom tag of issue template params

func (*UpdateCustomTagOfIssueTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update custom tag of issue template params

func (*UpdateCustomTagOfIssueTemplateParams) SetParentID

func (o *UpdateCustomTagOfIssueTemplateParams) SetParentID(parentID string)

SetParentID adds the parentId to the update custom tag of issue template params

func (*UpdateCustomTagOfIssueTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the update custom tag of issue template params

func (*UpdateCustomTagOfIssueTemplateParams) WithContext

WithContext adds the context to the update custom tag of issue template params

func (*UpdateCustomTagOfIssueTemplateParams) WithCustomTags

WithCustomTags adds the customTags to the update custom tag of issue template params

func (*UpdateCustomTagOfIssueTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update custom tag of issue template params

func (*UpdateCustomTagOfIssueTemplateParams) WithParentID

WithParentID adds the parentID to the update custom tag of issue template params

func (*UpdateCustomTagOfIssueTemplateParams) WithTimeout

WithTimeout adds the timeout to the update custom tag of issue template params

func (*UpdateCustomTagOfIssueTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateCustomTagOfIssueTemplateReader

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

UpdateCustomTagOfIssueTemplateReader is a Reader for the UpdateCustomTagOfIssueTemplate structure.

func (*UpdateCustomTagOfIssueTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateCustomTagOfIssueTemplateUnauthorized

type UpdateCustomTagOfIssueTemplateUnauthorized struct {
	Payload *models.APIResult
}

UpdateCustomTagOfIssueTemplateUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateCustomTagOfIssueTemplateUnauthorized

func NewUpdateCustomTagOfIssueTemplateUnauthorized() *UpdateCustomTagOfIssueTemplateUnauthorized

NewUpdateCustomTagOfIssueTemplateUnauthorized creates a UpdateCustomTagOfIssueTemplateUnauthorized with default headers values

func (*UpdateCustomTagOfIssueTemplateUnauthorized) Error

func (*UpdateCustomTagOfIssueTemplateUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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