issue_audit_comment_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 audit comment controller API

func (*Client) ListIssueAuditComment

func (a *Client) ListIssueAuditComment(params *ListIssueAuditCommentParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueAuditCommentOK, error)

ListIssueAuditComment lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListIssueAuditComment(params *ListIssueAuditCommentParams, authInfo runtime.ClientAuthInfoWriter) (*ListIssueAuditCommentOK, 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 audit comment controller API client.

type ListIssueAuditCommentBadRequest

type ListIssueAuditCommentBadRequest struct {
	Payload *models.APIResult
}

ListIssueAuditCommentBadRequest handles this case with default header values.

Bad Request

func NewListIssueAuditCommentBadRequest

func NewListIssueAuditCommentBadRequest() *ListIssueAuditCommentBadRequest

NewListIssueAuditCommentBadRequest creates a ListIssueAuditCommentBadRequest with default headers values

func (*ListIssueAuditCommentBadRequest) Error

func (*ListIssueAuditCommentBadRequest) GetPayload

type ListIssueAuditCommentConflict

type ListIssueAuditCommentConflict struct {
	Payload *models.APIResult
}

ListIssueAuditCommentConflict handles this case with default header values.

Conflict

func NewListIssueAuditCommentConflict

func NewListIssueAuditCommentConflict() *ListIssueAuditCommentConflict

NewListIssueAuditCommentConflict creates a ListIssueAuditCommentConflict with default headers values

func (*ListIssueAuditCommentConflict) Error

func (*ListIssueAuditCommentConflict) GetPayload

type ListIssueAuditCommentForbidden

type ListIssueAuditCommentForbidden struct {
	Payload *models.APIResult
}

ListIssueAuditCommentForbidden handles this case with default header values.

Forbidden

func NewListIssueAuditCommentForbidden

func NewListIssueAuditCommentForbidden() *ListIssueAuditCommentForbidden

NewListIssueAuditCommentForbidden creates a ListIssueAuditCommentForbidden with default headers values

func (*ListIssueAuditCommentForbidden) Error

func (*ListIssueAuditCommentForbidden) GetPayload

type ListIssueAuditCommentInternalServerError

type ListIssueAuditCommentInternalServerError struct {
	Payload *models.APIResult
}

ListIssueAuditCommentInternalServerError handles this case with default header values.

Internal Server Error

func NewListIssueAuditCommentInternalServerError

func NewListIssueAuditCommentInternalServerError() *ListIssueAuditCommentInternalServerError

NewListIssueAuditCommentInternalServerError creates a ListIssueAuditCommentInternalServerError with default headers values

func (*ListIssueAuditCommentInternalServerError) Error

func (*ListIssueAuditCommentInternalServerError) GetPayload

type ListIssueAuditCommentNotFound

type ListIssueAuditCommentNotFound struct {
	Payload *models.APIResult
}

ListIssueAuditCommentNotFound handles this case with default header values.

Not Found

func NewListIssueAuditCommentNotFound

func NewListIssueAuditCommentNotFound() *ListIssueAuditCommentNotFound

NewListIssueAuditCommentNotFound creates a ListIssueAuditCommentNotFound with default headers values

func (*ListIssueAuditCommentNotFound) Error

func (*ListIssueAuditCommentNotFound) GetPayload

type ListIssueAuditCommentOK

type ListIssueAuditCommentOK struct {
	Payload *models.APIResultListIssueAuditComment
}

ListIssueAuditCommentOK handles this case with default header values.

OK

func NewListIssueAuditCommentOK

func NewListIssueAuditCommentOK() *ListIssueAuditCommentOK

NewListIssueAuditCommentOK creates a ListIssueAuditCommentOK with default headers values

func (*ListIssueAuditCommentOK) Error

func (o *ListIssueAuditCommentOK) Error() string

func (*ListIssueAuditCommentOK) GetPayload

type ListIssueAuditCommentParams

type ListIssueAuditCommentParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Fulltextsearch
	  Only 'true' is supported

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

	*/
	Limit *int32
	/*Q
	  A full text search query

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

	*/
	Start *int32

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

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

func NewListIssueAuditCommentParams

func NewListIssueAuditCommentParams() *ListIssueAuditCommentParams

NewListIssueAuditCommentParams creates a new ListIssueAuditCommentParams object with the default values initialized.

func NewListIssueAuditCommentParamsWithContext

func NewListIssueAuditCommentParamsWithContext(ctx context.Context) *ListIssueAuditCommentParams

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

func NewListIssueAuditCommentParamsWithHTTPClient

func NewListIssueAuditCommentParamsWithHTTPClient(client *http.Client) *ListIssueAuditCommentParams

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

func NewListIssueAuditCommentParamsWithTimeout

func NewListIssueAuditCommentParamsWithTimeout(timeout time.Duration) *ListIssueAuditCommentParams

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

func (*ListIssueAuditCommentParams) SetContext

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

SetContext adds the context to the list issue audit comment params

func (*ListIssueAuditCommentParams) SetFields

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

SetFields adds the fields to the list issue audit comment params

func (*ListIssueAuditCommentParams) SetFulltextsearch

func (o *ListIssueAuditCommentParams) SetFulltextsearch(fulltextsearch string)

SetFulltextsearch adds the fulltextsearch to the list issue audit comment params

func (*ListIssueAuditCommentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list issue audit comment params

func (*ListIssueAuditCommentParams) SetLimit

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

SetLimit adds the limit to the list issue audit comment params

func (*ListIssueAuditCommentParams) SetQ

SetQ adds the q to the list issue audit comment params

func (*ListIssueAuditCommentParams) SetStart

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

SetStart adds the start to the list issue audit comment params

func (*ListIssueAuditCommentParams) SetTimeout

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

SetTimeout adds the timeout to the list issue audit comment params

func (*ListIssueAuditCommentParams) WithContext

WithContext adds the context to the list issue audit comment params

func (*ListIssueAuditCommentParams) WithFields

WithFields adds the fields to the list issue audit comment params

func (*ListIssueAuditCommentParams) WithFulltextsearch

func (o *ListIssueAuditCommentParams) WithFulltextsearch(fulltextsearch string) *ListIssueAuditCommentParams

WithFulltextsearch adds the fulltextsearch to the list issue audit comment params

func (*ListIssueAuditCommentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list issue audit comment params

func (*ListIssueAuditCommentParams) WithLimit

WithLimit adds the limit to the list issue audit comment params

func (*ListIssueAuditCommentParams) WithQ

WithQ adds the q to the list issue audit comment params

func (*ListIssueAuditCommentParams) WithStart

WithStart adds the start to the list issue audit comment params

func (*ListIssueAuditCommentParams) WithTimeout

WithTimeout adds the timeout to the list issue audit comment params

func (*ListIssueAuditCommentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListIssueAuditCommentReader

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

ListIssueAuditCommentReader is a Reader for the ListIssueAuditComment structure.

func (*ListIssueAuditCommentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListIssueAuditCommentUnauthorized

type ListIssueAuditCommentUnauthorized struct {
	Payload *models.APIResult
}

ListIssueAuditCommentUnauthorized handles this case with default header values.

Unauthorized

func NewListIssueAuditCommentUnauthorized

func NewListIssueAuditCommentUnauthorized() *ListIssueAuditCommentUnauthorized

NewListIssueAuditCommentUnauthorized creates a ListIssueAuditCommentUnauthorized with default headers values

func (*ListIssueAuditCommentUnauthorized) Error

func (*ListIssueAuditCommentUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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