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) RecoverCurrentPeer(ctx context.Context) (*hookdeckgosdk.RecoverCurrentPeerResponse, error) + func (c *Client) RemovePeer(ctx context.Context, peerId int, request *hookdeckgosdk.RemovePeerRequest) (*hookdeckgosdk.RemovePeerResponse, error) + func (c *Client) Status(ctx context.Context) (*hookdeckgosdk.ClusterStatusResponse, error)