bug_tracker_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: 10 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 bug tracker controller API

func (*Client) ListBugTracker

func (a *Client) ListBugTracker(params *ListBugTrackerParams, authInfo runtime.ClientAuthInfoWriter) (*ListBugTrackerOK, error)

ListBugTracker lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListBugTracker(params *ListBugTrackerParams, authInfo runtime.ClientAuthInfoWriter) (*ListBugTrackerOK, 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 bug tracker controller API client.

type ListBugTrackerBadRequest

type ListBugTrackerBadRequest struct {
	Payload *models.APIResult
}

ListBugTrackerBadRequest handles this case with default header values.

Bad Request

func NewListBugTrackerBadRequest

func NewListBugTrackerBadRequest() *ListBugTrackerBadRequest

NewListBugTrackerBadRequest creates a ListBugTrackerBadRequest with default headers values

func (*ListBugTrackerBadRequest) Error

func (o *ListBugTrackerBadRequest) Error() string

func (*ListBugTrackerBadRequest) GetPayload

func (o *ListBugTrackerBadRequest) GetPayload() *models.APIResult

type ListBugTrackerConflict

type ListBugTrackerConflict struct {
	Payload *models.APIResult
}

ListBugTrackerConflict handles this case with default header values.

Conflict

func NewListBugTrackerConflict

func NewListBugTrackerConflict() *ListBugTrackerConflict

NewListBugTrackerConflict creates a ListBugTrackerConflict with default headers values

func (*ListBugTrackerConflict) Error

func (o *ListBugTrackerConflict) Error() string

func (*ListBugTrackerConflict) GetPayload

func (o *ListBugTrackerConflict) GetPayload() *models.APIResult

type ListBugTrackerForbidden

type ListBugTrackerForbidden struct {
	Payload *models.APIResult
}

ListBugTrackerForbidden handles this case with default header values.

Forbidden

func NewListBugTrackerForbidden

func NewListBugTrackerForbidden() *ListBugTrackerForbidden

NewListBugTrackerForbidden creates a ListBugTrackerForbidden with default headers values

func (*ListBugTrackerForbidden) Error

func (o *ListBugTrackerForbidden) Error() string

func (*ListBugTrackerForbidden) GetPayload

func (o *ListBugTrackerForbidden) GetPayload() *models.APIResult

type ListBugTrackerInternalServerError

type ListBugTrackerInternalServerError struct {
	Payload *models.APIResult
}

ListBugTrackerInternalServerError handles this case with default header values.

Internal Server Error

func NewListBugTrackerInternalServerError

func NewListBugTrackerInternalServerError() *ListBugTrackerInternalServerError

NewListBugTrackerInternalServerError creates a ListBugTrackerInternalServerError with default headers values

func (*ListBugTrackerInternalServerError) Error

func (*ListBugTrackerInternalServerError) GetPayload

type ListBugTrackerNotFound

type ListBugTrackerNotFound struct {
	Payload *models.APIResult
}

ListBugTrackerNotFound handles this case with default header values.

Not Found

func NewListBugTrackerNotFound

func NewListBugTrackerNotFound() *ListBugTrackerNotFound

NewListBugTrackerNotFound creates a ListBugTrackerNotFound with default headers values

func (*ListBugTrackerNotFound) Error

func (o *ListBugTrackerNotFound) Error() string

func (*ListBugTrackerNotFound) GetPayload

func (o *ListBugTrackerNotFound) GetPayload() *models.APIResult

type ListBugTrackerOK

type ListBugTrackerOK struct {
	Payload *models.APIResultListBugTracker
}

ListBugTrackerOK handles this case with default header values.

OK

func NewListBugTrackerOK

func NewListBugTrackerOK() *ListBugTrackerOK

NewListBugTrackerOK creates a ListBugTrackerOK with default headers values

func (*ListBugTrackerOK) Error

func (o *ListBugTrackerOK) Error() string

func (*ListBugTrackerOK) GetPayload

type ListBugTrackerParams

type ListBugTrackerParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string

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

ListBugTrackerParams contains all the parameters to send to the API endpoint for the list bug tracker operation typically these are written to a http.Request

func NewListBugTrackerParams

func NewListBugTrackerParams() *ListBugTrackerParams

NewListBugTrackerParams creates a new ListBugTrackerParams object with the default values initialized.

func NewListBugTrackerParamsWithContext

func NewListBugTrackerParamsWithContext(ctx context.Context) *ListBugTrackerParams

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

func NewListBugTrackerParamsWithHTTPClient

func NewListBugTrackerParamsWithHTTPClient(client *http.Client) *ListBugTrackerParams

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

func NewListBugTrackerParamsWithTimeout

func NewListBugTrackerParamsWithTimeout(timeout time.Duration) *ListBugTrackerParams

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

func (*ListBugTrackerParams) SetContext

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

SetContext adds the context to the list bug tracker params

func (*ListBugTrackerParams) SetFields

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

SetFields adds the fields to the list bug tracker params

func (*ListBugTrackerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list bug tracker params

func (*ListBugTrackerParams) SetTimeout

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

SetTimeout adds the timeout to the list bug tracker params

func (*ListBugTrackerParams) WithContext

WithContext adds the context to the list bug tracker params

func (*ListBugTrackerParams) WithFields

func (o *ListBugTrackerParams) WithFields(fields *string) *ListBugTrackerParams

WithFields adds the fields to the list bug tracker params

func (*ListBugTrackerParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list bug tracker params

func (*ListBugTrackerParams) WithTimeout

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

WithTimeout adds the timeout to the list bug tracker params

func (*ListBugTrackerParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListBugTrackerReader

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

ListBugTrackerReader is a Reader for the ListBugTracker structure.

func (*ListBugTrackerReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListBugTrackerUnauthorized

type ListBugTrackerUnauthorized struct {
	Payload *models.APIResult
}

ListBugTrackerUnauthorized handles this case with default header values.

Unauthorized

func NewListBugTrackerUnauthorized

func NewListBugTrackerUnauthorized() *ListBugTrackerUnauthorized

NewListBugTrackerUnauthorized creates a ListBugTrackerUnauthorized with default headers values

func (*ListBugTrackerUnauthorized) Error

func (*ListBugTrackerUnauthorized) GetPayload

func (o *ListBugTrackerUnauthorized) GetPayload() *models.APIResult

Jump to

Keyboard shortcuts

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