Versions in this module Expand all Collapse all v0 v0.2.0 Aug 10, 2026 Changes in this version + func TokenFromCLI() string + type App struct + Name string + Status string + type Client struct + func New(baseURL, token string) *Client + func (c *Client) App(ctx context.Context, app string) (App, error) + func (c *Client) Secrets(ctx context.Context, app string) (map[string]Secret, error) + func (c *Client) SetSecret(ctx context.Context, app, name, value string) error + func (c *Client) String() string + type Error struct + Endpoint string + Message string + Status int + func (e *Error) Error() string + type Secret struct + Digest string + Name string + Type string