Versions in this module Expand all Collapse all v0 v0.1.0 Jul 10, 2026 Changes in this version + type Client struct + LeaseWait time.Duration + PollInterval time.Duration + func New(baseURL, deployment string) *Client + func (c *Client) Await(ctx context.Context, taskID string) (task.Result, error) + func (c *Client) Dequeue(ctx context.Context) (task.Task, error) + func (c *Client) Enqueue(ctx context.Context, t task.Task) error + func (c *Client) Get(ctx context.Context, taskID string) (task.Result, bool, error) + func (c *Client) Report(ctx context.Context, r task.Result) error + func (c *Client) Spec(ctx context.Context) (controlplane.ServiceSpec, error) + func (c *Client) SubmitAsync(ctx context.Context, t task.Task) (string, error)