Defines the protocol/interface for the wait strategies in TestcontainerEx
Summary
Types
@type t() :: term()
All the types that implement this protocol.
Functions
@spec wait_until_container_is_ready( t(), TestcontainerEx.Container.Config.t(), Req.Request.t() ) :: :ok | {:error, atom()}