Versions in this module Expand all Collapse all v0 v0.10.257 Jul 15, 2026 v0.10.255 Jul 12, 2026 Changes in this version + type Client struct + func New(host string, tokens TokenSource) (*Client, error) + func (c *Client) Run(ctx context.Context, dir string, args ...string) ([]byte, error) + type TokenSource interface + AccessToken func(context.Context) (string, error) + type TokenSourceFunc func(context.Context) (string, error) + func (f TokenSourceFunc) AccessToken(ctx context.Context) (string, error)