Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
cf31b9622ae9de4b5fb7a1c9456460980ab80281
/
.
/
integration-cli
/
docker_cli_network_test.go
blob: ad1c95876fd8d40e6c2f388182ddfa6695a5a7e1 [
file
] [
log
] [
blame
]
package main
import (
"net/http/httptest"
"github.com/docker/docker/integration-cli/daemon"
)
type DockerNetworkSuite struct {
server *httptest.Server
ds *DockerSuite
d *daemon.Daemon
}