Versions in this module Expand all Collapse all v0 v0.1.1 Aug 27, 2021 v0.1.0 Aug 26, 2021 Changes in this version + type Client struct + func (a *Client) GetAuditlogs(params *GetAuditlogsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAuditlogsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetAuditlogs func(params *GetAuditlogsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAuditlogsOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetAuditlogsBadRequest struct + func NewGetAuditlogsBadRequest() *GetAuditlogsBadRequest + func (o *GetAuditlogsBadRequest) Error() string + type GetAuditlogsForbidden struct + func NewGetAuditlogsForbidden() *GetAuditlogsForbidden + func (o *GetAuditlogsForbidden) Error() string + type GetAuditlogsGone struct + func NewGetAuditlogsGone() *GetAuditlogsGone + func (o *GetAuditlogsGone) Error() string + type GetAuditlogsInternalServerError struct + func NewGetAuditlogsInternalServerError() *GetAuditlogsInternalServerError + func (o *GetAuditlogsInternalServerError) Error() string + type GetAuditlogsMethodNotAllowed struct + func NewGetAuditlogsMethodNotAllowed() *GetAuditlogsMethodNotAllowed + func (o *GetAuditlogsMethodNotAllowed) Error() string + type GetAuditlogsNotFound struct + func NewGetAuditlogsNotFound() *GetAuditlogsNotFound + func (o *GetAuditlogsNotFound) Error() string + type GetAuditlogsOK struct + Payload *models.GetAuditLogs + func NewGetAuditlogsOK() *GetAuditlogsOK + func (o *GetAuditlogsOK) Error() string + func (o *GetAuditlogsOK) GetPayload() *models.GetAuditLogs + type GetAuditlogsParams struct + ActionTimeGt *string + ActionTimeLt *string + ContentType *string + Context context.Context + HTTPClient *http.Client + ObjectID *string + func NewGetAuditlogsParams() *GetAuditlogsParams + func NewGetAuditlogsParamsWithContext(ctx context.Context) *GetAuditlogsParams + func NewGetAuditlogsParamsWithHTTPClient(client *http.Client) *GetAuditlogsParams + func NewGetAuditlogsParamsWithTimeout(timeout time.Duration) *GetAuditlogsParams + func (o *GetAuditlogsParams) SetActionTimeGt(actionTimeGt *string) + func (o *GetAuditlogsParams) SetActionTimeLt(actionTimeLt *string) + func (o *GetAuditlogsParams) SetContentType(contentType *string) + func (o *GetAuditlogsParams) SetContext(ctx context.Context) + func (o *GetAuditlogsParams) SetHTTPClient(client *http.Client) + func (o *GetAuditlogsParams) SetObjectID(objectID *string) + func (o *GetAuditlogsParams) SetTimeout(timeout time.Duration) + func (o *GetAuditlogsParams) WithActionTimeGt(actionTimeGt *string) *GetAuditlogsParams + func (o *GetAuditlogsParams) WithActionTimeLt(actionTimeLt *string) *GetAuditlogsParams + func (o *GetAuditlogsParams) WithContentType(contentType *string) *GetAuditlogsParams + func (o *GetAuditlogsParams) WithContext(ctx context.Context) *GetAuditlogsParams + func (o *GetAuditlogsParams) WithHTTPClient(client *http.Client) *GetAuditlogsParams + func (o *GetAuditlogsParams) WithObjectID(objectID *string) *GetAuditlogsParams + func (o *GetAuditlogsParams) WithTimeout(timeout time.Duration) *GetAuditlogsParams + func (o *GetAuditlogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAuditlogsReader struct + func (o *GetAuditlogsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAuditlogsServiceUnavailable struct + func NewGetAuditlogsServiceUnavailable() *GetAuditlogsServiceUnavailable + func (o *GetAuditlogsServiceUnavailable) Error() string + type GetAuditlogsUnauthorized struct + func NewGetAuditlogsUnauthorized() *GetAuditlogsUnauthorized + func (o *GetAuditlogsUnauthorized) Error() string