Versions in this module Expand all Collapse all v0 v0.2.0-alpha Jul 6, 2025 v0.1.7 Jan 23, 2026 v0.1.7-alpha Jul 20, 2025 v0.1.6 Jul 20, 2025 v0.1.5 Aug 8, 2024 Changes in this version type Client + func (a *Client) CreateCredentials(params *CreateCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateCredentialsOK, error) + func (a *Client) DeleteCredentials(params *DeleteCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) error + func (a *Client) GetCredentials(params *GetCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetCredentialsOK, error) + func (a *Client) UpdateCredentials(params *UpdateCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateCredentialsOK, error) type ClientService + func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService + func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService + CreateCredentials func(params *CreateCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateCredentialsOK, error) + DeleteCredentials func(params *DeleteCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) error + GetCredentials func(params *GetCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetCredentialsOK, error) + UpdateCredentials func(params *UpdateCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateCredentialsOK, error) + type CreateCredentialsBadRequest struct + Payload apiserver_params.APIErrorResponse + func NewCreateCredentialsBadRequest() *CreateCredentialsBadRequest + func (o *CreateCredentialsBadRequest) Code() int + func (o *CreateCredentialsBadRequest) Error() string + func (o *CreateCredentialsBadRequest) GetPayload() apiserver_params.APIErrorResponse + func (o *CreateCredentialsBadRequest) IsClientError() bool + func (o *CreateCredentialsBadRequest) IsCode(code int) bool + func (o *CreateCredentialsBadRequest) IsRedirect() bool + func (o *CreateCredentialsBadRequest) IsServerError() bool + func (o *CreateCredentialsBadRequest) IsSuccess() bool + func (o *CreateCredentialsBadRequest) String() string + type CreateCredentialsOK struct + Payload garm_params.GithubCredentials + func NewCreateCredentialsOK() *CreateCredentialsOK + func (o *CreateCredentialsOK) Code() int + func (o *CreateCredentialsOK) Error() string + func (o *CreateCredentialsOK) GetPayload() garm_params.GithubCredentials + func (o *CreateCredentialsOK) IsClientError() bool + func (o *CreateCredentialsOK) IsCode(code int) bool + func (o *CreateCredentialsOK) IsRedirect() bool + func (o *CreateCredentialsOK) IsServerError() bool + func (o *CreateCredentialsOK) IsSuccess() bool + func (o *CreateCredentialsOK) String() string + type CreateCredentialsParams struct + Body garm_params.CreateGithubCredentialsParams + Context context.Context + HTTPClient *http.Client + func NewCreateCredentialsParams() *CreateCredentialsParams + func NewCreateCredentialsParamsWithContext(ctx context.Context) *CreateCredentialsParams + func NewCreateCredentialsParamsWithHTTPClient(client *http.Client) *CreateCredentialsParams + func NewCreateCredentialsParamsWithTimeout(timeout time.Duration) *CreateCredentialsParams + func (o *CreateCredentialsParams) SetBody(body garm_params.CreateGithubCredentialsParams) + func (o *CreateCredentialsParams) SetContext(ctx context.Context) + func (o *CreateCredentialsParams) SetDefaults() + func (o *CreateCredentialsParams) SetHTTPClient(client *http.Client) + func (o *CreateCredentialsParams) SetTimeout(timeout time.Duration) + func (o *CreateCredentialsParams) WithBody(body garm_params.CreateGithubCredentialsParams) *CreateCredentialsParams + func (o *CreateCredentialsParams) WithContext(ctx context.Context) *CreateCredentialsParams + func (o *CreateCredentialsParams) WithDefaults() *CreateCredentialsParams + func (o *CreateCredentialsParams) WithHTTPClient(client *http.Client) *CreateCredentialsParams + func (o *CreateCredentialsParams) WithTimeout(timeout time.Duration) *CreateCredentialsParams + func (o *CreateCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateCredentialsReader struct + func (o *CreateCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteCredentialsDefault struct + Payload apiserver_params.APIErrorResponse + func NewDeleteCredentialsDefault(code int) *DeleteCredentialsDefault + func (o *DeleteCredentialsDefault) Code() int + func (o *DeleteCredentialsDefault) Error() string + func (o *DeleteCredentialsDefault) GetPayload() apiserver_params.APIErrorResponse + func (o *DeleteCredentialsDefault) IsClientError() bool + func (o *DeleteCredentialsDefault) IsCode(code int) bool + func (o *DeleteCredentialsDefault) IsRedirect() bool + func (o *DeleteCredentialsDefault) IsServerError() bool + func (o *DeleteCredentialsDefault) IsSuccess() bool + func (o *DeleteCredentialsDefault) String() string + type DeleteCredentialsParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteCredentialsParams() *DeleteCredentialsParams + func NewDeleteCredentialsParamsWithContext(ctx context.Context) *DeleteCredentialsParams + func NewDeleteCredentialsParamsWithHTTPClient(client *http.Client) *DeleteCredentialsParams + func NewDeleteCredentialsParamsWithTimeout(timeout time.Duration) *DeleteCredentialsParams + func (o *DeleteCredentialsParams) SetContext(ctx context.Context) + func (o *DeleteCredentialsParams) SetDefaults() + func (o *DeleteCredentialsParams) SetHTTPClient(client *http.Client) + func (o *DeleteCredentialsParams) SetID(id int64) + func (o *DeleteCredentialsParams) SetTimeout(timeout time.Duration) + func (o *DeleteCredentialsParams) WithContext(ctx context.Context) *DeleteCredentialsParams + func (o *DeleteCredentialsParams) WithDefaults() *DeleteCredentialsParams + func (o *DeleteCredentialsParams) WithHTTPClient(client *http.Client) *DeleteCredentialsParams + func (o *DeleteCredentialsParams) WithID(id int64) *DeleteCredentialsParams + func (o *DeleteCredentialsParams) WithTimeout(timeout time.Duration) *DeleteCredentialsParams + func (o *DeleteCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteCredentialsReader struct + func (o *DeleteCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetCredentialsBadRequest struct + Payload apiserver_params.APIErrorResponse + func NewGetCredentialsBadRequest() *GetCredentialsBadRequest + func (o *GetCredentialsBadRequest) Code() int + func (o *GetCredentialsBadRequest) Error() string + func (o *GetCredentialsBadRequest) GetPayload() apiserver_params.APIErrorResponse + func (o *GetCredentialsBadRequest) IsClientError() bool + func (o *GetCredentialsBadRequest) IsCode(code int) bool + func (o *GetCredentialsBadRequest) IsRedirect() bool + func (o *GetCredentialsBadRequest) IsServerError() bool + func (o *GetCredentialsBadRequest) IsSuccess() bool + func (o *GetCredentialsBadRequest) String() string + type GetCredentialsOK struct + Payload garm_params.GithubCredentials + func NewGetCredentialsOK() *GetCredentialsOK + func (o *GetCredentialsOK) Code() int + func (o *GetCredentialsOK) Error() string + func (o *GetCredentialsOK) GetPayload() garm_params.GithubCredentials + func (o *GetCredentialsOK) IsClientError() bool + func (o *GetCredentialsOK) IsCode(code int) bool + func (o *GetCredentialsOK) IsRedirect() bool + func (o *GetCredentialsOK) IsServerError() bool + func (o *GetCredentialsOK) IsSuccess() bool + func (o *GetCredentialsOK) String() string + type GetCredentialsParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewGetCredentialsParams() *GetCredentialsParams + func NewGetCredentialsParamsWithContext(ctx context.Context) *GetCredentialsParams + func NewGetCredentialsParamsWithHTTPClient(client *http.Client) *GetCredentialsParams + func NewGetCredentialsParamsWithTimeout(timeout time.Duration) *GetCredentialsParams + func (o *GetCredentialsParams) SetContext(ctx context.Context) + func (o *GetCredentialsParams) SetDefaults() + func (o *GetCredentialsParams) SetHTTPClient(client *http.Client) + func (o *GetCredentialsParams) SetID(id int64) + func (o *GetCredentialsParams) SetTimeout(timeout time.Duration) + func (o *GetCredentialsParams) WithContext(ctx context.Context) *GetCredentialsParams + func (o *GetCredentialsParams) WithDefaults() *GetCredentialsParams + func (o *GetCredentialsParams) WithHTTPClient(client *http.Client) *GetCredentialsParams + func (o *GetCredentialsParams) WithID(id int64) *GetCredentialsParams + func (o *GetCredentialsParams) WithTimeout(timeout time.Duration) *GetCredentialsParams + func (o *GetCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetCredentialsReader struct + func (o *GetCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateCredentialsBadRequest struct + Payload apiserver_params.APIErrorResponse + func NewUpdateCredentialsBadRequest() *UpdateCredentialsBadRequest + func (o *UpdateCredentialsBadRequest) Code() int + func (o *UpdateCredentialsBadRequest) Error() string + func (o *UpdateCredentialsBadRequest) GetPayload() apiserver_params.APIErrorResponse + func (o *UpdateCredentialsBadRequest) IsClientError() bool + func (o *UpdateCredentialsBadRequest) IsCode(code int) bool + func (o *UpdateCredentialsBadRequest) IsRedirect() bool + func (o *UpdateCredentialsBadRequest) IsServerError() bool + func (o *UpdateCredentialsBadRequest) IsSuccess() bool + func (o *UpdateCredentialsBadRequest) String() string + type UpdateCredentialsOK struct + Payload garm_params.GithubCredentials + func NewUpdateCredentialsOK() *UpdateCredentialsOK + func (o *UpdateCredentialsOK) Code() int + func (o *UpdateCredentialsOK) Error() string + func (o *UpdateCredentialsOK) GetPayload() garm_params.GithubCredentials + func (o *UpdateCredentialsOK) IsClientError() bool + func (o *UpdateCredentialsOK) IsCode(code int) bool + func (o *UpdateCredentialsOK) IsRedirect() bool + func (o *UpdateCredentialsOK) IsServerError() bool + func (o *UpdateCredentialsOK) IsSuccess() bool + func (o *UpdateCredentialsOK) String() string + type UpdateCredentialsParams struct + Body garm_params.UpdateGithubCredentialsParams + Context context.Context + HTTPClient *http.Client + ID int64 + func NewUpdateCredentialsParams() *UpdateCredentialsParams + func NewUpdateCredentialsParamsWithContext(ctx context.Context) *UpdateCredentialsParams + func NewUpdateCredentialsParamsWithHTTPClient(client *http.Client) *UpdateCredentialsParams + func NewUpdateCredentialsParamsWithTimeout(timeout time.Duration) *UpdateCredentialsParams + func (o *UpdateCredentialsParams) SetBody(body garm_params.UpdateGithubCredentialsParams) + func (o *UpdateCredentialsParams) SetContext(ctx context.Context) + func (o *UpdateCredentialsParams) SetDefaults() + func (o *UpdateCredentialsParams) SetHTTPClient(client *http.Client) + func (o *UpdateCredentialsParams) SetID(id int64) + func (o *UpdateCredentialsParams) SetTimeout(timeout time.Duration) + func (o *UpdateCredentialsParams) WithBody(body garm_params.UpdateGithubCredentialsParams) *UpdateCredentialsParams + func (o *UpdateCredentialsParams) WithContext(ctx context.Context) *UpdateCredentialsParams + func (o *UpdateCredentialsParams) WithDefaults() *UpdateCredentialsParams + func (o *UpdateCredentialsParams) WithHTTPClient(client *http.Client) *UpdateCredentialsParams + func (o *UpdateCredentialsParams) WithID(id int64) *UpdateCredentialsParams + func (o *UpdateCredentialsParams) WithTimeout(timeout time.Duration) *UpdateCredentialsParams + func (o *UpdateCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateCredentialsReader struct + func (o *UpdateCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) v0.1.4 Feb 12, 2024 v0.1.4-rc1 Dec 18, 2023 v0.1.3 Jul 25, 2023 Changes in this version + type Client struct + func (a *Client) ListCredentials(params *ListCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListCredentialsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + ListCredentials func(params *ListCredentialsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListCredentialsOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type ListCredentialsBadRequest struct + Payload apiserver_params.APIErrorResponse + func NewListCredentialsBadRequest() *ListCredentialsBadRequest + func (o *ListCredentialsBadRequest) Code() int + func (o *ListCredentialsBadRequest) Error() string + func (o *ListCredentialsBadRequest) GetPayload() apiserver_params.APIErrorResponse + func (o *ListCredentialsBadRequest) IsClientError() bool + func (o *ListCredentialsBadRequest) IsCode(code int) bool + func (o *ListCredentialsBadRequest) IsRedirect() bool + func (o *ListCredentialsBadRequest) IsServerError() bool + func (o *ListCredentialsBadRequest) IsSuccess() bool + func (o *ListCredentialsBadRequest) String() string + type ListCredentialsOK struct + Payload garm_params.Credentials + func NewListCredentialsOK() *ListCredentialsOK + func (o *ListCredentialsOK) Code() int + func (o *ListCredentialsOK) Error() string + func (o *ListCredentialsOK) GetPayload() garm_params.Credentials + func (o *ListCredentialsOK) IsClientError() bool + func (o *ListCredentialsOK) IsCode(code int) bool + func (o *ListCredentialsOK) IsRedirect() bool + func (o *ListCredentialsOK) IsServerError() bool + func (o *ListCredentialsOK) IsSuccess() bool + func (o *ListCredentialsOK) String() string + type ListCredentialsParams struct + Context context.Context + HTTPClient *http.Client + func NewListCredentialsParams() *ListCredentialsParams + func NewListCredentialsParamsWithContext(ctx context.Context) *ListCredentialsParams + func NewListCredentialsParamsWithHTTPClient(client *http.Client) *ListCredentialsParams + func NewListCredentialsParamsWithTimeout(timeout time.Duration) *ListCredentialsParams + func (o *ListCredentialsParams) SetContext(ctx context.Context) + func (o *ListCredentialsParams) SetDefaults() + func (o *ListCredentialsParams) SetHTTPClient(client *http.Client) + func (o *ListCredentialsParams) SetTimeout(timeout time.Duration) + func (o *ListCredentialsParams) WithContext(ctx context.Context) *ListCredentialsParams + func (o *ListCredentialsParams) WithDefaults() *ListCredentialsParams + func (o *ListCredentialsParams) WithHTTPClient(client *http.Client) *ListCredentialsParams + func (o *ListCredentialsParams) WithTimeout(timeout time.Duration) *ListCredentialsParams + func (o *ListCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListCredentialsReader struct + func (o *ListCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)