Current section

Files

Jump to
testcontainers lib connection docker_host_strategy.ex
Raw

lib/connection/docker_host_strategy.ex

# SPDX-License-Identifier: MIT
defprotocol Testcontainers.DockerHostStrategy do
@moduledoc false
@doc "Executes the docker_host strategy"
def execute(strategy, input)
end