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.Connection.DockerHostStrategy do
@moduledoc """
Defines the contract that needs to be implemented by docker host strategies
"""
@doc "Executes the docker_host strategy"
def execute(strategy, input)
end