folder_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: 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 folder of project version controller API

func (*Client) ListFolderOfProjectVersion

func (a *Client) ListFolderOfProjectVersion(params *ListFolderOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListFolderOfProjectVersionOK, error)

ListFolderOfProjectVersion lists

func (*Client) ReadFolderOfProjectVersion

func (a *Client) ReadFolderOfProjectVersion(params *ReadFolderOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadFolderOfProjectVersionOK, error)

ReadFolderOfProjectVersion reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListFolderOfProjectVersion(params *ListFolderOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ListFolderOfProjectVersionOK, error)

	ReadFolderOfProjectVersion(params *ReadFolderOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ReadFolderOfProjectVersionOK, 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 folder of project version controller API client.

type ListFolderOfProjectVersionBadRequest

type ListFolderOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ListFolderOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewListFolderOfProjectVersionBadRequest

func NewListFolderOfProjectVersionBadRequest() *ListFolderOfProjectVersionBadRequest

NewListFolderOfProjectVersionBadRequest creates a ListFolderOfProjectVersionBadRequest with default headers values

func (*ListFolderOfProjectVersionBadRequest) Error

func (*ListFolderOfProjectVersionBadRequest) GetPayload

type ListFolderOfProjectVersionConflict

type ListFolderOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ListFolderOfProjectVersionConflict handles this case with default header values.

Conflict

func NewListFolderOfProjectVersionConflict

func NewListFolderOfProjectVersionConflict() *ListFolderOfProjectVersionConflict

NewListFolderOfProjectVersionConflict creates a ListFolderOfProjectVersionConflict with default headers values

func (*ListFolderOfProjectVersionConflict) Error

func (*ListFolderOfProjectVersionConflict) GetPayload

type ListFolderOfProjectVersionForbidden

type ListFolderOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ListFolderOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewListFolderOfProjectVersionForbidden

func NewListFolderOfProjectVersionForbidden() *ListFolderOfProjectVersionForbidden

NewListFolderOfProjectVersionForbidden creates a ListFolderOfProjectVersionForbidden with default headers values

func (*ListFolderOfProjectVersionForbidden) Error

func (*ListFolderOfProjectVersionForbidden) GetPayload

type ListFolderOfProjectVersionInternalServerError

type ListFolderOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ListFolderOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewListFolderOfProjectVersionInternalServerError

func NewListFolderOfProjectVersionInternalServerError() *ListFolderOfProjectVersionInternalServerError

NewListFolderOfProjectVersionInternalServerError creates a ListFolderOfProjectVersionInternalServerError with default headers values

func (*ListFolderOfProjectVersionInternalServerError) Error

func (*ListFolderOfProjectVersionInternalServerError) GetPayload

type ListFolderOfProjectVersionNotFound

type ListFolderOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ListFolderOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewListFolderOfProjectVersionNotFound

func NewListFolderOfProjectVersionNotFound() *ListFolderOfProjectVersionNotFound

NewListFolderOfProjectVersionNotFound creates a ListFolderOfProjectVersionNotFound with default headers values

func (*ListFolderOfProjectVersionNotFound) Error

func (*ListFolderOfProjectVersionNotFound) GetPayload

type ListFolderOfProjectVersionOK

type ListFolderOfProjectVersionOK struct {
	Payload *models.APIResultListFolder
}

ListFolderOfProjectVersionOK handles this case with default header values.

OK

func NewListFolderOfProjectVersionOK

func NewListFolderOfProjectVersionOK() *ListFolderOfProjectVersionOK

NewListFolderOfProjectVersionOK creates a ListFolderOfProjectVersionOK with default headers values

func (*ListFolderOfProjectVersionOK) Error

func (*ListFolderOfProjectVersionOK) GetPayload

type ListFolderOfProjectVersionParams

type ListFolderOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64

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

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

func NewListFolderOfProjectVersionParams

func NewListFolderOfProjectVersionParams() *ListFolderOfProjectVersionParams

NewListFolderOfProjectVersionParams creates a new ListFolderOfProjectVersionParams object with the default values initialized.

func NewListFolderOfProjectVersionParamsWithContext

func NewListFolderOfProjectVersionParamsWithContext(ctx context.Context) *ListFolderOfProjectVersionParams

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

func NewListFolderOfProjectVersionParamsWithHTTPClient

func NewListFolderOfProjectVersionParamsWithHTTPClient(client *http.Client) *ListFolderOfProjectVersionParams

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

func NewListFolderOfProjectVersionParamsWithTimeout

func NewListFolderOfProjectVersionParamsWithTimeout(timeout time.Duration) *ListFolderOfProjectVersionParams

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

func (*ListFolderOfProjectVersionParams) SetContext

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

func (*ListFolderOfProjectVersionParams) SetHTTPClient

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

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

func (*ListFolderOfProjectVersionParams) SetParentID

func (o *ListFolderOfProjectVersionParams) SetParentID(parentID int64)

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

func (*ListFolderOfProjectVersionParams) SetTimeout

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

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

func (*ListFolderOfProjectVersionParams) WithContext

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

func (*ListFolderOfProjectVersionParams) WithHTTPClient

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

func (*ListFolderOfProjectVersionParams) WithParentID

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

func (*ListFolderOfProjectVersionParams) WithTimeout

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

func (*ListFolderOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListFolderOfProjectVersionReader

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

ListFolderOfProjectVersionReader is a Reader for the ListFolderOfProjectVersion structure.

func (*ListFolderOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListFolderOfProjectVersionUnauthorized

type ListFolderOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ListFolderOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewListFolderOfProjectVersionUnauthorized

func NewListFolderOfProjectVersionUnauthorized() *ListFolderOfProjectVersionUnauthorized

NewListFolderOfProjectVersionUnauthorized creates a ListFolderOfProjectVersionUnauthorized with default headers values

func (*ListFolderOfProjectVersionUnauthorized) Error

func (*ListFolderOfProjectVersionUnauthorized) GetPayload

type ReadFolderOfProjectVersionBadRequest

type ReadFolderOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

ReadFolderOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewReadFolderOfProjectVersionBadRequest

func NewReadFolderOfProjectVersionBadRequest() *ReadFolderOfProjectVersionBadRequest

NewReadFolderOfProjectVersionBadRequest creates a ReadFolderOfProjectVersionBadRequest with default headers values

func (*ReadFolderOfProjectVersionBadRequest) Error

func (*ReadFolderOfProjectVersionBadRequest) GetPayload

type ReadFolderOfProjectVersionConflict

type ReadFolderOfProjectVersionConflict struct {
	Payload *models.APIResult
}

ReadFolderOfProjectVersionConflict handles this case with default header values.

Conflict

func NewReadFolderOfProjectVersionConflict

func NewReadFolderOfProjectVersionConflict() *ReadFolderOfProjectVersionConflict

NewReadFolderOfProjectVersionConflict creates a ReadFolderOfProjectVersionConflict with default headers values

func (*ReadFolderOfProjectVersionConflict) Error

func (*ReadFolderOfProjectVersionConflict) GetPayload

type ReadFolderOfProjectVersionForbidden

type ReadFolderOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

ReadFolderOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewReadFolderOfProjectVersionForbidden

func NewReadFolderOfProjectVersionForbidden() *ReadFolderOfProjectVersionForbidden

NewReadFolderOfProjectVersionForbidden creates a ReadFolderOfProjectVersionForbidden with default headers values

func (*ReadFolderOfProjectVersionForbidden) Error

func (*ReadFolderOfProjectVersionForbidden) GetPayload

type ReadFolderOfProjectVersionInternalServerError

type ReadFolderOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

ReadFolderOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewReadFolderOfProjectVersionInternalServerError

func NewReadFolderOfProjectVersionInternalServerError() *ReadFolderOfProjectVersionInternalServerError

NewReadFolderOfProjectVersionInternalServerError creates a ReadFolderOfProjectVersionInternalServerError with default headers values

func (*ReadFolderOfProjectVersionInternalServerError) Error

func (*ReadFolderOfProjectVersionInternalServerError) GetPayload

type ReadFolderOfProjectVersionNotFound

type ReadFolderOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

ReadFolderOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewReadFolderOfProjectVersionNotFound

func NewReadFolderOfProjectVersionNotFound() *ReadFolderOfProjectVersionNotFound

NewReadFolderOfProjectVersionNotFound creates a ReadFolderOfProjectVersionNotFound with default headers values

func (*ReadFolderOfProjectVersionNotFound) Error

func (*ReadFolderOfProjectVersionNotFound) GetPayload

type ReadFolderOfProjectVersionOK

type ReadFolderOfProjectVersionOK struct {
	Payload *models.APIResultFolder
}

ReadFolderOfProjectVersionOK handles this case with default header values.

OK

func NewReadFolderOfProjectVersionOK

func NewReadFolderOfProjectVersionOK() *ReadFolderOfProjectVersionOK

NewReadFolderOfProjectVersionOK creates a ReadFolderOfProjectVersionOK with default headers values

func (*ReadFolderOfProjectVersionOK) Error

func (*ReadFolderOfProjectVersionOK) GetPayload

type ReadFolderOfProjectVersionParams

type ReadFolderOfProjectVersionParams struct {

	/*ID
	  id

	*/
	ID int64
	/*ParentID
	  parentId

	*/
	ParentID int64

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

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

func NewReadFolderOfProjectVersionParams

func NewReadFolderOfProjectVersionParams() *ReadFolderOfProjectVersionParams

NewReadFolderOfProjectVersionParams creates a new ReadFolderOfProjectVersionParams object with the default values initialized.

func NewReadFolderOfProjectVersionParamsWithContext

func NewReadFolderOfProjectVersionParamsWithContext(ctx context.Context) *ReadFolderOfProjectVersionParams

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

func NewReadFolderOfProjectVersionParamsWithHTTPClient

func NewReadFolderOfProjectVersionParamsWithHTTPClient(client *http.Client) *ReadFolderOfProjectVersionParams

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

func NewReadFolderOfProjectVersionParamsWithTimeout

func NewReadFolderOfProjectVersionParamsWithTimeout(timeout time.Duration) *ReadFolderOfProjectVersionParams

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

func (*ReadFolderOfProjectVersionParams) SetContext

SetContext adds the context to the read folder of project version params

func (*ReadFolderOfProjectVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read folder of project version params

func (*ReadFolderOfProjectVersionParams) SetID

SetID adds the id to the read folder of project version params

func (*ReadFolderOfProjectVersionParams) SetParentID

func (o *ReadFolderOfProjectVersionParams) SetParentID(parentID int64)

SetParentID adds the parentId to the read folder of project version params

func (*ReadFolderOfProjectVersionParams) SetTimeout

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

SetTimeout adds the timeout to the read folder of project version params

func (*ReadFolderOfProjectVersionParams) WithContext

WithContext adds the context to the read folder of project version params

func (*ReadFolderOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read folder of project version params

func (*ReadFolderOfProjectVersionParams) WithID

WithID adds the id to the read folder of project version params

func (*ReadFolderOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the read folder of project version params

func (*ReadFolderOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the read folder of project version params

func (*ReadFolderOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadFolderOfProjectVersionReader

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

ReadFolderOfProjectVersionReader is a Reader for the ReadFolderOfProjectVersion structure.

func (*ReadFolderOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadFolderOfProjectVersionUnauthorized

type ReadFolderOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

ReadFolderOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewReadFolderOfProjectVersionUnauthorized

func NewReadFolderOfProjectVersionUnauthorized() *ReadFolderOfProjectVersionUnauthorized

NewReadFolderOfProjectVersionUnauthorized creates a ReadFolderOfProjectVersionUnauthorized with default headers values

func (*ReadFolderOfProjectVersionUnauthorized) Error

func (*ReadFolderOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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