issue_statistics_of_project_version_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: 4

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 issue statistics of project version controller API

func (*Client) ListIssueStatisticsOfProjectVersion

ListIssueStatisticsOfProjectVersion lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListIssueStatisticsOfProjectVersion(params *ListIssueStatisticsOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueStatisticsOfProjectVersionOK, 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 issue statistics of project version controller API client.

type ListIssueStatisticsOfProjectVersionBadRequest

type ListIssueStatisticsOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListIssueStatisticsOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListIssueStatisticsOfProjectVersionBadRequest

func NewListIssueStatisticsOfProjectVersionBadRequest() *ListIssueStatisticsOfProjectVersionBadRequest

NewListIssueStatisticsOfProjectVersionBadRequest creates a ListIssueStatisticsOfProjectVersionBadRequest with default headers values

func (*ListIssueStatisticsOfProjectVersionBadRequest) Error

func (*ListIssueStatisticsOfProjectVersionBadRequest) GetPayload

type ListIssueStatisticsOfProjectVersionConflict

type ListIssueStatisticsOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListIssueStatisticsOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListIssueStatisticsOfProjectVersionConflict

func NewListIssueStatisticsOfProjectVersionConflict() *ListIssueStatisticsOfProjectVersionConflict

NewListIssueStatisticsOfProjectVersionConflict creates a ListIssueStatisticsOfProjectVersionConflict with default headers values

func (*ListIssueStatisticsOfProjectVersionConflict) Error

func (*ListIssueStatisticsOfProjectVersionConflict) GetPayload

type ListIssueStatisticsOfProjectVersionForbidden

type ListIssueStatisticsOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListIssueStatisticsOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListIssueStatisticsOfProjectVersionForbidden

func NewListIssueStatisticsOfProjectVersionForbidden() *ListIssueStatisticsOfProjectVersionForbidden

NewListIssueStatisticsOfProjectVersionForbidden creates a ListIssueStatisticsOfProjectVersionForbidden with default headers values

func (*ListIssueStatisticsOfProjectVersionForbidden) Error

func (*ListIssueStatisticsOfProjectVersionForbidden) GetPayload

type ListIssueStatisticsOfProjectVersionInternalServerError

type ListIssueStatisticsOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListIssueStatisticsOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListIssueStatisticsOfProjectVersionInternalServerError

func NewListIssueStatisticsOfProjectVersionInternalServerError() *ListIssueStatisticsOfProjectVersionInternalServerError

NewListIssueStatisticsOfProjectVersionInternalServerError creates a ListIssueStatisticsOfProjectVersionInternalServerError with default headers values

func (*ListIssueStatisticsOfProjectVersionInternalServerError) Error

func (*ListIssueStatisticsOfProjectVersionInternalServerError) GetPayload

type ListIssueStatisticsOfProjectVersionNotFound

type ListIssueStatisticsOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListIssueStatisticsOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListIssueStatisticsOfProjectVersionNotFound

func NewListIssueStatisticsOfProjectVersionNotFound() *ListIssueStatisticsOfProjectVersionNotFound

NewListIssueStatisticsOfProjectVersionNotFound creates a ListIssueStatisticsOfProjectVersionNotFound with default headers values

func (*ListIssueStatisticsOfProjectVersionNotFound) Error

func (*ListIssueStatisticsOfProjectVersionNotFound) GetPayload

type ListIssueStatisticsOfProjectVersionOK

type ListIssueStatisticsOfProjectVersionOK struct {
	Payload *models.APIResultListIssueStatistics
}

ListIssueStatisticsOfProjectVersionOK handles this case with default header values.

OK

func NewListIssueStatisticsOfProjectVersionOK

func NewListIssueStatisticsOfProjectVersionOK() *ListIssueStatisticsOfProjectVersionOK

NewListIssueStatisticsOfProjectVersionOK creates a ListIssueStatisticsOfProjectVersionOK with default headers values

func (*ListIssueStatisticsOfProjectVersionOK) Error

func (*ListIssueStatisticsOfProjectVersionOK) GetPayload

type ListIssueStatisticsOfProjectVersionParams

type ListIssueStatisticsOfProjectVersionParams struct {

	/*Filterset
	  Filter set to use

	*/
	Filterset *string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

ListIssueStatisticsOfProjectVersionParams contains all the parameters to send to the API endpoint for the list issue statistics of project version operation typically these are written to a http.Request

func NewListIssueStatisticsOfProjectVersionParams

func NewListIssueStatisticsOfProjectVersionParams() *ListIssueStatisticsOfProjectVersionParams

NewListIssueStatisticsOfProjectVersionParams creates a new ListIssueStatisticsOfProjectVersionParams object with the default values initialized.

func NewListIssueStatisticsOfProjectVersionParamsWithContext

func NewListIssueStatisticsOfProjectVersionParamsWithContext(ctx context.Context) *ListIssueStatisticsOfProjectVersionParams

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

func NewListIssueStatisticsOfProjectVersionParamsWithHTTPClient

func NewListIssueStatisticsOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListIssueStatisticsOfProjectVersionParams

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

func NewListIssueStatisticsOfProjectVersionParamsWithTimeout

func NewListIssueStatisticsOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListIssueStatisticsOfProjectVersionParams

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

func (*ListIssueStatisticsOfProjectVersionParams) SetContext

SetContext adds the context to the list issue statistics of project version params

func (*ListIssueStatisticsOfProjectVersionParams) SetFilterset

func (o *ListIssueStatisticsOfProjectVersionParams) SetFilterset(filterset *string)

SetFilterset adds the filterset to the list issue statistics of project version params

func (*ListIssueStatisticsOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list issue statistics of project version params

func (*ListIssueStatisticsOfProjectVersionParams) SetParentID

func (o *ListIssueStatisticsOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list issue statistics of project version params

func (*ListIssueStatisticsOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the list issue statistics of project version params

func (*ListIssueStatisticsOfProjectVersionParams) WithContext

WithContext adds the context to the list issue statistics of project version params

func (*ListIssueStatisticsOfProjectVersionParams) WithFilterset

WithFilterset adds the filterset to the list issue statistics of project version params

func (*ListIssueStatisticsOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list issue statistics of project version params

func (*ListIssueStatisticsOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the list issue statistics of project version params

func (*ListIssueStatisticsOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the list issue statistics of project version params

func (*ListIssueStatisticsOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIssueStatisticsOfProjectVersionReader

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

ListIssueStatisticsOfProjectVersionReader is a Reader for the ListIssueStatisticsOfProjectVersion structure.

func (*ListIssueStatisticsOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIssueStatisticsOfProjectVersionUnauthorized

type ListIssueStatisticsOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListIssueStatisticsOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListIssueStatisticsOfProjectVersionUnauthorized

func NewListIssueStatisticsOfProjectVersionUnauthorized() *ListIssueStatisticsOfProjectVersionUnauthorized

NewListIssueStatisticsOfProjectVersionUnauthorized creates a ListIssueStatisticsOfProjectVersionUnauthorized with default headers values

func (*ListIssueStatisticsOfProjectVersionUnauthorized) Error

func (*ListIssueStatisticsOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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