WIP
This commit is contained in:
9
pwd/docker_mock_test.go
Normal file
9
pwd/docker_mock_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package pwd
|
||||
|
||||
type mockDocker struct {
|
||||
createNetwork func(string) error
|
||||
}
|
||||
|
||||
func (m *mockDocker) CreateNetwork(id string) error {
|
||||
return m.createNetwork(id)
|
||||
}
|
||||
Reference in New Issue
Block a user