Packages

Testcontainers for Gleam: typed container lifecycle with crash-safe cleanup and a native Unix-socket Docker client.

Current section

Files

Jump to
testcontainer include testcontainer@formula_Formula.hrl
Raw

include/testcontainer@formula_Formula.hrl

-record(formula, {
spec :: testcontainer@container:container_spec(),
extract :: fun((testcontainer@container:container()) -> {ok, any()} |
{error, testcontainer@error:error()})
}).