Documentation ¶
Index ¶
- type Client
- type ClientService
- type ListIssueAuditCommentBadRequest
- type ListIssueAuditCommentConflict
- type ListIssueAuditCommentForbidden
- type ListIssueAuditCommentInternalServerError
- type ListIssueAuditCommentNotFound
- type ListIssueAuditCommentOK
- type ListIssueAuditCommentParams
- func NewListIssueAuditCommentParams() *ListIssueAuditCommentParams
- func NewListIssueAuditCommentParamsWithContext(ctx context.Context) *ListIssueAuditCommentParams
- func NewListIssueAuditCommentParamsWithHTTPClient(client *http.Client) *ListIssueAuditCommentParams
- func NewListIssueAuditCommentParamsWithTimeout(timeout time.Duration) *ListIssueAuditCommentParams
- func (o *ListIssueAuditCommentParams) SetContext(ctx context.Context)
- func (o *ListIssueAuditCommentParams) SetFields(fields *string)
- func (o *ListIssueAuditCommentParams) SetFulltextsearch(fulltextsearch string)
- func (o *ListIssueAuditCommentParams) SetHTTPClient(client *http.Client)
- func (o *ListIssueAuditCommentParams) SetLimit(limit *int32)
- func (o *ListIssueAuditCommentParams) SetQ(q string)
- func (o *ListIssueAuditCommentParams) SetStart(start *int32)
- func (o *ListIssueAuditCommentParams) SetTimeout(timeout time.Duration)
- func (o *ListIssueAuditCommentParams) WithContext(ctx context.Context) *ListIssueAuditCommentParams
- func (o *ListIssueAuditCommentParams) WithFields(fields *string) *ListIssueAuditCommentParams
- func (o *ListIssueAuditCommentParams) WithFulltextsearch(fulltextsearch string) *ListIssueAuditCommentParams
- func (o *ListIssueAuditCommentParams) WithHTTPClient(client *http.Client) *ListIssueAuditCommentParams
- func (o *ListIssueAuditCommentParams) WithLimit(limit *int32) *ListIssueAuditCommentParams
- func (o *ListIssueAuditCommentParams) WithQ(q string) *ListIssueAuditCommentParams
- func (o *ListIssueAuditCommentParams) WithStart(start *int32) *ListIssueAuditCommentParams
- func (o *ListIssueAuditCommentParams) WithTimeout(timeout time.Duration) *ListIssueAuditCommentParams
- func (o *ListIssueAuditCommentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListIssueAuditCommentReader
- type ListIssueAuditCommentUnauthorized
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 ¶
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 (o *ListIssueAuditCommentBadRequest) Error() string
func (*ListIssueAuditCommentBadRequest) GetPayload ¶
func (o *ListIssueAuditCommentBadRequest) GetPayload() *models.APIResult
type ListIssueAuditCommentConflict ¶
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 (o *ListIssueAuditCommentConflict) Error() string
func (*ListIssueAuditCommentConflict) GetPayload ¶
func (o *ListIssueAuditCommentConflict) GetPayload() *models.APIResult
type ListIssueAuditCommentForbidden ¶
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 (o *ListIssueAuditCommentForbidden) Error() string
func (*ListIssueAuditCommentForbidden) GetPayload ¶
func (o *ListIssueAuditCommentForbidden) GetPayload() *models.APIResult
type ListIssueAuditCommentInternalServerError ¶
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 (o *ListIssueAuditCommentInternalServerError) Error() string
func (*ListIssueAuditCommentInternalServerError) GetPayload ¶
func (o *ListIssueAuditCommentInternalServerError) GetPayload() *models.APIResult
type ListIssueAuditCommentNotFound ¶
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 (o *ListIssueAuditCommentNotFound) Error() string
func (*ListIssueAuditCommentNotFound) GetPayload ¶
func (o *ListIssueAuditCommentNotFound) GetPayload() *models.APIResult
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 ¶
func (o *ListIssueAuditCommentOK) GetPayload() *models.APIResultListIssueAuditComment
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 ¶
func (o *ListIssueAuditCommentParams) SetQ(q string)
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 ¶
func (o *ListIssueAuditCommentParams) WithContext(ctx context.Context) *ListIssueAuditCommentParams
WithContext adds the context to the list issue audit comment params
func (*ListIssueAuditCommentParams) WithFields ¶
func (o *ListIssueAuditCommentParams) WithFields(fields *string) *ListIssueAuditCommentParams
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 ¶
func (o *ListIssueAuditCommentParams) WithHTTPClient(client *http.Client) *ListIssueAuditCommentParams
WithHTTPClient adds the HTTPClient to the list issue audit comment params
func (*ListIssueAuditCommentParams) WithLimit ¶
func (o *ListIssueAuditCommentParams) WithLimit(limit *int32) *ListIssueAuditCommentParams
WithLimit adds the limit to the list issue audit comment params
func (*ListIssueAuditCommentParams) WithQ ¶
func (o *ListIssueAuditCommentParams) WithQ(q string) *ListIssueAuditCommentParams
WithQ adds the q to the list issue audit comment params
func (*ListIssueAuditCommentParams) WithStart ¶
func (o *ListIssueAuditCommentParams) WithStart(start *int32) *ListIssueAuditCommentParams
WithStart adds the start to the list issue audit comment params
func (*ListIssueAuditCommentParams) WithTimeout ¶
func (o *ListIssueAuditCommentParams) WithTimeout(timeout time.Duration) *ListIssueAuditCommentParams
WithTimeout adds the timeout to the list issue audit comment params
func (*ListIssueAuditCommentParams) WriteToRequest ¶
func (o *ListIssueAuditCommentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *ListIssueAuditCommentUnauthorized) Error() string
func (*ListIssueAuditCommentUnauthorized) GetPayload ¶
func (o *ListIssueAuditCommentUnauthorized) GetPayload() *models.APIResult