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 Write(w io.Writer, apps []App) error + func WriteJSON(w io.Writer, apps []App) error + type App struct + Name string + Surfaces []Surface + func Read(ctx context.Context, apps []config.App, render Render, cf CF) []App + type CF interface + Do func(ctx context.Context, method, path string, body, result any) error + type Render interface + EnvVars func(ctx context.Context, serviceID string) (map[string]string, error) + type Surface struct + Kind string + Problem string + State string + Target string