Versions in this module Expand all Collapse all v0 v0.2.0 Apr 25, 2026 Changes in this version + type Client struct + func (a *Client) DeleteFileObject(params *DeleteFileObjectParams, authInfo runtime.ClientAuthInfoWriter, ...) error + func (a *Client) GetFileObject(params *GetFileObjectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetFileObjectOK, error) + func (a *Client) ListFileObjects(params *ListFileObjectsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListFileObjectsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateFileObject(params *UpdateFileObjectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateFileObjectOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + DeleteFileObject func(params *DeleteFileObjectParams, authInfo runtime.ClientAuthInfoWriter, ...) error + GetFileObject func(params *GetFileObjectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetFileObjectOK, error) + ListFileObjects func(params *ListFileObjectsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListFileObjectsOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateFileObject func(params *UpdateFileObjectParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateFileObjectOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService + func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService + type DeleteFileObjectDefault struct + Payload apiserver_params.APIErrorResponse + func NewDeleteFileObjectDefault(code int) *DeleteFileObjectDefault + func (o *DeleteFileObjectDefault) Code() int + func (o *DeleteFileObjectDefault) Error() string + func (o *DeleteFileObjectDefault) GetPayload() apiserver_params.APIErrorResponse + func (o *DeleteFileObjectDefault) IsClientError() bool + func (o *DeleteFileObjectDefault) IsCode(code int) bool + func (o *DeleteFileObjectDefault) IsRedirect() bool + func (o *DeleteFileObjectDefault) IsServerError() bool + func (o *DeleteFileObjectDefault) IsSuccess() bool + func (o *DeleteFileObjectDefault) String() string + type DeleteFileObjectParams struct + Context context.Context + HTTPClient *http.Client + ObjectID string + func NewDeleteFileObjectParams() *DeleteFileObjectParams + func NewDeleteFileObjectParamsWithContext(ctx context.Context) *DeleteFileObjectParams + func NewDeleteFileObjectParamsWithHTTPClient(client *http.Client) *DeleteFileObjectParams + func NewDeleteFileObjectParamsWithTimeout(timeout time.Duration) *DeleteFileObjectParams + func (o *DeleteFileObjectParams) SetContext(ctx context.Context) + func (o *DeleteFileObjectParams) SetDefaults() + func (o *DeleteFileObjectParams) SetHTTPClient(client *http.Client) + func (o *DeleteFileObjectParams) SetObjectID(objectID string) + func (o *DeleteFileObjectParams) SetTimeout(timeout time.Duration) + func (o *DeleteFileObjectParams) WithContext(ctx context.Context) *DeleteFileObjectParams + func (o *DeleteFileObjectParams) WithDefaults() *DeleteFileObjectParams + func (o *DeleteFileObjectParams) WithHTTPClient(client *http.Client) *DeleteFileObjectParams + func (o *DeleteFileObjectParams) WithObjectID(objectID string) *DeleteFileObjectParams + func (o *DeleteFileObjectParams) WithTimeout(timeout time.Duration) *DeleteFileObjectParams + func (o *DeleteFileObjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteFileObjectReader struct + func (o *DeleteFileObjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type GetFileObjectBadRequest struct + Payload apiserver_params.APIErrorResponse + func NewGetFileObjectBadRequest() *GetFileObjectBadRequest + func (o *GetFileObjectBadRequest) Code() int + func (o *GetFileObjectBadRequest) Error() string + func (o *GetFileObjectBadRequest) GetPayload() apiserver_params.APIErrorResponse + func (o *GetFileObjectBadRequest) IsClientError() bool + func (o *GetFileObjectBadRequest) IsCode(code int) bool + func (o *GetFileObjectBadRequest) IsRedirect() bool + func (o *GetFileObjectBadRequest) IsServerError() bool + func (o *GetFileObjectBadRequest) IsSuccess() bool + func (o *GetFileObjectBadRequest) String() string + type GetFileObjectOK struct + Payload garm_params.FileObject + func NewGetFileObjectOK() *GetFileObjectOK + func (o *GetFileObjectOK) Code() int + func (o *GetFileObjectOK) Error() string + func (o *GetFileObjectOK) GetPayload() garm_params.FileObject + func (o *GetFileObjectOK) IsClientError() bool + func (o *GetFileObjectOK) IsCode(code int) bool + func (o *GetFileObjectOK) IsRedirect() bool + func (o *GetFileObjectOK) IsServerError() bool + func (o *GetFileObjectOK) IsSuccess() bool + func (o *GetFileObjectOK) String() string + type GetFileObjectParams struct + Context context.Context + HTTPClient *http.Client + ObjectID string + func NewGetFileObjectParams() *GetFileObjectParams + func NewGetFileObjectParamsWithContext(ctx context.Context) *GetFileObjectParams + func NewGetFileObjectParamsWithHTTPClient(client *http.Client) *GetFileObjectParams + func NewGetFileObjectParamsWithTimeout(timeout time.Duration) *GetFileObjectParams + func (o *GetFileObjectParams) SetContext(ctx context.Context) + func (o *GetFileObjectParams) SetDefaults() + func (o *GetFileObjectParams) SetHTTPClient(client *http.Client) + func (o *GetFileObjectParams) SetObjectID(objectID string) + func (o *GetFileObjectParams) SetTimeout(timeout time.Duration) + func (o *GetFileObjectParams) WithContext(ctx context.Context) *GetFileObjectParams + func (o *GetFileObjectParams) WithDefaults() *GetFileObjectParams + func (o *GetFileObjectParams) WithHTTPClient(client *http.Client) *GetFileObjectParams + func (o *GetFileObjectParams) WithObjectID(objectID string) *GetFileObjectParams + func (o *GetFileObjectParams) WithTimeout(timeout time.Duration) *GetFileObjectParams + func (o *GetFileObjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetFileObjectReader struct + func (o *GetFileObjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type ListFileObjectsBadRequest struct + Payload apiserver_params.APIErrorResponse + func NewListFileObjectsBadRequest() *ListFileObjectsBadRequest + func (o *ListFileObjectsBadRequest) Code() int + func (o *ListFileObjectsBadRequest) Error() string + func (o *ListFileObjectsBadRequest) GetPayload() apiserver_params.APIErrorResponse + func (o *ListFileObjectsBadRequest) IsClientError() bool + func (o *ListFileObjectsBadRequest) IsCode(code int) bool + func (o *ListFileObjectsBadRequest) IsRedirect() bool + func (o *ListFileObjectsBadRequest) IsServerError() bool + func (o *ListFileObjectsBadRequest) IsSuccess() bool + func (o *ListFileObjectsBadRequest) String() string + type ListFileObjectsOK struct + Payload garm_params.FileObjectPaginatedResponse + func NewListFileObjectsOK() *ListFileObjectsOK + func (o *ListFileObjectsOK) Code() int + func (o *ListFileObjectsOK) Error() string + func (o *ListFileObjectsOK) GetPayload() garm_params.FileObjectPaginatedResponse + func (o *ListFileObjectsOK) IsClientError() bool + func (o *ListFileObjectsOK) IsCode(code int) bool + func (o *ListFileObjectsOK) IsRedirect() bool + func (o *ListFileObjectsOK) IsServerError() bool + func (o *ListFileObjectsOK) IsSuccess() bool + func (o *ListFileObjectsOK) String() string + type ListFileObjectsParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + Tags *string + func NewListFileObjectsParams() *ListFileObjectsParams + func NewListFileObjectsParamsWithContext(ctx context.Context) *ListFileObjectsParams + func NewListFileObjectsParamsWithHTTPClient(client *http.Client) *ListFileObjectsParams + func NewListFileObjectsParamsWithTimeout(timeout time.Duration) *ListFileObjectsParams + func (o *ListFileObjectsParams) SetContext(ctx context.Context) + func (o *ListFileObjectsParams) SetDefaults() + func (o *ListFileObjectsParams) SetHTTPClient(client *http.Client) + func (o *ListFileObjectsParams) SetPage(page *int64) + func (o *ListFileObjectsParams) SetPageSize(pageSize *int64) + func (o *ListFileObjectsParams) SetTags(tags *string) + func (o *ListFileObjectsParams) SetTimeout(timeout time.Duration) + func (o *ListFileObjectsParams) WithContext(ctx context.Context) *ListFileObjectsParams + func (o *ListFileObjectsParams) WithDefaults() *ListFileObjectsParams + func (o *ListFileObjectsParams) WithHTTPClient(client *http.Client) *ListFileObjectsParams + func (o *ListFileObjectsParams) WithPage(page *int64) *ListFileObjectsParams + func (o *ListFileObjectsParams) WithPageSize(pageSize *int64) *ListFileObjectsParams + func (o *ListFileObjectsParams) WithTags(tags *string) *ListFileObjectsParams + func (o *ListFileObjectsParams) WithTimeout(timeout time.Duration) *ListFileObjectsParams + func (o *ListFileObjectsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListFileObjectsReader struct + func (o *ListFileObjectsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type UpdateFileObjectBadRequest struct + Payload apiserver_params.APIErrorResponse + func NewUpdateFileObjectBadRequest() *UpdateFileObjectBadRequest + func (o *UpdateFileObjectBadRequest) Code() int + func (o *UpdateFileObjectBadRequest) Error() string + func (o *UpdateFileObjectBadRequest) GetPayload() apiserver_params.APIErrorResponse + func (o *UpdateFileObjectBadRequest) IsClientError() bool + func (o *UpdateFileObjectBadRequest) IsCode(code int) bool + func (o *UpdateFileObjectBadRequest) IsRedirect() bool + func (o *UpdateFileObjectBadRequest) IsServerError() bool + func (o *UpdateFileObjectBadRequest) IsSuccess() bool + func (o *UpdateFileObjectBadRequest) String() string + type UpdateFileObjectOK struct + Payload garm_params.FileObject + func NewUpdateFileObjectOK() *UpdateFileObjectOK + func (o *UpdateFileObjectOK) Code() int + func (o *UpdateFileObjectOK) Error() string + func (o *UpdateFileObjectOK) GetPayload() garm_params.FileObject + func (o *UpdateFileObjectOK) IsClientError() bool + func (o *UpdateFileObjectOK) IsCode(code int) bool + func (o *UpdateFileObjectOK) IsRedirect() bool + func (o *UpdateFileObjectOK) IsServerError() bool + func (o *UpdateFileObjectOK) IsSuccess() bool + func (o *UpdateFileObjectOK) String() string + type UpdateFileObjectParams struct + Body garm_params.UpdateFileObjectParams + Context context.Context + HTTPClient *http.Client + ObjectID string + func NewUpdateFileObjectParams() *UpdateFileObjectParams + func NewUpdateFileObjectParamsWithContext(ctx context.Context) *UpdateFileObjectParams + func NewUpdateFileObjectParamsWithHTTPClient(client *http.Client) *UpdateFileObjectParams + func NewUpdateFileObjectParamsWithTimeout(timeout time.Duration) *UpdateFileObjectParams + func (o *UpdateFileObjectParams) SetBody(body garm_params.UpdateFileObjectParams) + func (o *UpdateFileObjectParams) SetContext(ctx context.Context) + func (o *UpdateFileObjectParams) SetDefaults() + func (o *UpdateFileObjectParams) SetHTTPClient(client *http.Client) + func (o *UpdateFileObjectParams) SetObjectID(objectID string) + func (o *UpdateFileObjectParams) SetTimeout(timeout time.Duration) + func (o *UpdateFileObjectParams) WithBody(body garm_params.UpdateFileObjectParams) *UpdateFileObjectParams + func (o *UpdateFileObjectParams) WithContext(ctx context.Context) *UpdateFileObjectParams + func (o *UpdateFileObjectParams) WithDefaults() *UpdateFileObjectParams + func (o *UpdateFileObjectParams) WithHTTPClient(client *http.Client) *UpdateFileObjectParams + func (o *UpdateFileObjectParams) WithObjectID(objectID string) *UpdateFileObjectParams + func (o *UpdateFileObjectParams) WithTimeout(timeout time.Duration) *UpdateFileObjectParams + func (o *UpdateFileObjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateFileObjectReader struct + func (o *UpdateFileObjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) v0.2.0-beta1 Apr 13, 2026