audit_history_of_issue_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 audit history of issue controller API

func (*Client) ListAuditHistoryOfIssue

func (a *Client) ListAuditHistoryOfIssue(params *ListAuditHistoryOfIssueParams, authInfo runtime.ClientAuthInfoWriter) (*ListAuditHistoryOfIssueOK, error)

ListAuditHistoryOfIssue lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListAuditHistoryOfIssue(params *ListAuditHistoryOfIssueParams, authInfo runtime.ClientAuthInfoWriter) (*ListAuditHistoryOfIssueOK, 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 audit history of issue controller API client.

type ListAuditHistoryOfIssueBadRequest

type ListAuditHistoryOfIssueBadRequest struct {
	Payload *models.APIResult
}

ListAuditHistoryOfIssueBadRequest handles this case with default header values.

Bad Request

func NewListAuditHistoryOfIssueBadRequest

func NewListAuditHistoryOfIssueBadRequest() *ListAuditHistoryOfIssueBadRequest

NewListAuditHistoryOfIssueBadRequest creates a ListAuditHistoryOfIssueBadRequest with default headers values

func (*ListAuditHistoryOfIssueBadRequest) Error

func (*ListAuditHistoryOfIssueBadRequest) GetPayload

type ListAuditHistoryOfIssueConflict

type ListAuditHistoryOfIssueConflict struct {
	Payload *models.APIResult
}

ListAuditHistoryOfIssueConflict handles this case with default header values.

Conflict

func NewListAuditHistoryOfIssueConflict

func NewListAuditHistoryOfIssueConflict() *ListAuditHistoryOfIssueConflict

NewListAuditHistoryOfIssueConflict creates a ListAuditHistoryOfIssueConflict with default headers values

func (*ListAuditHistoryOfIssueConflict) Error

func (*ListAuditHistoryOfIssueConflict) GetPayload

type ListAuditHistoryOfIssueForbidden

type ListAuditHistoryOfIssueForbidden struct {
	Payload *models.APIResult
}

ListAuditHistoryOfIssueForbidden handles this case with default header values.

Forbidden

func NewListAuditHistoryOfIssueForbidden

func NewListAuditHistoryOfIssueForbidden() *ListAuditHistoryOfIssueForbidden

NewListAuditHistoryOfIssueForbidden creates a ListAuditHistoryOfIssueForbidden with default headers values

func (*ListAuditHistoryOfIssueForbidden) Error

func (*ListAuditHistoryOfIssueForbidden) GetPayload

type ListAuditHistoryOfIssueInternalServerError

type ListAuditHistoryOfIssueInternalServerError struct {
	Payload *models.APIResult
}

ListAuditHistoryOfIssueInternalServerError handles this case with default header values.

Internal Server Error

func NewListAuditHistoryOfIssueInternalServerError

func NewListAuditHistoryOfIssueInternalServerError() *ListAuditHistoryOfIssueInternalServerError

NewListAuditHistoryOfIssueInternalServerError creates a ListAuditHistoryOfIssueInternalServerError with default headers values

func (*ListAuditHistoryOfIssueInternalServerError) Error

func (*ListAuditHistoryOfIssueInternalServerError) GetPayload

type ListAuditHistoryOfIssueNotFound

type ListAuditHistoryOfIssueNotFound struct {
	Payload *models.APIResult
}

ListAuditHistoryOfIssueNotFound handles this case with default header values.

Not Found

func NewListAuditHistoryOfIssueNotFound

func NewListAuditHistoryOfIssueNotFound() *ListAuditHistoryOfIssueNotFound

NewListAuditHistoryOfIssueNotFound creates a ListAuditHistoryOfIssueNotFound with default headers values

func (*ListAuditHistoryOfIssueNotFound) Error

func (*ListAuditHistoryOfIssueNotFound) GetPayload

type ListAuditHistoryOfIssueOK

type ListAuditHistoryOfIssueOK struct {
	Payload *models.APIResultListIssueAuditHistoryDto
}

ListAuditHistoryOfIssueOK handles this case with default header values.

OK

func NewListAuditHistoryOfIssueOK

func NewListAuditHistoryOfIssueOK() *ListAuditHistoryOfIssueOK

NewListAuditHistoryOfIssueOK creates a ListAuditHistoryOfIssueOK with default headers values

func (*ListAuditHistoryOfIssueOK) Error

func (o *ListAuditHistoryOfIssueOK) Error() string

func (*ListAuditHistoryOfIssueOK) GetPayload

type ListAuditHistoryOfIssueParams

type ListAuditHistoryOfIssueParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ParentID
	  parentId

	*/
	ParentID int64

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

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

func NewListAuditHistoryOfIssueParams

func NewListAuditHistoryOfIssueParams() *ListAuditHistoryOfIssueParams

NewListAuditHistoryOfIssueParams creates a new ListAuditHistoryOfIssueParams object with the default values initialized.

func NewListAuditHistoryOfIssueParamsWithContext

func NewListAuditHistoryOfIssueParamsWithContext(ctx context.Context) *ListAuditHistoryOfIssueParams

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

func NewListAuditHistoryOfIssueParamsWithHTTPClient

func NewListAuditHistoryOfIssueParamsWithHTTPClient(client *http.Client) *ListAuditHistoryOfIssueParams

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

func NewListAuditHistoryOfIssueParamsWithTimeout

func NewListAuditHistoryOfIssueParamsWithTimeout(timeout time.Duration) *ListAuditHistoryOfIssueParams

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

func (*ListAuditHistoryOfIssueParams) SetContext

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

SetContext adds the context to the list audit history of issue params

func (*ListAuditHistoryOfIssueParams) SetFields

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

SetFields adds the fields to the list audit history of issue params

func (*ListAuditHistoryOfIssueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list audit history of issue params

func (*ListAuditHistoryOfIssueParams) SetParentID

func (o *ListAuditHistoryOfIssueParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list audit history of issue params

func (*ListAuditHistoryOfIssueParams) SetTimeout

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

SetTimeout adds the timeout to the list audit history of issue params

func (*ListAuditHistoryOfIssueParams) WithContext

WithContext adds the context to the list audit history of issue params

func (*ListAuditHistoryOfIssueParams) WithFields

WithFields adds the fields to the list audit history of issue params

func (*ListAuditHistoryOfIssueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list audit history of issue params

func (*ListAuditHistoryOfIssueParams) WithParentID

WithParentID adds the parentID to the list audit history of issue params

func (*ListAuditHistoryOfIssueParams) WithTimeout

WithTimeout adds the timeout to the list audit history of issue params

func (*ListAuditHistoryOfIssueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAuditHistoryOfIssueReader

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

ListAuditHistoryOfIssueReader is a Reader for the ListAuditHistoryOfIssue structure.

func (*ListAuditHistoryOfIssueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAuditHistoryOfIssueUnauthorized

type ListAuditHistoryOfIssueUnauthorized struct {
	Payload *models.APIResult
}

ListAuditHistoryOfIssueUnauthorized handles this case with default header values.

Unauthorized

func NewListAuditHistoryOfIssueUnauthorized

func NewListAuditHistoryOfIssueUnauthorized() *ListAuditHistoryOfIssueUnauthorized

NewListAuditHistoryOfIssueUnauthorized creates a ListAuditHistoryOfIssueUnauthorized with default headers values

func (*ListAuditHistoryOfIssueUnauthorized) Error

func (*ListAuditHistoryOfIssueUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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