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

include/testcontainer@wait_WaitStrategy.hrl

-record(wait_strategy, {
base :: testcontainer@wait:wait_strategy_base(),
timeout_ms :: integer(),
poll_interval_ms :: integer()
}).