Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidDataSourceType = errors.New("invalid dataSource type")
View Source
var ErrUnknowType = errors.New("unknown type of project")
Functions ¶
Types ¶
type DataSourceRuntime ¶
type DataSourceRuntime interface { DockerImageName() string ExposeProtocol() swarm.PortConfigProtocol ExposePort() uint16 }
func NewDataSourceRuntime ¶
func NewDataSourceRuntime(dataSourceType string) DataSourceRuntime
Click to show internal directories.
Click to hide internal directories.