Versions in this module Expand all Collapse all v0 v0.2.0 Aug 10, 2026 v0.1.0 Aug 10, 2026 Changes in this version + func Plan(ctx context.Context, a config.Auth, env map[string]string, fetch Fetcher) (plan.Plan, error) + type Fetcher interface + Get func(ctx context.Context, url string) (status int, body []byte, err error) + type HTTP struct + Client *http.Client + func (h HTTP) Get(ctx context.Context, url string) (int, []byte, error)