Versions in this module Expand all Collapse all v0 v0.0.35 Jan 25, 2024 Changes in this version + type Client struct + func NewClient(opts ...core.ClientOption) *Client + func (c *Client) GetLocks(ctx context.Context) (*hookdeckgosdk.GetLocksResponse, error) + func (c *Client) Healthz(ctx context.Context) (string, error) + func (c *Client) Livez(ctx context.Context) (string, error) + func (c *Client) Metrics(ctx context.Context, request *hookdeckgosdk.MetricsRequest) (string, error) + func (c *Client) PostLocks(ctx context.Context, request *hookdeckgosdk.LocksOption) (*hookdeckgosdk.PostLocksResponse, error) + func (c *Client) Readyz(ctx context.Context) (string, error) + func (c *Client) Telemetry(ctx context.Context, request *hookdeckgosdk.TelemetryRequest) (*hookdeckgosdk.TelemetryResponse, error)