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@exec_ExecResult.hrl
Raw

include/testcontainer@exec_ExecResult.hrl

-record(exec_result, {
exit_code :: integer(),
stdout :: binary(),
stderr :: binary()
}).