Versions in this module Expand all Collapse all v1 v1.38.0 Jun 22, 2026 Changes in this version + type Client struct + func (a *Client) HandleGithubWebhook(params *HandleGithubWebhookParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HandleGithubWebhookOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + HandleGithubWebhook func(params *HandleGithubWebhookParams, authInfo runtime.ClientAuthInfoWriter, ...) (*HandleGithubWebhookOK, 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 HandleGithubWebhookBadRequest struct + func NewHandleGithubWebhookBadRequest() *HandleGithubWebhookBadRequest + func (o *HandleGithubWebhookBadRequest) Code() int + func (o *HandleGithubWebhookBadRequest) Error() string + func (o *HandleGithubWebhookBadRequest) IsClientError() bool + func (o *HandleGithubWebhookBadRequest) IsCode(code int) bool + func (o *HandleGithubWebhookBadRequest) IsRedirect() bool + func (o *HandleGithubWebhookBadRequest) IsServerError() bool + func (o *HandleGithubWebhookBadRequest) IsSuccess() bool + func (o *HandleGithubWebhookBadRequest) String() string + type HandleGithubWebhookInternalServerError struct + func NewHandleGithubWebhookInternalServerError() *HandleGithubWebhookInternalServerError + func (o *HandleGithubWebhookInternalServerError) Code() int + func (o *HandleGithubWebhookInternalServerError) Error() string + func (o *HandleGithubWebhookInternalServerError) IsClientError() bool + func (o *HandleGithubWebhookInternalServerError) IsCode(code int) bool + func (o *HandleGithubWebhookInternalServerError) IsRedirect() bool + func (o *HandleGithubWebhookInternalServerError) IsServerError() bool + func (o *HandleGithubWebhookInternalServerError) IsSuccess() bool + func (o *HandleGithubWebhookInternalServerError) String() string + type HandleGithubWebhookOK struct + func NewHandleGithubWebhookOK() *HandleGithubWebhookOK + func (o *HandleGithubWebhookOK) Code() int + func (o *HandleGithubWebhookOK) Error() string + func (o *HandleGithubWebhookOK) IsClientError() bool + func (o *HandleGithubWebhookOK) IsCode(code int) bool + func (o *HandleGithubWebhookOK) IsRedirect() bool + func (o *HandleGithubWebhookOK) IsServerError() bool + func (o *HandleGithubWebhookOK) IsSuccess() bool + func (o *HandleGithubWebhookOK) String() string + type HandleGithubWebhookParams struct + AppName *string + Context context.Context + HTTPClient *http.Client + XGitHubEvent string + func NewHandleGithubWebhookParams() *HandleGithubWebhookParams + func NewHandleGithubWebhookParamsWithContext(ctx context.Context) *HandleGithubWebhookParams + func NewHandleGithubWebhookParamsWithHTTPClient(client *http.Client) *HandleGithubWebhookParams + func NewHandleGithubWebhookParamsWithTimeout(timeout time.Duration) *HandleGithubWebhookParams + func (o *HandleGithubWebhookParams) SetAppName(appName *string) + func (o *HandleGithubWebhookParams) SetContext(ctx context.Context) + func (o *HandleGithubWebhookParams) SetDefaults() + func (o *HandleGithubWebhookParams) SetHTTPClient(client *http.Client) + func (o *HandleGithubWebhookParams) SetTimeout(timeout time.Duration) + func (o *HandleGithubWebhookParams) SetXGitHubEvent(xGitHubEvent string) + func (o *HandleGithubWebhookParams) WithAppName(appName *string) *HandleGithubWebhookParams + func (o *HandleGithubWebhookParams) WithContext(ctx context.Context) *HandleGithubWebhookParams + func (o *HandleGithubWebhookParams) WithDefaults() *HandleGithubWebhookParams + func (o *HandleGithubWebhookParams) WithHTTPClient(client *http.Client) *HandleGithubWebhookParams + func (o *HandleGithubWebhookParams) WithTimeout(timeout time.Duration) *HandleGithubWebhookParams + func (o *HandleGithubWebhookParams) WithXGitHubEvent(xGitHubEvent string) *HandleGithubWebhookParams + func (o *HandleGithubWebhookParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type HandleGithubWebhookReader struct + func (o *HandleGithubWebhookReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)