All types of predefined containers must implement this protocol.
Summary
Functions
Do stuff after container has started.
Types
@type t() :: term()
All the types that implement this protocol.
Functions
@spec after_start(t(), Testcontainers.Container.t(), Tesla.Env.t()) :: :ok | {:error, term()}
Do stuff after container has started.
@spec build(t()) :: Testcontainers.Container.t()