Foundry. Context. AllContext
(foundry v0.1.3)
Copy Markdown
The typed output for mix foundry.context.all --json.
A map of domain name strings to lists of ModuleContext structs.
JSON shape: { "Finance": [ <ModuleContext>, ... ], "Players": [ <ModuleContext>, ... ], ... }
Summary
Types
@type t() :: %{required(String.t()) => [Foundry.Context.ModuleContext.t()]}