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_StandaloneFormula.hrl
Raw

include/testcontainer@formula_StandaloneFormula.hrl

-record(standalone_formula, {
acquire :: fun(() -> {ok, any()} | {error, any()}),
release :: fun(() -> {ok, nil} | {error, any()})
}).