internal_custom_tag_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 internal custom tag controller API

func (*Client) ListInternalCustomTag

func (a *Client) ListInternalCustomTag(params *ListInternalCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*ListInternalCustomTagOK, error)

ListInternalCustomTag lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListInternalCustomTag(params *ListInternalCustomTagParams, authInfo runtime.ClientAuthInfoWriter) (*ListInternalCustomTagOK, 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 internal custom tag controller API client.

type ListInternalCustomTagBadRequest

type ListInternalCustomTagBadRequest struct {
	Payload *models.APIResult
}

ListInternalCustomTagBadRequest handles this case with default header values.

Bad Request

func NewListInternalCustomTagBadRequest

func NewListInternalCustomTagBadRequest() *ListInternalCustomTagBadRequest

NewListInternalCustomTagBadRequest creates a ListInternalCustomTagBadRequest with default headers values

func (*ListInternalCustomTagBadRequest) Error

func (*ListInternalCustomTagBadRequest) GetPayload

type ListInternalCustomTagConflict

type ListInternalCustomTagConflict struct {
	Payload *models.APIResult
}

ListInternalCustomTagConflict handles this case with default header values.

Conflict

func NewListInternalCustomTagConflict

func NewListInternalCustomTagConflict() *ListInternalCustomTagConflict

NewListInternalCustomTagConflict creates a ListInternalCustomTagConflict with default headers values

func (*ListInternalCustomTagConflict) Error

func (*ListInternalCustomTagConflict) GetPayload

type ListInternalCustomTagForbidden

type ListInternalCustomTagForbidden struct {
	Payload *models.APIResult
}

ListInternalCustomTagForbidden handles this case with default header values.

Forbidden

func NewListInternalCustomTagForbidden

func NewListInternalCustomTagForbidden() *ListInternalCustomTagForbidden

NewListInternalCustomTagForbidden creates a ListInternalCustomTagForbidden with default headers values

func (*ListInternalCustomTagForbidden) Error

func (*ListInternalCustomTagForbidden) GetPayload

type ListInternalCustomTagInternalServerError

type ListInternalCustomTagInternalServerError struct {
	Payload *models.APIResult
}

ListInternalCustomTagInternalServerError handles this case with default header values.

Internal Server Error

func NewListInternalCustomTagInternalServerError

func NewListInternalCustomTagInternalServerError() *ListInternalCustomTagInternalServerError

NewListInternalCustomTagInternalServerError creates a ListInternalCustomTagInternalServerError with default headers values

func (*ListInternalCustomTagInternalServerError) Error

func (*ListInternalCustomTagInternalServerError) GetPayload

type ListInternalCustomTagNotFound

type ListInternalCustomTagNotFound struct {
	Payload *models.APIResult
}

ListInternalCustomTagNotFound handles this case with default header values.

Not Found

func NewListInternalCustomTagNotFound

func NewListInternalCustomTagNotFound() *ListInternalCustomTagNotFound

NewListInternalCustomTagNotFound creates a ListInternalCustomTagNotFound with default headers values

func (*ListInternalCustomTagNotFound) Error

func (*ListInternalCustomTagNotFound) GetPayload

type ListInternalCustomTagOK

type ListInternalCustomTagOK struct {
	Payload *models.APIResultListCustomTag
}

ListInternalCustomTagOK handles this case with default header values.

OK

func NewListInternalCustomTagOK

func NewListInternalCustomTagOK() *ListInternalCustomTagOK

NewListInternalCustomTagOK creates a ListInternalCustomTagOK with default headers values

func (*ListInternalCustomTagOK) Error

func (o *ListInternalCustomTagOK) Error() string

func (*ListInternalCustomTagOK) GetPayload

type ListInternalCustomTagParams

type ListInternalCustomTagParams 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
	/*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
}

ListInternalCustomTagParams contains all the parameters to send to the API endpoint for the list internal custom tag operation typically these are written to a http.Request

func NewListInternalCustomTagParams

func NewListInternalCustomTagParams() *ListInternalCustomTagParams

NewListInternalCustomTagParams creates a new ListInternalCustomTagParams object with the default values initialized.

func NewListInternalCustomTagParamsWithContext

func NewListInternalCustomTagParamsWithContext(ctx context.Context) *ListInternalCustomTagParams

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

func NewListInternalCustomTagParamsWithHTTPClient

func NewListInternalCustomTagParamsWithHTTPClient(client *http.Client) *ListInternalCustomTagParams

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

func NewListInternalCustomTagParamsWithTimeout

func NewListInternalCustomTagParamsWithTimeout(timeout time.Duration) *ListInternalCustomTagParams

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

func (*ListInternalCustomTagParams) SetContext

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

SetContext adds the context to the list internal custom tag params

func (*ListInternalCustomTagParams) SetFields

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

SetFields adds the fields to the list internal custom tag params

func (*ListInternalCustomTagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list internal custom tag params

func (*ListInternalCustomTagParams) SetLimit

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

SetLimit adds the limit to the list internal custom tag params

func (*ListInternalCustomTagParams) SetOrderby

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

SetOrderby adds the orderby to the list internal custom tag params

func (*ListInternalCustomTagParams) SetQ

func (o *ListInternalCustomTagParams) SetQ(q *string)

SetQ adds the q to the list internal custom tag params

func (*ListInternalCustomTagParams) SetStart

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

SetStart adds the start to the list internal custom tag params

func (*ListInternalCustomTagParams) SetTimeout

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

SetTimeout adds the timeout to the list internal custom tag params

func (*ListInternalCustomTagParams) WithContext

WithContext adds the context to the list internal custom tag params

func (*ListInternalCustomTagParams) WithFields

WithFields adds the fields to the list internal custom tag params

func (*ListInternalCustomTagParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list internal custom tag params

func (*ListInternalCustomTagParams) WithLimit

WithLimit adds the limit to the list internal custom tag params

func (*ListInternalCustomTagParams) WithOrderby

WithOrderby adds the orderby to the list internal custom tag params

func (*ListInternalCustomTagParams) WithQ

WithQ adds the q to the list internal custom tag params

func (*ListInternalCustomTagParams) WithStart

WithStart adds the start to the list internal custom tag params

func (*ListInternalCustomTagParams) WithTimeout

WithTimeout adds the timeout to the list internal custom tag params

func (*ListInternalCustomTagParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListInternalCustomTagReader

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

ListInternalCustomTagReader is a Reader for the ListInternalCustomTag structure.

func (*ListInternalCustomTagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListInternalCustomTagUnauthorized

type ListInternalCustomTagUnauthorized struct {
	Payload *models.APIResult
}

ListInternalCustomTagUnauthorized handles this case with default header values.

Unauthorized

func NewListInternalCustomTagUnauthorized

func NewListInternalCustomTagUnauthorized() *ListInternalCustomTagUnauthorized

NewListInternalCustomTagUnauthorized creates a ListInternalCustomTagUnauthorized with default headers values

func (*ListInternalCustomTagUnauthorized) Error

func (*ListInternalCustomTagUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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