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

func (*Client) CreateProjectVersionOfProject

CreateProjectVersionOfProject creates

func (*Client) ListProjectVersionOfProject

func (a *Client) ListProjectVersionOfProject(params *ListProjectVersionOfProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectVersionOfProjectOK, error)

ListProjectVersionOfProject lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	CreateProjectVersionOfProject(params *CreateProjectVersionOfProjectParams, authInfo runtime.ClientAuthInfoWriter) (*CreateProjectVersionOfProjectCreated, error)

	ListProjectVersionOfProject(params *ListProjectVersionOfProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectVersionOfProjectOK, 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 project version of project controller API client.

type CreateProjectVersionOfProjectBadRequest

type CreateProjectVersionOfProjectBadRequest struct {
	Payload *models.APIResult
}

CreateProjectVersionOfProjectBadRequest handles this case with default header values.

Bad Request

func NewCreateProjectVersionOfProjectBadRequest

func NewCreateProjectVersionOfProjectBadRequest() *CreateProjectVersionOfProjectBadRequest

NewCreateProjectVersionOfProjectBadRequest creates a CreateProjectVersionOfProjectBadRequest with default headers values

func (*CreateProjectVersionOfProjectBadRequest) Error

func (*CreateProjectVersionOfProjectBadRequest) GetPayload

type CreateProjectVersionOfProjectConflict

type CreateProjectVersionOfProjectConflict struct {
	Payload *models.APIResult
}

CreateProjectVersionOfProjectConflict handles this case with default header values.

Conflict

func NewCreateProjectVersionOfProjectConflict

func NewCreateProjectVersionOfProjectConflict() *CreateProjectVersionOfProjectConflict

NewCreateProjectVersionOfProjectConflict creates a CreateProjectVersionOfProjectConflict with default headers values

func (*CreateProjectVersionOfProjectConflict) Error

func (*CreateProjectVersionOfProjectConflict) GetPayload

type CreateProjectVersionOfProjectCreated

type CreateProjectVersionOfProjectCreated struct {
	Payload *models.APIResultProjectVersion
}

CreateProjectVersionOfProjectCreated handles this case with default header values.

Created

func NewCreateProjectVersionOfProjectCreated

func NewCreateProjectVersionOfProjectCreated() *CreateProjectVersionOfProjectCreated

NewCreateProjectVersionOfProjectCreated creates a CreateProjectVersionOfProjectCreated with default headers values

func (*CreateProjectVersionOfProjectCreated) Error

func (*CreateProjectVersionOfProjectCreated) GetPayload

type CreateProjectVersionOfProjectForbidden

type CreateProjectVersionOfProjectForbidden struct {
	Payload *models.APIResult
}

CreateProjectVersionOfProjectForbidden handles this case with default header values.

Forbidden

func NewCreateProjectVersionOfProjectForbidden

func NewCreateProjectVersionOfProjectForbidden() *CreateProjectVersionOfProjectForbidden

NewCreateProjectVersionOfProjectForbidden creates a CreateProjectVersionOfProjectForbidden with default headers values

func (*CreateProjectVersionOfProjectForbidden) Error

func (*CreateProjectVersionOfProjectForbidden) GetPayload

type CreateProjectVersionOfProjectInternalServerError

type CreateProjectVersionOfProjectInternalServerError struct {
	Payload *models.APIResult
}

CreateProjectVersionOfProjectInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateProjectVersionOfProjectInternalServerError

func NewCreateProjectVersionOfProjectInternalServerError() *CreateProjectVersionOfProjectInternalServerError

NewCreateProjectVersionOfProjectInternalServerError creates a CreateProjectVersionOfProjectInternalServerError with default headers values

func (*CreateProjectVersionOfProjectInternalServerError) Error

func (*CreateProjectVersionOfProjectInternalServerError) GetPayload

type CreateProjectVersionOfProjectNotFound

type CreateProjectVersionOfProjectNotFound struct {
	Payload *models.APIResult
}

CreateProjectVersionOfProjectNotFound handles this case with default header values.

Not Found

func NewCreateProjectVersionOfProjectNotFound

func NewCreateProjectVersionOfProjectNotFound() *CreateProjectVersionOfProjectNotFound

NewCreateProjectVersionOfProjectNotFound creates a CreateProjectVersionOfProjectNotFound with default headers values

func (*CreateProjectVersionOfProjectNotFound) Error

func (*CreateProjectVersionOfProjectNotFound) GetPayload

type CreateProjectVersionOfProjectParams

type CreateProjectVersionOfProjectParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Resource
	  resource

	*/
	Resource *models.ProjectVersion

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

CreateProjectVersionOfProjectParams contains all the parameters to send to the API endpoint for the create project version of project operation typically these are written to a http.Request

func NewCreateProjectVersionOfProjectParams

func NewCreateProjectVersionOfProjectParams() *CreateProjectVersionOfProjectParams

NewCreateProjectVersionOfProjectParams creates a new CreateProjectVersionOfProjectParams object with the default values initialized.

func NewCreateProjectVersionOfProjectParamsWithContext

func NewCreateProjectVersionOfProjectParamsWithContext(ctx context.Context) *CreateProjectVersionOfProjectParams

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

func NewCreateProjectVersionOfProjectParamsWithHTTPClient

func NewCreateProjectVersionOfProjectParamsWithHTTPClient(client *http.Client) *CreateProjectVersionOfProjectParams

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

func NewCreateProjectVersionOfProjectParamsWithTimeout

func NewCreateProjectVersionOfProjectParamsWithTimeout(timeout time.Duration) *CreateProjectVersionOfProjectParams

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

func (*CreateProjectVersionOfProjectParams) SetContext

SetContext adds the context to the create project version of project params

func (*CreateProjectVersionOfProjectParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create project version of project params

func (*CreateProjectVersionOfProjectParams) SetParentID

func (o *CreateProjectVersionOfProjectParams) SetParentID(parentID int64)

SetParentID adds the parentId to the create project version of project params

func (*CreateProjectVersionOfProjectParams) SetResource

func (o *CreateProjectVersionOfProjectParams) SetResource(resource *models.ProjectVersion)

SetResource adds the resource to the create project version of project params

func (*CreateProjectVersionOfProjectParams) SetTimeout

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

SetTimeout adds the timeout to the create project version of project params

func (*CreateProjectVersionOfProjectParams) WithContext

WithContext adds the context to the create project version of project params

func (*CreateProjectVersionOfProjectParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create project version of project params

func (*CreateProjectVersionOfProjectParams) WithParentID

WithParentID adds the parentID to the create project version of project params

func (*CreateProjectVersionOfProjectParams) WithResource

WithResource adds the resource to the create project version of project params

func (*CreateProjectVersionOfProjectParams) WithTimeout

WithTimeout adds the timeout to the create project version of project params

func (*CreateProjectVersionOfProjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateProjectVersionOfProjectReader

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

CreateProjectVersionOfProjectReader is a Reader for the CreateProjectVersionOfProject structure.

func (*CreateProjectVersionOfProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateProjectVersionOfProjectUnauthorized

type CreateProjectVersionOfProjectUnauthorized struct {
	Payload *models.APIResult
}

CreateProjectVersionOfProjectUnauthorized handles this case with default header values.

Unauthorized

func NewCreateProjectVersionOfProjectUnauthorized

func NewCreateProjectVersionOfProjectUnauthorized() *CreateProjectVersionOfProjectUnauthorized

NewCreateProjectVersionOfProjectUnauthorized creates a CreateProjectVersionOfProjectUnauthorized with default headers values

func (*CreateProjectVersionOfProjectUnauthorized) Error

func (*CreateProjectVersionOfProjectUnauthorized) GetPayload

type ListProjectVersionOfProjectBadRequest

type ListProjectVersionOfProjectBadRequest struct {
	Payload *models.APIResult
}

ListProjectVersionOfProjectBadRequest handles this case with default header values.

Bad Request

func NewListProjectVersionOfProjectBadRequest

func NewListProjectVersionOfProjectBadRequest() *ListProjectVersionOfProjectBadRequest

NewListProjectVersionOfProjectBadRequest creates a ListProjectVersionOfProjectBadRequest with default headers values

func (*ListProjectVersionOfProjectBadRequest) Error

func (*ListProjectVersionOfProjectBadRequest) GetPayload

type ListProjectVersionOfProjectConflict

type ListProjectVersionOfProjectConflict struct {
	Payload *models.APIResult
}

ListProjectVersionOfProjectConflict handles this case with default header values.

Conflict

func NewListProjectVersionOfProjectConflict

func NewListProjectVersionOfProjectConflict() *ListProjectVersionOfProjectConflict

NewListProjectVersionOfProjectConflict creates a ListProjectVersionOfProjectConflict with default headers values

func (*ListProjectVersionOfProjectConflict) Error

func (*ListProjectVersionOfProjectConflict) GetPayload

type ListProjectVersionOfProjectForbidden

type ListProjectVersionOfProjectForbidden struct {
	Payload *models.APIResult
}

ListProjectVersionOfProjectForbidden handles this case with default header values.

Forbidden

func NewListProjectVersionOfProjectForbidden

func NewListProjectVersionOfProjectForbidden() *ListProjectVersionOfProjectForbidden

NewListProjectVersionOfProjectForbidden creates a ListProjectVersionOfProjectForbidden with default headers values

func (*ListProjectVersionOfProjectForbidden) Error

func (*ListProjectVersionOfProjectForbidden) GetPayload

type ListProjectVersionOfProjectInternalServerError

type ListProjectVersionOfProjectInternalServerError struct {
	Payload *models.APIResult
}

ListProjectVersionOfProjectInternalServerError handles this case with default header values.

Internal Server Error

func NewListProjectVersionOfProjectInternalServerError

func NewListProjectVersionOfProjectInternalServerError() *ListProjectVersionOfProjectInternalServerError

NewListProjectVersionOfProjectInternalServerError creates a ListProjectVersionOfProjectInternalServerError with default headers values

func (*ListProjectVersionOfProjectInternalServerError) Error

func (*ListProjectVersionOfProjectInternalServerError) GetPayload

type ListProjectVersionOfProjectNotFound

type ListProjectVersionOfProjectNotFound struct {
	Payload *models.APIResult
}

ListProjectVersionOfProjectNotFound handles this case with default header values.

Not Found

func NewListProjectVersionOfProjectNotFound

func NewListProjectVersionOfProjectNotFound() *ListProjectVersionOfProjectNotFound

NewListProjectVersionOfProjectNotFound creates a ListProjectVersionOfProjectNotFound with default headers values

func (*ListProjectVersionOfProjectNotFound) Error

func (*ListProjectVersionOfProjectNotFound) GetPayload

type ListProjectVersionOfProjectOK

type ListProjectVersionOfProjectOK struct {
	Payload *models.APIResultListProjectVersion
}

ListProjectVersionOfProjectOK handles this case with default header values.

OK

func NewListProjectVersionOfProjectOK

func NewListProjectVersionOfProjectOK() *ListProjectVersionOfProjectOK

NewListProjectVersionOfProjectOK creates a ListProjectVersionOfProjectOK with default headers values

func (*ListProjectVersionOfProjectOK) Error

func (*ListProjectVersionOfProjectOK) GetPayload

type ListProjectVersionOfProjectParams

type ListProjectVersionOfProjectParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Fulltextsearch
	  If 'true', interpret 'q' parameter as full text search query, defaults to 'false'

	*/
	Fulltextsearch *bool
	/*IncludeInactive
	  includeInactive

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

	*/
	Limit *int32
	/*MyAssignedIssues
	  myAssignedIssues

	*/
	MyAssignedIssues *bool
	/*Orderby
	  Fields to order by

	*/
	Orderby *string
	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Q
	  A search-spec of full text search query (see fulltextsearch parameter)

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

	*/
	Start *int32

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

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

func NewListProjectVersionOfProjectParams

func NewListProjectVersionOfProjectParams() *ListProjectVersionOfProjectParams

NewListProjectVersionOfProjectParams creates a new ListProjectVersionOfProjectParams object with the default values initialized.

func NewListProjectVersionOfProjectParamsWithContext

func NewListProjectVersionOfProjectParamsWithContext(ctx context.Context) *ListProjectVersionOfProjectParams

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

func NewListProjectVersionOfProjectParamsWithHTTPClient

func NewListProjectVersionOfProjectParamsWithHTTPClient(client *http.Client) *ListProjectVersionOfProjectParams

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

func NewListProjectVersionOfProjectParamsWithTimeout

func NewListProjectVersionOfProjectParamsWithTimeout(timeout time.Duration) *ListProjectVersionOfProjectParams

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

func (*ListProjectVersionOfProjectParams) SetContext

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

func (*ListProjectVersionOfProjectParams) SetFields

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

SetFields adds the fields to the list project version of project params

func (*ListProjectVersionOfProjectParams) SetFulltextsearch

func (o *ListProjectVersionOfProjectParams) SetFulltextsearch(fulltextsearch *bool)

SetFulltextsearch adds the fulltextsearch to the list project version of project params

func (*ListProjectVersionOfProjectParams) SetHTTPClient

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

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

func (*ListProjectVersionOfProjectParams) SetIncludeInactive

func (o *ListProjectVersionOfProjectParams) SetIncludeInactive(includeInactive *bool)

SetIncludeInactive adds the includeInactive to the list project version of project params

func (*ListProjectVersionOfProjectParams) SetLimit

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

SetLimit adds the limit to the list project version of project params

func (*ListProjectVersionOfProjectParams) SetMyAssignedIssues

func (o *ListProjectVersionOfProjectParams) SetMyAssignedIssues(myAssignedIssues *bool)

SetMyAssignedIssues adds the myAssignedIssues to the list project version of project params

func (*ListProjectVersionOfProjectParams) SetOrderby

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

SetOrderby adds the orderby to the list project version of project params

func (*ListProjectVersionOfProjectParams) SetParentID

func (o *ListProjectVersionOfProjectParams) SetParentID(parentID int64)

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

func (*ListProjectVersionOfProjectParams) SetQ

SetQ adds the q to the list project version of project params

func (*ListProjectVersionOfProjectParams) SetStart

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

SetStart adds the start to the list project version of project params

func (*ListProjectVersionOfProjectParams) SetTimeout

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

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

func (*ListProjectVersionOfProjectParams) WithContext

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

func (*ListProjectVersionOfProjectParams) WithFields

WithFields adds the fields to the list project version of project params

func (*ListProjectVersionOfProjectParams) WithFulltextsearch

func (o *ListProjectVersionOfProjectParams) WithFulltextsearch(fulltextsearch *bool) *ListProjectVersionOfProjectParams

WithFulltextsearch adds the fulltextsearch to the list project version of project params

func (*ListProjectVersionOfProjectParams) WithHTTPClient

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

func (*ListProjectVersionOfProjectParams) WithIncludeInactive

func (o *ListProjectVersionOfProjectParams) WithIncludeInactive(includeInactive *bool) *ListProjectVersionOfProjectParams

WithIncludeInactive adds the includeInactive to the list project version of project params

func (*ListProjectVersionOfProjectParams) WithLimit

WithLimit adds the limit to the list project version of project params

func (*ListProjectVersionOfProjectParams) WithMyAssignedIssues

func (o *ListProjectVersionOfProjectParams) WithMyAssignedIssues(myAssignedIssues *bool) *ListProjectVersionOfProjectParams

WithMyAssignedIssues adds the myAssignedIssues to the list project version of project params

func (*ListProjectVersionOfProjectParams) WithOrderby

WithOrderby adds the orderby to the list project version of project params

func (*ListProjectVersionOfProjectParams) WithParentID

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

func (*ListProjectVersionOfProjectParams) WithQ

WithQ adds the q to the list project version of project params

func (*ListProjectVersionOfProjectParams) WithStart

WithStart adds the start to the list project version of project params

func (*ListProjectVersionOfProjectParams) WithTimeout

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

func (*ListProjectVersionOfProjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProjectVersionOfProjectReader

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

ListProjectVersionOfProjectReader is a Reader for the ListProjectVersionOfProject structure.

func (*ListProjectVersionOfProjectReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListProjectVersionOfProjectUnauthorized

type ListProjectVersionOfProjectUnauthorized struct {
	Payload *models.APIResult
}

ListProjectVersionOfProjectUnauthorized handles this case with default header values.

Unauthorized

func NewListProjectVersionOfProjectUnauthorized

func NewListProjectVersionOfProjectUnauthorized() *ListProjectVersionOfProjectUnauthorized

NewListProjectVersionOfProjectUnauthorized creates a ListProjectVersionOfProjectUnauthorized with default headers values

func (*ListProjectVersionOfProjectUnauthorized) Error

func (*ListProjectVersionOfProjectUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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