Versions in this module Expand all Collapse all v0 v0.9.0 Nov 13, 2024 Changes in this version + type Client struct + func (a *Client) DownloadFile(params *DownloadFileParams, opts ...ClientOption) (*DownloadFileOK, error) + func (a *Client) EnumerateFile(params *EnumerateFileParams, opts ...ClientOption) (*EnumerateFileOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + DownloadFile func(params *DownloadFileParams, opts ...ClientOption) (*DownloadFileOK, error) + EnumerateFile func(params *EnumerateFileParams, opts ...ClientOption) (*EnumerateFileOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DownloadFileBadRequest struct + Payload *models.CommonEntitiesResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewDownloadFileBadRequest() *DownloadFileBadRequest + func (o *DownloadFileBadRequest) Code() int + func (o *DownloadFileBadRequest) Error() string + func (o *DownloadFileBadRequest) GetPayload() *models.CommonEntitiesResponse + func (o *DownloadFileBadRequest) IsClientError() bool + func (o *DownloadFileBadRequest) IsCode(code int) bool + func (o *DownloadFileBadRequest) IsRedirect() bool + func (o *DownloadFileBadRequest) IsServerError() bool + func (o *DownloadFileBadRequest) IsSuccess() bool + func (o *DownloadFileBadRequest) String() string + type DownloadFileForbidden struct + Payload *models.CommonEntitiesResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewDownloadFileForbidden() *DownloadFileForbidden + func (o *DownloadFileForbidden) Code() int + func (o *DownloadFileForbidden) Error() string + func (o *DownloadFileForbidden) GetPayload() *models.CommonEntitiesResponse + func (o *DownloadFileForbidden) IsClientError() bool + func (o *DownloadFileForbidden) IsCode(code int) bool + func (o *DownloadFileForbidden) IsRedirect() bool + func (o *DownloadFileForbidden) IsServerError() bool + func (o *DownloadFileForbidden) IsSuccess() bool + func (o *DownloadFileForbidden) String() string + type DownloadFileInternalServerError struct + Payload *models.CommonEntitiesResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewDownloadFileInternalServerError() *DownloadFileInternalServerError + func (o *DownloadFileInternalServerError) Code() int + func (o *DownloadFileInternalServerError) Error() string + func (o *DownloadFileInternalServerError) GetPayload() *models.CommonEntitiesResponse + func (o *DownloadFileInternalServerError) IsClientError() bool + func (o *DownloadFileInternalServerError) IsCode(code int) bool + func (o *DownloadFileInternalServerError) IsRedirect() bool + func (o *DownloadFileInternalServerError) IsServerError() bool + func (o *DownloadFileInternalServerError) IsSuccess() bool + func (o *DownloadFileInternalServerError) String() string + type DownloadFileOK struct + Payload *models.CommonEntitiesResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewDownloadFileOK() *DownloadFileOK + func (o *DownloadFileOK) Code() int + func (o *DownloadFileOK) Error() string + func (o *DownloadFileOK) GetPayload() *models.CommonEntitiesResponse + func (o *DownloadFileOK) IsClientError() bool + func (o *DownloadFileOK) IsCode(code int) bool + func (o *DownloadFileOK) IsRedirect() bool + func (o *DownloadFileOK) IsServerError() bool + func (o *DownloadFileOK) IsSuccess() bool + func (o *DownloadFileOK) String() string + type DownloadFileParams struct + Context context.Context + FileName string + FileVersion string + HTTPClient *http.Client + func NewDownloadFileParams() *DownloadFileParams + func NewDownloadFileParamsWithContext(ctx context.Context) *DownloadFileParams + func NewDownloadFileParamsWithHTTPClient(client *http.Client) *DownloadFileParams + func NewDownloadFileParamsWithTimeout(timeout time.Duration) *DownloadFileParams + func (o *DownloadFileParams) SetContext(ctx context.Context) + func (o *DownloadFileParams) SetDefaults() + func (o *DownloadFileParams) SetFileName(fileName string) + func (o *DownloadFileParams) SetFileVersion(fileVersion string) + func (o *DownloadFileParams) SetHTTPClient(client *http.Client) + func (o *DownloadFileParams) SetTimeout(timeout time.Duration) + func (o *DownloadFileParams) WithContext(ctx context.Context) *DownloadFileParams + func (o *DownloadFileParams) WithDefaults() *DownloadFileParams + func (o *DownloadFileParams) WithFileName(fileName string) *DownloadFileParams + func (o *DownloadFileParams) WithFileVersion(fileVersion string) *DownloadFileParams + func (o *DownloadFileParams) WithHTTPClient(client *http.Client) *DownloadFileParams + func (o *DownloadFileParams) WithTimeout(timeout time.Duration) *DownloadFileParams + func (o *DownloadFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DownloadFileReader struct + func (o *DownloadFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DownloadFileTooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewDownloadFileTooManyRequests() *DownloadFileTooManyRequests + func (o *DownloadFileTooManyRequests) Code() int + func (o *DownloadFileTooManyRequests) Error() string + func (o *DownloadFileTooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *DownloadFileTooManyRequests) IsClientError() bool + func (o *DownloadFileTooManyRequests) IsCode(code int) bool + func (o *DownloadFileTooManyRequests) IsRedirect() bool + func (o *DownloadFileTooManyRequests) IsServerError() bool + func (o *DownloadFileTooManyRequests) IsSuccess() bool + func (o *DownloadFileTooManyRequests) String() string + type DownloadFileUnauthorized struct + Payload *models.CommonEntitiesResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewDownloadFileUnauthorized() *DownloadFileUnauthorized + func (o *DownloadFileUnauthorized) Code() int + func (o *DownloadFileUnauthorized) Error() string + func (o *DownloadFileUnauthorized) GetPayload() *models.CommonEntitiesResponse + func (o *DownloadFileUnauthorized) IsClientError() bool + func (o *DownloadFileUnauthorized) IsCode(code int) bool + func (o *DownloadFileUnauthorized) IsRedirect() bool + func (o *DownloadFileUnauthorized) IsServerError() bool + func (o *DownloadFileUnauthorized) IsSuccess() bool + func (o *DownloadFileUnauthorized) String() string + type EnumerateFileBadRequest struct + Payload *models.CommonEntitiesResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewEnumerateFileBadRequest() *EnumerateFileBadRequest + func (o *EnumerateFileBadRequest) Code() int + func (o *EnumerateFileBadRequest) Error() string + func (o *EnumerateFileBadRequest) GetPayload() *models.CommonEntitiesResponse + func (o *EnumerateFileBadRequest) IsClientError() bool + func (o *EnumerateFileBadRequest) IsCode(code int) bool + func (o *EnumerateFileBadRequest) IsRedirect() bool + func (o *EnumerateFileBadRequest) IsServerError() bool + func (o *EnumerateFileBadRequest) IsSuccess() bool + func (o *EnumerateFileBadRequest) String() string + type EnumerateFileForbidden struct + Payload *models.CommonEntitiesResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewEnumerateFileForbidden() *EnumerateFileForbidden + func (o *EnumerateFileForbidden) Code() int + func (o *EnumerateFileForbidden) Error() string + func (o *EnumerateFileForbidden) GetPayload() *models.CommonEntitiesResponse + func (o *EnumerateFileForbidden) IsClientError() bool + func (o *EnumerateFileForbidden) IsCode(code int) bool + func (o *EnumerateFileForbidden) IsRedirect() bool + func (o *EnumerateFileForbidden) IsServerError() bool + func (o *EnumerateFileForbidden) IsSuccess() bool + func (o *EnumerateFileForbidden) String() string + type EnumerateFileInternalServerError struct + Payload *models.CommonEntitiesResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewEnumerateFileInternalServerError() *EnumerateFileInternalServerError + func (o *EnumerateFileInternalServerError) Code() int + func (o *EnumerateFileInternalServerError) Error() string + func (o *EnumerateFileInternalServerError) GetPayload() *models.CommonEntitiesResponse + func (o *EnumerateFileInternalServerError) IsClientError() bool + func (o *EnumerateFileInternalServerError) IsCode(code int) bool + func (o *EnumerateFileInternalServerError) IsRedirect() bool + func (o *EnumerateFileInternalServerError) IsServerError() bool + func (o *EnumerateFileInternalServerError) IsSuccess() bool + func (o *EnumerateFileInternalServerError) String() string + type EnumerateFileOK struct + Payload *models.CommonEntitiesResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewEnumerateFileOK() *EnumerateFileOK + func (o *EnumerateFileOK) Code() int + func (o *EnumerateFileOK) Error() string + func (o *EnumerateFileOK) GetPayload() *models.CommonEntitiesResponse + func (o *EnumerateFileOK) IsClientError() bool + func (o *EnumerateFileOK) IsCode(code int) bool + func (o *EnumerateFileOK) IsRedirect() bool + func (o *EnumerateFileOK) IsServerError() bool + func (o *EnumerateFileOK) IsSuccess() bool + func (o *EnumerateFileOK) String() string + type EnumerateFileParams struct + Arch *string + Category *string + Context context.Context + FileName *string + FileVersion *string + HTTPClient *http.Client + Os *string + Platform *string + func NewEnumerateFileParams() *EnumerateFileParams + func NewEnumerateFileParamsWithContext(ctx context.Context) *EnumerateFileParams + func NewEnumerateFileParamsWithHTTPClient(client *http.Client) *EnumerateFileParams + func NewEnumerateFileParamsWithTimeout(timeout time.Duration) *EnumerateFileParams + func (o *EnumerateFileParams) SetArch(arch *string) + func (o *EnumerateFileParams) SetCategory(category *string) + func (o *EnumerateFileParams) SetContext(ctx context.Context) + func (o *EnumerateFileParams) SetDefaults() + func (o *EnumerateFileParams) SetFileName(fileName *string) + func (o *EnumerateFileParams) SetFileVersion(fileVersion *string) + func (o *EnumerateFileParams) SetHTTPClient(client *http.Client) + func (o *EnumerateFileParams) SetOs(os *string) + func (o *EnumerateFileParams) SetPlatform(platform *string) + func (o *EnumerateFileParams) SetTimeout(timeout time.Duration) + func (o *EnumerateFileParams) WithArch(arch *string) *EnumerateFileParams + func (o *EnumerateFileParams) WithCategory(category *string) *EnumerateFileParams + func (o *EnumerateFileParams) WithContext(ctx context.Context) *EnumerateFileParams + func (o *EnumerateFileParams) WithDefaults() *EnumerateFileParams + func (o *EnumerateFileParams) WithFileName(fileName *string) *EnumerateFileParams + func (o *EnumerateFileParams) WithFileVersion(fileVersion *string) *EnumerateFileParams + func (o *EnumerateFileParams) WithHTTPClient(client *http.Client) *EnumerateFileParams + func (o *EnumerateFileParams) WithOs(os *string) *EnumerateFileParams + func (o *EnumerateFileParams) WithPlatform(platform *string) *EnumerateFileParams + func (o *EnumerateFileParams) WithTimeout(timeout time.Duration) *EnumerateFileParams + func (o *EnumerateFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type EnumerateFileReader struct + func (o *EnumerateFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type EnumerateFileTooManyRequests struct + Payload *models.MsaReplyMetaOnly + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + XRateLimitRetryAfter int64 + func NewEnumerateFileTooManyRequests() *EnumerateFileTooManyRequests + func (o *EnumerateFileTooManyRequests) Code() int + func (o *EnumerateFileTooManyRequests) Error() string + func (o *EnumerateFileTooManyRequests) GetPayload() *models.MsaReplyMetaOnly + func (o *EnumerateFileTooManyRequests) IsClientError() bool + func (o *EnumerateFileTooManyRequests) IsCode(code int) bool + func (o *EnumerateFileTooManyRequests) IsRedirect() bool + func (o *EnumerateFileTooManyRequests) IsServerError() bool + func (o *EnumerateFileTooManyRequests) IsSuccess() bool + func (o *EnumerateFileTooManyRequests) String() string + type EnumerateFileUnauthorized struct + Payload *models.CommonEntitiesResponse + XCSTRACEID string + XRateLimitLimit int64 + XRateLimitRemaining int64 + func NewEnumerateFileUnauthorized() *EnumerateFileUnauthorized + func (o *EnumerateFileUnauthorized) Code() int + func (o *EnumerateFileUnauthorized) Error() string + func (o *EnumerateFileUnauthorized) GetPayload() *models.CommonEntitiesResponse + func (o *EnumerateFileUnauthorized) IsClientError() bool + func (o *EnumerateFileUnauthorized) IsCode(code int) bool + func (o *EnumerateFileUnauthorized) IsRedirect() bool + func (o *EnumerateFileUnauthorized) IsServerError() bool + func (o *EnumerateFileUnauthorized) IsSuccess() bool + func (o *EnumerateFileUnauthorized) String() string