Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider interface {
// ContainerConfig returns the container configuration
ContainerConfig() *container.Config
// ContainerHostConfig returns the container host configuration
ContainerHostConfig() *container.HostConfig
// PortKey returns the port key
PortKey() nat.Port
// DataSourceName returns the data source name
DataSourceName(port nat.PortBinding) string
}
Provider defines the behaviours of the provider
Click to show internal directories.
Click to hide internal directories.