Tests are working again
This commit is contained in:
6
docker/factory.go
Normal file
6
docker/factory.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package docker
|
||||
|
||||
type FactoryApi interface {
|
||||
GetForSession(sessionId string) (DockerApi, error)
|
||||
GetForInstance(sessionId, instanceName string) (DockerApi, error)
|
||||
}
|
||||
Reference in New Issue
Block a user