Versions in this module Expand all Collapse all v0 v0.0.3 Jul 1, 2020 v0.0.2 Jul 1, 2020 Changes in this version + type Client struct + func (a *Client) GetReports(params *GetReportsParams) (*GetReportsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetReports func(params *GetReportsParams) (*GetReportsOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetReportsBadRequest struct + func NewGetReportsBadRequest() *GetReportsBadRequest + func (o *GetReportsBadRequest) Error() string + type GetReportsForbidden struct + func NewGetReportsForbidden() *GetReportsForbidden + func (o *GetReportsForbidden) Error() string + type GetReportsGone struct + func NewGetReportsGone() *GetReportsGone + func (o *GetReportsGone) Error() string + type GetReportsInternalServerError struct + func NewGetReportsInternalServerError() *GetReportsInternalServerError + func (o *GetReportsInternalServerError) Error() string + type GetReportsMethodNotAllowed struct + func NewGetReportsMethodNotAllowed() *GetReportsMethodNotAllowed + func (o *GetReportsMethodNotAllowed) Error() string + type GetReportsNotFound struct + func NewGetReportsNotFound() *GetReportsNotFound + func (o *GetReportsNotFound) Error() string + type GetReportsOK struct + Payload *GetReportsOKBody + func NewGetReportsOK() *GetReportsOK + func (o *GetReportsOK) Error() string + func (o *GetReportsOK) GetPayload() *GetReportsOKBody + type GetReportsOKBody struct + FileURL interface{} + func (o *GetReportsOKBody) MarshalBinary() ([]byte, error) + func (o *GetReportsOKBody) UnmarshalBinary(b []byte) error + func (o *GetReportsOKBody) Validate(formats strfmt.Registry) error + type GetReportsParams struct + Context context.Context + CsvFormat *string + HTTPClient *http.Client + ID int64 + func NewGetReportsParams() *GetReportsParams + func NewGetReportsParamsWithContext(ctx context.Context) *GetReportsParams + func NewGetReportsParamsWithHTTPClient(client *http.Client) *GetReportsParams + func NewGetReportsParamsWithTimeout(timeout time.Duration) *GetReportsParams + func (o *GetReportsParams) SetContext(ctx context.Context) + func (o *GetReportsParams) SetCsvFormat(csvFormat *string) + func (o *GetReportsParams) SetHTTPClient(client *http.Client) + func (o *GetReportsParams) SetID(id int64) + func (o *GetReportsParams) SetTimeout(timeout time.Duration) + func (o *GetReportsParams) WithContext(ctx context.Context) *GetReportsParams + func (o *GetReportsParams) WithCsvFormat(csvFormat *string) *GetReportsParams + func (o *GetReportsParams) WithHTTPClient(client *http.Client) *GetReportsParams + func (o *GetReportsParams) WithID(id int64) *GetReportsParams + func (o *GetReportsParams) WithTimeout(timeout time.Duration) *GetReportsParams + func (o *GetReportsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetReportsReader struct + func (o *GetReportsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetReportsServiceUnavailable struct + func NewGetReportsServiceUnavailable() *GetReportsServiceUnavailable + func (o *GetReportsServiceUnavailable) Error() string + type GetReportsUnauthorized struct + func NewGetReportsUnauthorized() *GetReportsUnauthorized + func (o *GetReportsUnauthorized) Error() string