Foundry.Context.AllContext (foundry v0.1.1)

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

t()

@type t() :: %{required(String.t()) => [Foundry.Context.ModuleContext.t()]}