Versions in this module Expand all Collapse all v0 v0.2.0 Aug 10, 2026 Changes in this version + func Plan(ctx context.Context, api API, f config.Fly, getenv func(string) string, ...) (plan.Plan, error) + type API interface + Secrets func(ctx context.Context, app string) (map[string]flyapi.Secret, error) + SetSecret func(ctx context.Context, app, name, value string) error