tar_tag

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.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 tar tag API

func (*Client) GetTagsUsingGET1

func (a *Client) GetTagsUsingGET1(params *GetTagsUsingGET1Params) (*GetTagsUsingGET1OK, error)

GetTagsUsingGET1 retrieves filtered tags

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetTagsUsingGET1(params *GetTagsUsingGET1Params) (*GetTagsUsingGET1OK, 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 tar tag API client.

type GetTagsUsingGET1Forbidden

type GetTagsUsingGET1Forbidden struct {
}

GetTagsUsingGET1Forbidden handles this case with default header values.

Forbidden

func NewGetTagsUsingGET1Forbidden

func NewGetTagsUsingGET1Forbidden() *GetTagsUsingGET1Forbidden

NewGetTagsUsingGET1Forbidden creates a GetTagsUsingGET1Forbidden with default headers values

func (*GetTagsUsingGET1Forbidden) Error

func (o *GetTagsUsingGET1Forbidden) Error() string

type GetTagsUsingGET1NotFound

type GetTagsUsingGET1NotFound struct {
}

GetTagsUsingGET1NotFound handles this case with default header values.

Not Found

func NewGetTagsUsingGET1NotFound

func NewGetTagsUsingGET1NotFound() *GetTagsUsingGET1NotFound

NewGetTagsUsingGET1NotFound creates a GetTagsUsingGET1NotFound with default headers values

func (*GetTagsUsingGET1NotFound) Error

func (o *GetTagsUsingGET1NotFound) Error() string

type GetTagsUsingGET1OK

type GetTagsUsingGET1OK struct {
	Payload *models.PagedResultDtoString
}

GetTagsUsingGET1OK handles this case with default header values.

OK

func NewGetTagsUsingGET1OK

func NewGetTagsUsingGET1OK() *GetTagsUsingGET1OK

NewGetTagsUsingGET1OK creates a GetTagsUsingGET1OK with default headers values

func (*GetTagsUsingGET1OK) Error

func (o *GetTagsUsingGET1OK) Error() string

func (*GetTagsUsingGET1OK) GetPayload

type GetTagsUsingGET1Params

type GetTagsUsingGET1Params struct {

	/*Filter
	  freeTextFilter

	*/
	Filter *string
	/*PageNumber
	  pageNumber

	*/
	PageNumber *int32
	/*PageSize
	  pageSize

	*/
	PageSize *int32

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

GetTagsUsingGET1Params contains all the parameters to send to the API endpoint for the get tags using g e t 1 operation typically these are written to a http.Request

func NewGetTagsUsingGET1Params

func NewGetTagsUsingGET1Params() *GetTagsUsingGET1Params

NewGetTagsUsingGET1Params creates a new GetTagsUsingGET1Params object with the default values initialized.

func NewGetTagsUsingGET1ParamsWithContext

func NewGetTagsUsingGET1ParamsWithContext(ctx context.Context) *GetTagsUsingGET1Params

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

func NewGetTagsUsingGET1ParamsWithHTTPClient

func NewGetTagsUsingGET1ParamsWithHTTPClient(client *http.Client) *GetTagsUsingGET1Params

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

func NewGetTagsUsingGET1ParamsWithTimeout

func NewGetTagsUsingGET1ParamsWithTimeout(timeout time.Duration) *GetTagsUsingGET1Params

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

func (*GetTagsUsingGET1Params) SetContext

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

SetContext adds the context to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) SetFilter

func (o *GetTagsUsingGET1Params) SetFilter(filter *string)

SetFilter adds the filter to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) SetPageNumber

func (o *GetTagsUsingGET1Params) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) SetPageSize

func (o *GetTagsUsingGET1Params) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) SetTimeout

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

SetTimeout adds the timeout to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) WithContext

WithContext adds the context to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) WithFilter

func (o *GetTagsUsingGET1Params) WithFilter(filter *string) *GetTagsUsingGET1Params

WithFilter adds the filter to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) WithPageNumber

func (o *GetTagsUsingGET1Params) WithPageNumber(pageNumber *int32) *GetTagsUsingGET1Params

WithPageNumber adds the pageNumber to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) WithPageSize

func (o *GetTagsUsingGET1Params) WithPageSize(pageSize *int32) *GetTagsUsingGET1Params

WithPageSize adds the pageSize to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) WithTimeout

WithTimeout adds the timeout to the get tags using g e t 1 params

func (*GetTagsUsingGET1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTagsUsingGET1Reader

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

GetTagsUsingGET1Reader is a Reader for the GetTagsUsingGET1 structure.

func (*GetTagsUsingGET1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTagsUsingGET1Unauthorized

type GetTagsUsingGET1Unauthorized struct {
}

GetTagsUsingGET1Unauthorized handles this case with default header values.

Unauthorized

func NewGetTagsUsingGET1Unauthorized

func NewGetTagsUsingGET1Unauthorized() *GetTagsUsingGET1Unauthorized

NewGetTagsUsingGET1Unauthorized creates a GetTagsUsingGET1Unauthorized with default headers values

func (*GetTagsUsingGET1Unauthorized) Error

Jump to

Keyboard shortcuts

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