issue_detail_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 issue detail controller API

func (*Client) ListIssueDetail

func (a *Client) ListIssueDetail(params *ListIssueDetailParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueDetailOK, error)

ListIssueDetail lists

func (*Client) ReadIssueDetail

func (a *Client) ReadIssueDetail(params *ReadIssueDetailParams, authInfo runtime.ClientAuthInfoWriter) (*ReadIssueDetailOK, error)

ReadIssueDetail reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListIssueDetail(params *ListIssueDetailParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueDetailOK, error)

	ReadIssueDetail(params *ReadIssueDetailParams, authInfo runtime.ClientAuthInfoWriter) (*ReadIssueDetailOK, 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 detail controller API client.

type ListIssueDetailBadRequest

type ListIssueDetailBadRequest struct {
	Payload *models.APIResult
}

ListIssueDetailBadRequest handles this case with default header values.

Bad Request

func NewListIssueDetailBadRequest

func NewListIssueDetailBadRequest() *ListIssueDetailBadRequest

NewListIssueDetailBadRequest creates a ListIssueDetailBadRequest with default headers values

func (*ListIssueDetailBadRequest) Error

func (o *ListIssueDetailBadRequest) Error() string

func (*ListIssueDetailBadRequest) GetPayload

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

type ListIssueDetailConflict

type ListIssueDetailConflict struct {
	Payload *models.APIResult
}

ListIssueDetailConflict handles this case with default header values.

Conflict

func NewListIssueDetailConflict

func NewListIssueDetailConflict() *ListIssueDetailConflict

NewListIssueDetailConflict creates a ListIssueDetailConflict with default headers values

func (*ListIssueDetailConflict) Error

func (o *ListIssueDetailConflict) Error() string

func (*ListIssueDetailConflict) GetPayload

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

type ListIssueDetailForbidden

type ListIssueDetailForbidden struct {
	Payload *models.APIResult
}

ListIssueDetailForbidden handles this case with default header values.

Forbidden

func NewListIssueDetailForbidden

func NewListIssueDetailForbidden() *ListIssueDetailForbidden

NewListIssueDetailForbidden creates a ListIssueDetailForbidden with default headers values

func (*ListIssueDetailForbidden) Error

func (o *ListIssueDetailForbidden) Error() string

func (*ListIssueDetailForbidden) GetPayload

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

type ListIssueDetailInternalServerError

type ListIssueDetailInternalServerError struct {
	Payload *models.APIResult
}

ListIssueDetailInternalServerError handles this case with default header values.

Internal Server Error

func NewListIssueDetailInternalServerError

func NewListIssueDetailInternalServerError() *ListIssueDetailInternalServerError

NewListIssueDetailInternalServerError creates a ListIssueDetailInternalServerError with default headers values

func (*ListIssueDetailInternalServerError) Error

func (*ListIssueDetailInternalServerError) GetPayload

type ListIssueDetailNotFound

type ListIssueDetailNotFound struct {
	Payload *models.APIResult
}

ListIssueDetailNotFound handles this case with default header values.

Not Found

func NewListIssueDetailNotFound

func NewListIssueDetailNotFound() *ListIssueDetailNotFound

NewListIssueDetailNotFound creates a ListIssueDetailNotFound with default headers values

func (*ListIssueDetailNotFound) Error

func (o *ListIssueDetailNotFound) Error() string

func (*ListIssueDetailNotFound) GetPayload

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

type ListIssueDetailOK

type ListIssueDetailOK struct {
	Payload *models.APIResultListProjectVersionIssueDetails
}

ListIssueDetailOK handles this case with default header values.

OK

func NewListIssueDetailOK

func NewListIssueDetailOK() *ListIssueDetailOK

NewListIssueDetailOK creates a ListIssueDetailOK with default headers values

func (*ListIssueDetailOK) Error

func (o *ListIssueDetailOK) Error() string

func (*ListIssueDetailOK) GetPayload

type ListIssueDetailParams

type ListIssueDetailParams struct {

	/*InstanceID
	  instanceId

	*/
	InstanceID string
	/*ProjectName
	  projectName

	*/
	ProjectName string
	/*ProjectVersionName
	  projectVersionName

	*/
	ProjectVersionName string

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

ListIssueDetailParams contains all the parameters to send to the API endpoint for the list issue detail operation typically these are written to a http.Request

func NewListIssueDetailParams

func NewListIssueDetailParams() *ListIssueDetailParams

NewListIssueDetailParams creates a new ListIssueDetailParams object with the default values initialized.

func NewListIssueDetailParamsWithContext

func NewListIssueDetailParamsWithContext(ctx context.Context) *ListIssueDetailParams

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

func NewListIssueDetailParamsWithHTTPClient

func NewListIssueDetailParamsWithHTTPClient(client *http.Client) *ListIssueDetailParams

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

func NewListIssueDetailParamsWithTimeout

func NewListIssueDetailParamsWithTimeout(timeout time.Duration) *ListIssueDetailParams

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

func (*ListIssueDetailParams) SetContext

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

SetContext adds the context to the list issue detail params

func (*ListIssueDetailParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list issue detail params

func (*ListIssueDetailParams) SetInstanceID

func (o *ListIssueDetailParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the list issue detail params

func (*ListIssueDetailParams) SetProjectName

func (o *ListIssueDetailParams) SetProjectName(projectName string)

SetProjectName adds the projectName to the list issue detail params

func (*ListIssueDetailParams) SetProjectVersionName

func (o *ListIssueDetailParams) SetProjectVersionName(projectVersionName string)

SetProjectVersionName adds the projectVersionName to the list issue detail params

func (*ListIssueDetailParams) SetTimeout

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

SetTimeout adds the timeout to the list issue detail params

func (*ListIssueDetailParams) WithContext

WithContext adds the context to the list issue detail params

func (*ListIssueDetailParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list issue detail params

func (*ListIssueDetailParams) WithInstanceID

func (o *ListIssueDetailParams) WithInstanceID(instanceID string) *ListIssueDetailParams

WithInstanceID adds the instanceID to the list issue detail params

func (*ListIssueDetailParams) WithProjectName

func (o *ListIssueDetailParams) WithProjectName(projectName string) *ListIssueDetailParams

WithProjectName adds the projectName to the list issue detail params

func (*ListIssueDetailParams) WithProjectVersionName

func (o *ListIssueDetailParams) WithProjectVersionName(projectVersionName string) *ListIssueDetailParams

WithProjectVersionName adds the projectVersionName to the list issue detail params

func (*ListIssueDetailParams) WithTimeout

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

WithTimeout adds the timeout to the list issue detail params

func (*ListIssueDetailParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListIssueDetailReader

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

ListIssueDetailReader is a Reader for the ListIssueDetail structure.

func (*ListIssueDetailReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIssueDetailUnauthorized

type ListIssueDetailUnauthorized struct {
	Payload *models.APIResult
}

ListIssueDetailUnauthorized handles this case with default header values.

Unauthorized

func NewListIssueDetailUnauthorized

func NewListIssueDetailUnauthorized() *ListIssueDetailUnauthorized

NewListIssueDetailUnauthorized creates a ListIssueDetailUnauthorized with default headers values

func (*ListIssueDetailUnauthorized) Error

func (*ListIssueDetailUnauthorized) GetPayload

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

type ReadIssueDetailBadRequest

type ReadIssueDetailBadRequest struct {
	Payload *models.APIResult
}

ReadIssueDetailBadRequest handles this case with default header values.

Bad Request

func NewReadIssueDetailBadRequest

func NewReadIssueDetailBadRequest() *ReadIssueDetailBadRequest

NewReadIssueDetailBadRequest creates a ReadIssueDetailBadRequest with default headers values

func (*ReadIssueDetailBadRequest) Error

func (o *ReadIssueDetailBadRequest) Error() string

func (*ReadIssueDetailBadRequest) GetPayload

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

type ReadIssueDetailConflict

type ReadIssueDetailConflict struct {
	Payload *models.APIResult
}

ReadIssueDetailConflict handles this case with default header values.

Conflict

func NewReadIssueDetailConflict

func NewReadIssueDetailConflict() *ReadIssueDetailConflict

NewReadIssueDetailConflict creates a ReadIssueDetailConflict with default headers values

func (*ReadIssueDetailConflict) Error

func (o *ReadIssueDetailConflict) Error() string

func (*ReadIssueDetailConflict) GetPayload

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

type ReadIssueDetailForbidden

type ReadIssueDetailForbidden struct {
	Payload *models.APIResult
}

ReadIssueDetailForbidden handles this case with default header values.

Forbidden

func NewReadIssueDetailForbidden

func NewReadIssueDetailForbidden() *ReadIssueDetailForbidden

NewReadIssueDetailForbidden creates a ReadIssueDetailForbidden with default headers values

func (*ReadIssueDetailForbidden) Error

func (o *ReadIssueDetailForbidden) Error() string

func (*ReadIssueDetailForbidden) GetPayload

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

type ReadIssueDetailInternalServerError

type ReadIssueDetailInternalServerError struct {
	Payload *models.APIResult
}

ReadIssueDetailInternalServerError handles this case with default header values.

Internal Server Error

func NewReadIssueDetailInternalServerError

func NewReadIssueDetailInternalServerError() *ReadIssueDetailInternalServerError

NewReadIssueDetailInternalServerError creates a ReadIssueDetailInternalServerError with default headers values

func (*ReadIssueDetailInternalServerError) Error

func (*ReadIssueDetailInternalServerError) GetPayload

type ReadIssueDetailNotFound

type ReadIssueDetailNotFound struct {
	Payload *models.APIResult
}

ReadIssueDetailNotFound handles this case with default header values.

Not Found

func NewReadIssueDetailNotFound

func NewReadIssueDetailNotFound() *ReadIssueDetailNotFound

NewReadIssueDetailNotFound creates a ReadIssueDetailNotFound with default headers values

func (*ReadIssueDetailNotFound) Error

func (o *ReadIssueDetailNotFound) Error() string

func (*ReadIssueDetailNotFound) GetPayload

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

type ReadIssueDetailOK

type ReadIssueDetailOK struct {
	Payload *models.APIResultProjectVersionIssueDetails
}

ReadIssueDetailOK handles this case with default header values.

OK

func NewReadIssueDetailOK

func NewReadIssueDetailOK() *ReadIssueDetailOK

NewReadIssueDetailOK creates a ReadIssueDetailOK with default headers values

func (*ReadIssueDetailOK) Error

func (o *ReadIssueDetailOK) Error() string

func (*ReadIssueDetailOK) GetPayload

type ReadIssueDetailParams

type ReadIssueDetailParams struct {

	/*Filterset
	  Filter set to use

	*/
	Filterset *string
	/*ID
	  id

	*/
	ID int64

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

ReadIssueDetailParams contains all the parameters to send to the API endpoint for the read issue detail operation typically these are written to a http.Request

func NewReadIssueDetailParams

func NewReadIssueDetailParams() *ReadIssueDetailParams

NewReadIssueDetailParams creates a new ReadIssueDetailParams object with the default values initialized.

func NewReadIssueDetailParamsWithContext

func NewReadIssueDetailParamsWithContext(ctx context.Context) *ReadIssueDetailParams

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

func NewReadIssueDetailParamsWithHTTPClient

func NewReadIssueDetailParamsWithHTTPClient(client *http.Client) *ReadIssueDetailParams

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

func NewReadIssueDetailParamsWithTimeout

func NewReadIssueDetailParamsWithTimeout(timeout time.Duration) *ReadIssueDetailParams

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

func (*ReadIssueDetailParams) SetContext

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

SetContext adds the context to the read issue detail params

func (*ReadIssueDetailParams) SetFilterset

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

SetFilterset adds the filterset to the read issue detail params

func (*ReadIssueDetailParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read issue detail params

func (*ReadIssueDetailParams) SetID

func (o *ReadIssueDetailParams) SetID(id int64)

SetID adds the id to the read issue detail params

func (*ReadIssueDetailParams) SetTimeout

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

SetTimeout adds the timeout to the read issue detail params

func (*ReadIssueDetailParams) WithContext

WithContext adds the context to the read issue detail params

func (*ReadIssueDetailParams) WithFilterset

func (o *ReadIssueDetailParams) WithFilterset(filterset *string) *ReadIssueDetailParams

WithFilterset adds the filterset to the read issue detail params

func (*ReadIssueDetailParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the read issue detail params

func (*ReadIssueDetailParams) WithID

WithID adds the id to the read issue detail params

func (*ReadIssueDetailParams) WithTimeout

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

WithTimeout adds the timeout to the read issue detail params

func (*ReadIssueDetailParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReadIssueDetailReader

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

ReadIssueDetailReader is a Reader for the ReadIssueDetail structure.

func (*ReadIssueDetailReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadIssueDetailUnauthorized

type ReadIssueDetailUnauthorized struct {
	Payload *models.APIResult
}

ReadIssueDetailUnauthorized handles this case with default header values.

Unauthorized

func NewReadIssueDetailUnauthorized

func NewReadIssueDetailUnauthorized() *ReadIssueDetailUnauthorized

NewReadIssueDetailUnauthorized creates a ReadIssueDetailUnauthorized with default headers values

func (*ReadIssueDetailUnauthorized) Error

func (*ReadIssueDetailUnauthorized) GetPayload

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

Jump to

Keyboard shortcuts

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