Versions in this module Expand all Collapse all v0 v0.2.0 Apr 25, 2026 Changes in this version + type AdminGarmAgentListBadRequest struct + Payload apiserver_params.APIErrorResponse + func NewAdminGarmAgentListBadRequest() *AdminGarmAgentListBadRequest + func (o *AdminGarmAgentListBadRequest) Code() int + func (o *AdminGarmAgentListBadRequest) Error() string + func (o *AdminGarmAgentListBadRequest) GetPayload() apiserver_params.APIErrorResponse + func (o *AdminGarmAgentListBadRequest) IsClientError() bool + func (o *AdminGarmAgentListBadRequest) IsCode(code int) bool + func (o *AdminGarmAgentListBadRequest) IsRedirect() bool + func (o *AdminGarmAgentListBadRequest) IsServerError() bool + func (o *AdminGarmAgentListBadRequest) IsSuccess() bool + func (o *AdminGarmAgentListBadRequest) String() string + type AdminGarmAgentListOK struct + Payload garm_params.GARMAgentToolsPaginatedResponse + func NewAdminGarmAgentListOK() *AdminGarmAgentListOK + func (o *AdminGarmAgentListOK) Code() int + func (o *AdminGarmAgentListOK) Error() string + func (o *AdminGarmAgentListOK) GetPayload() garm_params.GARMAgentToolsPaginatedResponse + func (o *AdminGarmAgentListOK) IsClientError() bool + func (o *AdminGarmAgentListOK) IsCode(code int) bool + func (o *AdminGarmAgentListOK) IsRedirect() bool + func (o *AdminGarmAgentListOK) IsServerError() bool + func (o *AdminGarmAgentListOK) IsSuccess() bool + func (o *AdminGarmAgentListOK) String() string + type AdminGarmAgentListParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + Upstream *bool + func NewAdminGarmAgentListParams() *AdminGarmAgentListParams + func NewAdminGarmAgentListParamsWithContext(ctx context.Context) *AdminGarmAgentListParams + func NewAdminGarmAgentListParamsWithHTTPClient(client *http.Client) *AdminGarmAgentListParams + func NewAdminGarmAgentListParamsWithTimeout(timeout time.Duration) *AdminGarmAgentListParams + func (o *AdminGarmAgentListParams) SetContext(ctx context.Context) + func (o *AdminGarmAgentListParams) SetDefaults() + func (o *AdminGarmAgentListParams) SetHTTPClient(client *http.Client) + func (o *AdminGarmAgentListParams) SetPage(page *int64) + func (o *AdminGarmAgentListParams) SetPageSize(pageSize *int64) + func (o *AdminGarmAgentListParams) SetTimeout(timeout time.Duration) + func (o *AdminGarmAgentListParams) SetUpstream(upstream *bool) + func (o *AdminGarmAgentListParams) WithContext(ctx context.Context) *AdminGarmAgentListParams + func (o *AdminGarmAgentListParams) WithDefaults() *AdminGarmAgentListParams + func (o *AdminGarmAgentListParams) WithHTTPClient(client *http.Client) *AdminGarmAgentListParams + func (o *AdminGarmAgentListParams) WithPage(page *int64) *AdminGarmAgentListParams + func (o *AdminGarmAgentListParams) WithPageSize(pageSize *int64) *AdminGarmAgentListParams + func (o *AdminGarmAgentListParams) WithTimeout(timeout time.Duration) *AdminGarmAgentListParams + func (o *AdminGarmAgentListParams) WithUpstream(upstream *bool) *AdminGarmAgentListParams + func (o *AdminGarmAgentListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AdminGarmAgentListReader struct + func (o *AdminGarmAgentListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type Client struct + func (a *Client) AdminGarmAgentList(params *AdminGarmAgentListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AdminGarmAgentListOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UploadGARMAgentTool(params *UploadGARMAgentToolParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UploadGARMAgentToolOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + AdminGarmAgentList func(params *AdminGarmAgentListParams, authInfo runtime.ClientAuthInfoWriter, ...) (*AdminGarmAgentListOK, error) + SetTransport func(transport runtime.ClientTransport) + UploadGARMAgentTool func(params *UploadGARMAgentToolParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UploadGARMAgentToolOK, 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 UploadGARMAgentToolBadRequest struct + Payload apiserver_params.APIErrorResponse + func NewUploadGARMAgentToolBadRequest() *UploadGARMAgentToolBadRequest + func (o *UploadGARMAgentToolBadRequest) Code() int + func (o *UploadGARMAgentToolBadRequest) Error() string + func (o *UploadGARMAgentToolBadRequest) GetPayload() apiserver_params.APIErrorResponse + func (o *UploadGARMAgentToolBadRequest) IsClientError() bool + func (o *UploadGARMAgentToolBadRequest) IsCode(code int) bool + func (o *UploadGARMAgentToolBadRequest) IsRedirect() bool + func (o *UploadGARMAgentToolBadRequest) IsServerError() bool + func (o *UploadGARMAgentToolBadRequest) IsSuccess() bool + func (o *UploadGARMAgentToolBadRequest) String() string + type UploadGARMAgentToolOK struct + Payload garm_params.FileObject + func NewUploadGARMAgentToolOK() *UploadGARMAgentToolOK + func (o *UploadGARMAgentToolOK) Code() int + func (o *UploadGARMAgentToolOK) Error() string + func (o *UploadGARMAgentToolOK) GetPayload() garm_params.FileObject + func (o *UploadGARMAgentToolOK) IsClientError() bool + func (o *UploadGARMAgentToolOK) IsCode(code int) bool + func (o *UploadGARMAgentToolOK) IsRedirect() bool + func (o *UploadGARMAgentToolOK) IsServerError() bool + func (o *UploadGARMAgentToolOK) IsSuccess() bool + func (o *UploadGARMAgentToolOK) String() string + type UploadGARMAgentToolParams struct + Context context.Context + HTTPClient *http.Client + func NewUploadGARMAgentToolParams() *UploadGARMAgentToolParams + func NewUploadGARMAgentToolParamsWithContext(ctx context.Context) *UploadGARMAgentToolParams + func NewUploadGARMAgentToolParamsWithHTTPClient(client *http.Client) *UploadGARMAgentToolParams + func NewUploadGARMAgentToolParamsWithTimeout(timeout time.Duration) *UploadGARMAgentToolParams + func (o *UploadGARMAgentToolParams) SetContext(ctx context.Context) + func (o *UploadGARMAgentToolParams) SetDefaults() + func (o *UploadGARMAgentToolParams) SetHTTPClient(client *http.Client) + func (o *UploadGARMAgentToolParams) SetTimeout(timeout time.Duration) + func (o *UploadGARMAgentToolParams) WithContext(ctx context.Context) *UploadGARMAgentToolParams + func (o *UploadGARMAgentToolParams) WithDefaults() *UploadGARMAgentToolParams + func (o *UploadGARMAgentToolParams) WithHTTPClient(client *http.Client) *UploadGARMAgentToolParams + func (o *UploadGARMAgentToolParams) WithTimeout(timeout time.Duration) *UploadGARMAgentToolParams + func (o *UploadGARMAgentToolParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UploadGARMAgentToolReader struct + func (o *UploadGARMAgentToolReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type UploadGARMAgentToolUnauthorized struct + Payload apiserver_params.APIErrorResponse + func NewUploadGARMAgentToolUnauthorized() *UploadGARMAgentToolUnauthorized + func (o *UploadGARMAgentToolUnauthorized) Code() int + func (o *UploadGARMAgentToolUnauthorized) Error() string + func (o *UploadGARMAgentToolUnauthorized) GetPayload() apiserver_params.APIErrorResponse + func (o *UploadGARMAgentToolUnauthorized) IsClientError() bool + func (o *UploadGARMAgentToolUnauthorized) IsCode(code int) bool + func (o *UploadGARMAgentToolUnauthorized) IsRedirect() bool + func (o *UploadGARMAgentToolUnauthorized) IsServerError() bool + func (o *UploadGARMAgentToolUnauthorized) IsSuccess() bool + func (o *UploadGARMAgentToolUnauthorized) String() string v0.2.0-beta1 Apr 13, 2026