Versions in this module Expand all Collapse all v0 v0.3.8 Jul 29, 2026 Changes in this version + type ClaimDevboxConflict struct + Payload *models.ErrorResponse + func NewClaimDevboxConflict() *ClaimDevboxConflict + func (o *ClaimDevboxConflict) Code() int + func (o *ClaimDevboxConflict) Error() string + func (o *ClaimDevboxConflict) GetPayload() *models.ErrorResponse + func (o *ClaimDevboxConflict) IsClientError() bool + func (o *ClaimDevboxConflict) IsCode(code int) bool + func (o *ClaimDevboxConflict) IsRedirect() bool + func (o *ClaimDevboxConflict) IsServerError() bool + func (o *ClaimDevboxConflict) IsSuccess() bool + func (o *ClaimDevboxConflict) String() string + type ClaimDevboxForbidden struct + Payload *models.ErrorResponse + func NewClaimDevboxForbidden() *ClaimDevboxForbidden + func (o *ClaimDevboxForbidden) Code() int + func (o *ClaimDevboxForbidden) Error() string + func (o *ClaimDevboxForbidden) GetPayload() *models.ErrorResponse + func (o *ClaimDevboxForbidden) IsClientError() bool + func (o *ClaimDevboxForbidden) IsCode(code int) bool + func (o *ClaimDevboxForbidden) IsRedirect() bool + func (o *ClaimDevboxForbidden) IsServerError() bool + func (o *ClaimDevboxForbidden) IsSuccess() bool + func (o *ClaimDevboxForbidden) String() string + type ClaimDevboxInternalServerError struct + Payload *models.ErrorResponse + func NewClaimDevboxInternalServerError() *ClaimDevboxInternalServerError + func (o *ClaimDevboxInternalServerError) Code() int + func (o *ClaimDevboxInternalServerError) Error() string + func (o *ClaimDevboxInternalServerError) GetPayload() *models.ErrorResponse + func (o *ClaimDevboxInternalServerError) IsClientError() bool + func (o *ClaimDevboxInternalServerError) IsCode(code int) bool + func (o *ClaimDevboxInternalServerError) IsRedirect() bool + func (o *ClaimDevboxInternalServerError) IsServerError() bool + func (o *ClaimDevboxInternalServerError) IsSuccess() bool + func (o *ClaimDevboxInternalServerError) String() string + type ClaimDevboxOK struct + Payload *models.Devbox + func NewClaimDevboxOK() *ClaimDevboxOK + func (o *ClaimDevboxOK) Code() int + func (o *ClaimDevboxOK) Error() string + func (o *ClaimDevboxOK) GetPayload() *models.Devbox + func (o *ClaimDevboxOK) IsClientError() bool + func (o *ClaimDevboxOK) IsCode(code int) bool + func (o *ClaimDevboxOK) IsRedirect() bool + func (o *ClaimDevboxOK) IsServerError() bool + func (o *ClaimDevboxOK) IsSuccess() bool + func (o *ClaimDevboxOK) String() string + type ClaimDevboxParams struct + Context context.Context + DevboxID string + HTTPClient *http.Client + OrgName string + func NewClaimDevboxParams() *ClaimDevboxParams + func NewClaimDevboxParamsWithContext(ctx context.Context) *ClaimDevboxParams + func NewClaimDevboxParamsWithHTTPClient(client *http.Client) *ClaimDevboxParams + func NewClaimDevboxParamsWithTimeout(timeout time.Duration) *ClaimDevboxParams + func (o *ClaimDevboxParams) SetContext(ctx context.Context) + func (o *ClaimDevboxParams) SetDefaults() + func (o *ClaimDevboxParams) SetDevboxID(devboxID string) + func (o *ClaimDevboxParams) SetHTTPClient(client *http.Client) + func (o *ClaimDevboxParams) SetOrgName(orgName string) + func (o *ClaimDevboxParams) SetTimeout(timeout time.Duration) + func (o *ClaimDevboxParams) WithContext(ctx context.Context) *ClaimDevboxParams + func (o *ClaimDevboxParams) WithDefaults() *ClaimDevboxParams + func (o *ClaimDevboxParams) WithDevboxID(devboxID string) *ClaimDevboxParams + func (o *ClaimDevboxParams) WithHTTPClient(client *http.Client) *ClaimDevboxParams + func (o *ClaimDevboxParams) WithOrgName(orgName string) *ClaimDevboxParams + func (o *ClaimDevboxParams) WithTimeout(timeout time.Duration) *ClaimDevboxParams + func (o *ClaimDevboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClaimDevboxReader struct + func (o *ClaimDevboxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type ClaimDevboxTooManyRequests struct + Payload *models.ErrorResponse + func NewClaimDevboxTooManyRequests() *ClaimDevboxTooManyRequests + func (o *ClaimDevboxTooManyRequests) Code() int + func (o *ClaimDevboxTooManyRequests) Error() string + func (o *ClaimDevboxTooManyRequests) GetPayload() *models.ErrorResponse + func (o *ClaimDevboxTooManyRequests) IsClientError() bool + func (o *ClaimDevboxTooManyRequests) IsCode(code int) bool + func (o *ClaimDevboxTooManyRequests) IsRedirect() bool + func (o *ClaimDevboxTooManyRequests) IsServerError() bool + func (o *ClaimDevboxTooManyRequests) IsSuccess() bool + func (o *ClaimDevboxTooManyRequests) String() string + type Client struct + func (a *Client) ClaimDevbox(params *ClaimDevboxParams, opts ...ClientOption) (*ClaimDevboxOK, error) + func (a *Client) DeleteDevbox(params *DeleteDevboxParams, opts ...ClientOption) (*DeleteDevboxOK, error) + func (a *Client) GetDevbox(params *GetDevboxParams, opts ...ClientOption) (*GetDevboxOK, error) + func (a *Client) GetDevboxes(params *GetDevboxesParams, opts ...ClientOption) (*GetDevboxesOK, error) + func (a *Client) RegisterDevbox(params *RegisterDevboxParams, opts ...ClientOption) (*RegisterDevboxOK, *RegisterDevboxCreated, error) + func (a *Client) ReleaseDevbox(params *ReleaseDevboxParams, opts ...ClientOption) (*ReleaseDevboxOK, error) + func (a *Client) RenewDevbox(params *RenewDevboxParams, opts ...ClientOption) (*RenewDevboxOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + ClaimDevbox func(params *ClaimDevboxParams, opts ...ClientOption) (*ClaimDevboxOK, error) + DeleteDevbox func(params *DeleteDevboxParams, opts ...ClientOption) (*DeleteDevboxOK, error) + GetDevbox func(params *GetDevboxParams, opts ...ClientOption) (*GetDevboxOK, error) + GetDevboxes func(params *GetDevboxesParams, opts ...ClientOption) (*GetDevboxesOK, error) + RegisterDevbox func(params *RegisterDevboxParams, opts ...ClientOption) (*RegisterDevboxOK, *RegisterDevboxCreated, error) + ReleaseDevbox func(params *ReleaseDevboxParams, opts ...ClientOption) (*ReleaseDevboxOK, error) + RenewDevbox func(params *RenewDevboxParams, opts ...ClientOption) (*RenewDevboxOK, error) + SetTransport func(transport runtime.ClientTransport) + 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 DeleteDevboxForbidden struct + Payload *models.ErrorResponse + func NewDeleteDevboxForbidden() *DeleteDevboxForbidden + func (o *DeleteDevboxForbidden) Code() int + func (o *DeleteDevboxForbidden) Error() string + func (o *DeleteDevboxForbidden) GetPayload() *models.ErrorResponse + func (o *DeleteDevboxForbidden) IsClientError() bool + func (o *DeleteDevboxForbidden) IsCode(code int) bool + func (o *DeleteDevboxForbidden) IsRedirect() bool + func (o *DeleteDevboxForbidden) IsServerError() bool + func (o *DeleteDevboxForbidden) IsSuccess() bool + func (o *DeleteDevboxForbidden) String() string + type DeleteDevboxInternalServerError struct + Payload *models.ErrorResponse + func NewDeleteDevboxInternalServerError() *DeleteDevboxInternalServerError + func (o *DeleteDevboxInternalServerError) Code() int + func (o *DeleteDevboxInternalServerError) Error() string + func (o *DeleteDevboxInternalServerError) GetPayload() *models.ErrorResponse + func (o *DeleteDevboxInternalServerError) IsClientError() bool + func (o *DeleteDevboxInternalServerError) IsCode(code int) bool + func (o *DeleteDevboxInternalServerError) IsRedirect() bool + func (o *DeleteDevboxInternalServerError) IsServerError() bool + func (o *DeleteDevboxInternalServerError) IsSuccess() bool + func (o *DeleteDevboxInternalServerError) String() string + type DeleteDevboxOK struct + Payload models.EmptyResponse + func NewDeleteDevboxOK() *DeleteDevboxOK + func (o *DeleteDevboxOK) Code() int + func (o *DeleteDevboxOK) Error() string + func (o *DeleteDevboxOK) GetPayload() models.EmptyResponse + func (o *DeleteDevboxOK) IsClientError() bool + func (o *DeleteDevboxOK) IsCode(code int) bool + func (o *DeleteDevboxOK) IsRedirect() bool + func (o *DeleteDevboxOK) IsServerError() bool + func (o *DeleteDevboxOK) IsSuccess() bool + func (o *DeleteDevboxOK) String() string + type DeleteDevboxParams struct + Context context.Context + DevboxID string + HTTPClient *http.Client + OrgName string + func NewDeleteDevboxParams() *DeleteDevboxParams + func NewDeleteDevboxParamsWithContext(ctx context.Context) *DeleteDevboxParams + func NewDeleteDevboxParamsWithHTTPClient(client *http.Client) *DeleteDevboxParams + func NewDeleteDevboxParamsWithTimeout(timeout time.Duration) *DeleteDevboxParams + func (o *DeleteDevboxParams) SetContext(ctx context.Context) + func (o *DeleteDevboxParams) SetDefaults() + func (o *DeleteDevboxParams) SetDevboxID(devboxID string) + func (o *DeleteDevboxParams) SetHTTPClient(client *http.Client) + func (o *DeleteDevboxParams) SetOrgName(orgName string) + func (o *DeleteDevboxParams) SetTimeout(timeout time.Duration) + func (o *DeleteDevboxParams) WithContext(ctx context.Context) *DeleteDevboxParams + func (o *DeleteDevboxParams) WithDefaults() *DeleteDevboxParams + func (o *DeleteDevboxParams) WithDevboxID(devboxID string) *DeleteDevboxParams + func (o *DeleteDevboxParams) WithHTTPClient(client *http.Client) *DeleteDevboxParams + func (o *DeleteDevboxParams) WithOrgName(orgName string) *DeleteDevboxParams + func (o *DeleteDevboxParams) WithTimeout(timeout time.Duration) *DeleteDevboxParams + func (o *DeleteDevboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteDevboxReader struct + func (o *DeleteDevboxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type DeleteDevboxTooManyRequests struct + Payload *models.ErrorResponse + func NewDeleteDevboxTooManyRequests() *DeleteDevboxTooManyRequests + func (o *DeleteDevboxTooManyRequests) Code() int + func (o *DeleteDevboxTooManyRequests) Error() string + func (o *DeleteDevboxTooManyRequests) GetPayload() *models.ErrorResponse + func (o *DeleteDevboxTooManyRequests) IsClientError() bool + func (o *DeleteDevboxTooManyRequests) IsCode(code int) bool + func (o *DeleteDevboxTooManyRequests) IsRedirect() bool + func (o *DeleteDevboxTooManyRequests) IsServerError() bool + func (o *DeleteDevboxTooManyRequests) IsSuccess() bool + func (o *DeleteDevboxTooManyRequests) String() string + type GetDevboxForbidden struct + Payload *models.ErrorResponse + func NewGetDevboxForbidden() *GetDevboxForbidden + func (o *GetDevboxForbidden) Code() int + func (o *GetDevboxForbidden) Error() string + func (o *GetDevboxForbidden) GetPayload() *models.ErrorResponse + func (o *GetDevboxForbidden) IsClientError() bool + func (o *GetDevboxForbidden) IsCode(code int) bool + func (o *GetDevboxForbidden) IsRedirect() bool + func (o *GetDevboxForbidden) IsServerError() bool + func (o *GetDevboxForbidden) IsSuccess() bool + func (o *GetDevboxForbidden) String() string + type GetDevboxInternalServerError struct + Payload *models.ErrorResponse + func NewGetDevboxInternalServerError() *GetDevboxInternalServerError + func (o *GetDevboxInternalServerError) Code() int + func (o *GetDevboxInternalServerError) Error() string + func (o *GetDevboxInternalServerError) GetPayload() *models.ErrorResponse + func (o *GetDevboxInternalServerError) IsClientError() bool + func (o *GetDevboxInternalServerError) IsCode(code int) bool + func (o *GetDevboxInternalServerError) IsRedirect() bool + func (o *GetDevboxInternalServerError) IsServerError() bool + func (o *GetDevboxInternalServerError) IsSuccess() bool + func (o *GetDevboxInternalServerError) String() string + type GetDevboxOK struct + Payload *models.Devbox + func NewGetDevboxOK() *GetDevboxOK + func (o *GetDevboxOK) Code() int + func (o *GetDevboxOK) Error() string + func (o *GetDevboxOK) GetPayload() *models.Devbox + func (o *GetDevboxOK) IsClientError() bool + func (o *GetDevboxOK) IsCode(code int) bool + func (o *GetDevboxOK) IsRedirect() bool + func (o *GetDevboxOK) IsServerError() bool + func (o *GetDevboxOK) IsSuccess() bool + func (o *GetDevboxOK) String() string + type GetDevboxParams struct + Context context.Context + DevboxID string + HTTPClient *http.Client + OrgName string + func NewGetDevboxParams() *GetDevboxParams + func NewGetDevboxParamsWithContext(ctx context.Context) *GetDevboxParams + func NewGetDevboxParamsWithHTTPClient(client *http.Client) *GetDevboxParams + func NewGetDevboxParamsWithTimeout(timeout time.Duration) *GetDevboxParams + func (o *GetDevboxParams) SetContext(ctx context.Context) + func (o *GetDevboxParams) SetDefaults() + func (o *GetDevboxParams) SetDevboxID(devboxID string) + func (o *GetDevboxParams) SetHTTPClient(client *http.Client) + func (o *GetDevboxParams) SetOrgName(orgName string) + func (o *GetDevboxParams) SetTimeout(timeout time.Duration) + func (o *GetDevboxParams) WithContext(ctx context.Context) *GetDevboxParams + func (o *GetDevboxParams) WithDefaults() *GetDevboxParams + func (o *GetDevboxParams) WithDevboxID(devboxID string) *GetDevboxParams + func (o *GetDevboxParams) WithHTTPClient(client *http.Client) *GetDevboxParams + func (o *GetDevboxParams) WithOrgName(orgName string) *GetDevboxParams + func (o *GetDevboxParams) WithTimeout(timeout time.Duration) *GetDevboxParams + func (o *GetDevboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetDevboxReader struct + func (o *GetDevboxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type GetDevboxTooManyRequests struct + Payload *models.ErrorResponse + func NewGetDevboxTooManyRequests() *GetDevboxTooManyRequests + func (o *GetDevboxTooManyRequests) Code() int + func (o *GetDevboxTooManyRequests) Error() string + func (o *GetDevboxTooManyRequests) GetPayload() *models.ErrorResponse + func (o *GetDevboxTooManyRequests) IsClientError() bool + func (o *GetDevboxTooManyRequests) IsCode(code int) bool + func (o *GetDevboxTooManyRequests) IsRedirect() bool + func (o *GetDevboxTooManyRequests) IsServerError() bool + func (o *GetDevboxTooManyRequests) IsSuccess() bool + func (o *GetDevboxTooManyRequests) String() string + type GetDevboxesForbidden struct + Payload *models.ErrorResponse + func NewGetDevboxesForbidden() *GetDevboxesForbidden + func (o *GetDevboxesForbidden) Code() int + func (o *GetDevboxesForbidden) Error() string + func (o *GetDevboxesForbidden) GetPayload() *models.ErrorResponse + func (o *GetDevboxesForbidden) IsClientError() bool + func (o *GetDevboxesForbidden) IsCode(code int) bool + func (o *GetDevboxesForbidden) IsRedirect() bool + func (o *GetDevboxesForbidden) IsServerError() bool + func (o *GetDevboxesForbidden) IsSuccess() bool + func (o *GetDevboxesForbidden) String() string + type GetDevboxesInternalServerError struct + Payload *models.ErrorResponse + func NewGetDevboxesInternalServerError() *GetDevboxesInternalServerError + func (o *GetDevboxesInternalServerError) Code() int + func (o *GetDevboxesInternalServerError) Error() string + func (o *GetDevboxesInternalServerError) GetPayload() *models.ErrorResponse + func (o *GetDevboxesInternalServerError) IsClientError() bool + func (o *GetDevboxesInternalServerError) IsCode(code int) bool + func (o *GetDevboxesInternalServerError) IsRedirect() bool + func (o *GetDevboxesInternalServerError) IsServerError() bool + func (o *GetDevboxesInternalServerError) IsSuccess() bool + func (o *GetDevboxesInternalServerError) String() string + type GetDevboxesOK struct + Payload []*models.Devbox + func NewGetDevboxesOK() *GetDevboxesOK + func (o *GetDevboxesOK) Code() int + func (o *GetDevboxesOK) Error() string + func (o *GetDevboxesOK) GetPayload() []*models.Devbox + func (o *GetDevboxesOK) IsClientError() bool + func (o *GetDevboxesOK) IsCode(code int) bool + func (o *GetDevboxesOK) IsRedirect() bool + func (o *GetDevboxesOK) IsServerError() bool + func (o *GetDevboxesOK) IsSuccess() bool + func (o *GetDevboxesOK) String() string + type GetDevboxesParams struct + All *string + Context context.Context + HTTPClient *http.Client + OrgName string + func NewGetDevboxesParams() *GetDevboxesParams + func NewGetDevboxesParamsWithContext(ctx context.Context) *GetDevboxesParams + func NewGetDevboxesParamsWithHTTPClient(client *http.Client) *GetDevboxesParams + func NewGetDevboxesParamsWithTimeout(timeout time.Duration) *GetDevboxesParams + func (o *GetDevboxesParams) SetAll(all *string) + func (o *GetDevboxesParams) SetContext(ctx context.Context) + func (o *GetDevboxesParams) SetDefaults() + func (o *GetDevboxesParams) SetHTTPClient(client *http.Client) + func (o *GetDevboxesParams) SetOrgName(orgName string) + func (o *GetDevboxesParams) SetTimeout(timeout time.Duration) + func (o *GetDevboxesParams) WithAll(all *string) *GetDevboxesParams + func (o *GetDevboxesParams) WithContext(ctx context.Context) *GetDevboxesParams + func (o *GetDevboxesParams) WithDefaults() *GetDevboxesParams + func (o *GetDevboxesParams) WithHTTPClient(client *http.Client) *GetDevboxesParams + func (o *GetDevboxesParams) WithOrgName(orgName string) *GetDevboxesParams + func (o *GetDevboxesParams) WithTimeout(timeout time.Duration) *GetDevboxesParams + func (o *GetDevboxesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetDevboxesReader struct + func (o *GetDevboxesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type GetDevboxesTooManyRequests struct + Payload *models.ErrorResponse + func NewGetDevboxesTooManyRequests() *GetDevboxesTooManyRequests + func (o *GetDevboxesTooManyRequests) Code() int + func (o *GetDevboxesTooManyRequests) Error() string + func (o *GetDevboxesTooManyRequests) GetPayload() *models.ErrorResponse + func (o *GetDevboxesTooManyRequests) IsClientError() bool + func (o *GetDevboxesTooManyRequests) IsCode(code int) bool + func (o *GetDevboxesTooManyRequests) IsRedirect() bool + func (o *GetDevboxesTooManyRequests) IsServerError() bool + func (o *GetDevboxesTooManyRequests) IsSuccess() bool + func (o *GetDevboxesTooManyRequests) String() string + type RegisterDevboxCreated struct + Payload *models.Devbox + func NewRegisterDevboxCreated() *RegisterDevboxCreated + func (o *RegisterDevboxCreated) Code() int + func (o *RegisterDevboxCreated) Error() string + func (o *RegisterDevboxCreated) GetPayload() *models.Devbox + func (o *RegisterDevboxCreated) IsClientError() bool + func (o *RegisterDevboxCreated) IsCode(code int) bool + func (o *RegisterDevboxCreated) IsRedirect() bool + func (o *RegisterDevboxCreated) IsServerError() bool + func (o *RegisterDevboxCreated) IsSuccess() bool + func (o *RegisterDevboxCreated) String() string + type RegisterDevboxForbidden struct + Payload *models.ErrorResponse + func NewRegisterDevboxForbidden() *RegisterDevboxForbidden + func (o *RegisterDevboxForbidden) Code() int + func (o *RegisterDevboxForbidden) Error() string + func (o *RegisterDevboxForbidden) GetPayload() *models.ErrorResponse + func (o *RegisterDevboxForbidden) IsClientError() bool + func (o *RegisterDevboxForbidden) IsCode(code int) bool + func (o *RegisterDevboxForbidden) IsRedirect() bool + func (o *RegisterDevboxForbidden) IsServerError() bool + func (o *RegisterDevboxForbidden) IsSuccess() bool + func (o *RegisterDevboxForbidden) String() string + type RegisterDevboxInternalServerError struct + Payload *models.ErrorResponse + func NewRegisterDevboxInternalServerError() *RegisterDevboxInternalServerError + func (o *RegisterDevboxInternalServerError) Code() int + func (o *RegisterDevboxInternalServerError) Error() string + func (o *RegisterDevboxInternalServerError) GetPayload() *models.ErrorResponse + func (o *RegisterDevboxInternalServerError) IsClientError() bool + func (o *RegisterDevboxInternalServerError) IsCode(code int) bool + func (o *RegisterDevboxInternalServerError) IsRedirect() bool + func (o *RegisterDevboxInternalServerError) IsServerError() bool + func (o *RegisterDevboxInternalServerError) IsSuccess() bool + func (o *RegisterDevboxInternalServerError) String() string + type RegisterDevboxOK struct + Payload *models.Devbox + func NewRegisterDevboxOK() *RegisterDevboxOK + func (o *RegisterDevboxOK) Code() int + func (o *RegisterDevboxOK) Error() string + func (o *RegisterDevboxOK) GetPayload() *models.Devbox + func (o *RegisterDevboxOK) IsClientError() bool + func (o *RegisterDevboxOK) IsCode(code int) bool + func (o *RegisterDevboxOK) IsRedirect() bool + func (o *RegisterDevboxOK) IsServerError() bool + func (o *RegisterDevboxOK) IsSuccess() bool + func (o *RegisterDevboxOK) String() string + type RegisterDevboxParams struct + Context context.Context + Data *models.DevboxRegistration + HTTPClient *http.Client + OrgName string + func NewRegisterDevboxParams() *RegisterDevboxParams + func NewRegisterDevboxParamsWithContext(ctx context.Context) *RegisterDevboxParams + func NewRegisterDevboxParamsWithHTTPClient(client *http.Client) *RegisterDevboxParams + func NewRegisterDevboxParamsWithTimeout(timeout time.Duration) *RegisterDevboxParams + func (o *RegisterDevboxParams) SetContext(ctx context.Context) + func (o *RegisterDevboxParams) SetData(data *models.DevboxRegistration) + func (o *RegisterDevboxParams) SetDefaults() + func (o *RegisterDevboxParams) SetHTTPClient(client *http.Client) + func (o *RegisterDevboxParams) SetOrgName(orgName string) + func (o *RegisterDevboxParams) SetTimeout(timeout time.Duration) + func (o *RegisterDevboxParams) WithContext(ctx context.Context) *RegisterDevboxParams + func (o *RegisterDevboxParams) WithData(data *models.DevboxRegistration) *RegisterDevboxParams + func (o *RegisterDevboxParams) WithDefaults() *RegisterDevboxParams + func (o *RegisterDevboxParams) WithHTTPClient(client *http.Client) *RegisterDevboxParams + func (o *RegisterDevboxParams) WithOrgName(orgName string) *RegisterDevboxParams + func (o *RegisterDevboxParams) WithTimeout(timeout time.Duration) *RegisterDevboxParams + func (o *RegisterDevboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RegisterDevboxReader struct + func (o *RegisterDevboxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type RegisterDevboxTooManyRequests struct + Payload *models.ErrorResponse + func NewRegisterDevboxTooManyRequests() *RegisterDevboxTooManyRequests + func (o *RegisterDevboxTooManyRequests) Code() int + func (o *RegisterDevboxTooManyRequests) Error() string + func (o *RegisterDevboxTooManyRequests) GetPayload() *models.ErrorResponse + func (o *RegisterDevboxTooManyRequests) IsClientError() bool + func (o *RegisterDevboxTooManyRequests) IsCode(code int) bool + func (o *RegisterDevboxTooManyRequests) IsRedirect() bool + func (o *RegisterDevboxTooManyRequests) IsServerError() bool + func (o *RegisterDevboxTooManyRequests) IsSuccess() bool + func (o *RegisterDevboxTooManyRequests) String() string + type ReleaseDevboxForbidden struct + Payload *models.ErrorResponse + func NewReleaseDevboxForbidden() *ReleaseDevboxForbidden + func (o *ReleaseDevboxForbidden) Code() int + func (o *ReleaseDevboxForbidden) Error() string + func (o *ReleaseDevboxForbidden) GetPayload() *models.ErrorResponse + func (o *ReleaseDevboxForbidden) IsClientError() bool + func (o *ReleaseDevboxForbidden) IsCode(code int) bool + func (o *ReleaseDevboxForbidden) IsRedirect() bool + func (o *ReleaseDevboxForbidden) IsServerError() bool + func (o *ReleaseDevboxForbidden) IsSuccess() bool + func (o *ReleaseDevboxForbidden) String() string + type ReleaseDevboxInternalServerError struct + Payload *models.ErrorResponse + func NewReleaseDevboxInternalServerError() *ReleaseDevboxInternalServerError + func (o *ReleaseDevboxInternalServerError) Code() int + func (o *ReleaseDevboxInternalServerError) Error() string + func (o *ReleaseDevboxInternalServerError) GetPayload() *models.ErrorResponse + func (o *ReleaseDevboxInternalServerError) IsClientError() bool + func (o *ReleaseDevboxInternalServerError) IsCode(code int) bool + func (o *ReleaseDevboxInternalServerError) IsRedirect() bool + func (o *ReleaseDevboxInternalServerError) IsServerError() bool + func (o *ReleaseDevboxInternalServerError) IsSuccess() bool + func (o *ReleaseDevboxInternalServerError) String() string + type ReleaseDevboxOK struct + Payload *models.Devbox + func NewReleaseDevboxOK() *ReleaseDevboxOK + func (o *ReleaseDevboxOK) Code() int + func (o *ReleaseDevboxOK) Error() string + func (o *ReleaseDevboxOK) GetPayload() *models.Devbox + func (o *ReleaseDevboxOK) IsClientError() bool + func (o *ReleaseDevboxOK) IsCode(code int) bool + func (o *ReleaseDevboxOK) IsRedirect() bool + func (o *ReleaseDevboxOK) IsServerError() bool + func (o *ReleaseDevboxOK) IsSuccess() bool + func (o *ReleaseDevboxOK) String() string + type ReleaseDevboxParams struct + Context context.Context + DevboxID string + HTTPClient *http.Client + OrgName string + func NewReleaseDevboxParams() *ReleaseDevboxParams + func NewReleaseDevboxParamsWithContext(ctx context.Context) *ReleaseDevboxParams + func NewReleaseDevboxParamsWithHTTPClient(client *http.Client) *ReleaseDevboxParams + func NewReleaseDevboxParamsWithTimeout(timeout time.Duration) *ReleaseDevboxParams + func (o *ReleaseDevboxParams) SetContext(ctx context.Context) + func (o *ReleaseDevboxParams) SetDefaults() + func (o *ReleaseDevboxParams) SetDevboxID(devboxID string) + func (o *ReleaseDevboxParams) SetHTTPClient(client *http.Client) + func (o *ReleaseDevboxParams) SetOrgName(orgName string) + func (o *ReleaseDevboxParams) SetTimeout(timeout time.Duration) + func (o *ReleaseDevboxParams) WithContext(ctx context.Context) *ReleaseDevboxParams + func (o *ReleaseDevboxParams) WithDefaults() *ReleaseDevboxParams + func (o *ReleaseDevboxParams) WithDevboxID(devboxID string) *ReleaseDevboxParams + func (o *ReleaseDevboxParams) WithHTTPClient(client *http.Client) *ReleaseDevboxParams + func (o *ReleaseDevboxParams) WithOrgName(orgName string) *ReleaseDevboxParams + func (o *ReleaseDevboxParams) WithTimeout(timeout time.Duration) *ReleaseDevboxParams + func (o *ReleaseDevboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ReleaseDevboxReader struct + func (o *ReleaseDevboxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type ReleaseDevboxTooManyRequests struct + Payload *models.ErrorResponse + func NewReleaseDevboxTooManyRequests() *ReleaseDevboxTooManyRequests + func (o *ReleaseDevboxTooManyRequests) Code() int + func (o *ReleaseDevboxTooManyRequests) Error() string + func (o *ReleaseDevboxTooManyRequests) GetPayload() *models.ErrorResponse + func (o *ReleaseDevboxTooManyRequests) IsClientError() bool + func (o *ReleaseDevboxTooManyRequests) IsCode(code int) bool + func (o *ReleaseDevboxTooManyRequests) IsRedirect() bool + func (o *ReleaseDevboxTooManyRequests) IsServerError() bool + func (o *ReleaseDevboxTooManyRequests) IsSuccess() bool + func (o *ReleaseDevboxTooManyRequests) String() string + type RenewDevboxForbidden struct + Payload *models.ErrorResponse + func NewRenewDevboxForbidden() *RenewDevboxForbidden + func (o *RenewDevboxForbidden) Code() int + func (o *RenewDevboxForbidden) Error() string + func (o *RenewDevboxForbidden) GetPayload() *models.ErrorResponse + func (o *RenewDevboxForbidden) IsClientError() bool + func (o *RenewDevboxForbidden) IsCode(code int) bool + func (o *RenewDevboxForbidden) IsRedirect() bool + func (o *RenewDevboxForbidden) IsServerError() bool + func (o *RenewDevboxForbidden) IsSuccess() bool + func (o *RenewDevboxForbidden) String() string + type RenewDevboxInternalServerError struct + Payload *models.ErrorResponse + func NewRenewDevboxInternalServerError() *RenewDevboxInternalServerError + func (o *RenewDevboxInternalServerError) Code() int + func (o *RenewDevboxInternalServerError) Error() string + func (o *RenewDevboxInternalServerError) GetPayload() *models.ErrorResponse + func (o *RenewDevboxInternalServerError) IsClientError() bool + func (o *RenewDevboxInternalServerError) IsCode(code int) bool + func (o *RenewDevboxInternalServerError) IsRedirect() bool + func (o *RenewDevboxInternalServerError) IsServerError() bool + func (o *RenewDevboxInternalServerError) IsSuccess() bool + func (o *RenewDevboxInternalServerError) String() string + type RenewDevboxOK struct + Payload *models.Devbox + func NewRenewDevboxOK() *RenewDevboxOK + func (o *RenewDevboxOK) Code() int + func (o *RenewDevboxOK) Error() string + func (o *RenewDevboxOK) GetPayload() *models.Devbox + func (o *RenewDevboxOK) IsClientError() bool + func (o *RenewDevboxOK) IsCode(code int) bool + func (o *RenewDevboxOK) IsRedirect() bool + func (o *RenewDevboxOK) IsServerError() bool + func (o *RenewDevboxOK) IsSuccess() bool + func (o *RenewDevboxOK) String() string + type RenewDevboxParams struct + Context context.Context + DevboxID string + DevboxSessionID string + HTTPClient *http.Client + OrgName string + func NewRenewDevboxParams() *RenewDevboxParams + func NewRenewDevboxParamsWithContext(ctx context.Context) *RenewDevboxParams + func NewRenewDevboxParamsWithHTTPClient(client *http.Client) *RenewDevboxParams + func NewRenewDevboxParamsWithTimeout(timeout time.Duration) *RenewDevboxParams + func (o *RenewDevboxParams) SetContext(ctx context.Context) + func (o *RenewDevboxParams) SetDefaults() + func (o *RenewDevboxParams) SetDevboxID(devboxID string) + func (o *RenewDevboxParams) SetDevboxSessionID(devboxSessionID string) + func (o *RenewDevboxParams) SetHTTPClient(client *http.Client) + func (o *RenewDevboxParams) SetOrgName(orgName string) + func (o *RenewDevboxParams) SetTimeout(timeout time.Duration) + func (o *RenewDevboxParams) WithContext(ctx context.Context) *RenewDevboxParams + func (o *RenewDevboxParams) WithDefaults() *RenewDevboxParams + func (o *RenewDevboxParams) WithDevboxID(devboxID string) *RenewDevboxParams + func (o *RenewDevboxParams) WithDevboxSessionID(devboxSessionID string) *RenewDevboxParams + func (o *RenewDevboxParams) WithHTTPClient(client *http.Client) *RenewDevboxParams + func (o *RenewDevboxParams) WithOrgName(orgName string) *RenewDevboxParams + func (o *RenewDevboxParams) WithTimeout(timeout time.Duration) *RenewDevboxParams + func (o *RenewDevboxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RenewDevboxReader struct + func (o *RenewDevboxReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error) + type RenewDevboxTooManyRequests struct + Payload *models.ErrorResponse + func NewRenewDevboxTooManyRequests() *RenewDevboxTooManyRequests + func (o *RenewDevboxTooManyRequests) Code() int + func (o *RenewDevboxTooManyRequests) Error() string + func (o *RenewDevboxTooManyRequests) GetPayload() *models.ErrorResponse + func (o *RenewDevboxTooManyRequests) IsClientError() bool + func (o *RenewDevboxTooManyRequests) IsCode(code int) bool + func (o *RenewDevboxTooManyRequests) IsRedirect() bool + func (o *RenewDevboxTooManyRequests) IsServerError() bool + func (o *RenewDevboxTooManyRequests) IsSuccess() bool + func (o *RenewDevboxTooManyRequests) String() string