Versions in this module Expand all Collapse all v0 v0.1.0 Jul 2, 2024 Changes in this version + type Batch struct + func (b *Batch) Add(calls ...dispatchproto.Call) + func (b *Batch) Dispatch(ctx context.Context) ([]dispatchproto.ID, error) + func (b *Batch) Reset() + type Client struct + func New(opts ...Option) (*Client, error) + func (c *Client) Batch() Batch + func (c *Client) Dispatch(ctx context.Context, call dispatchproto.Call) (dispatchproto.ID, error) + type Option func(*Client) + func APIKey(apiKey string) Option + func APIUrl(apiUrl string) Option + func Env(env ...string) Option