github.com/lacework-dev/go-moby@v20.10.12+incompatible/integration-cli/docker_cli_network_test.go (about)

     1  package main
     2  
     3  import (
     4  	"net/http/httptest"
     5  
     6  	"github.com/docker/docker/integration-cli/daemon"
     7  )
     8  
     9  type DockerNetworkSuite struct {
    10  	server *httptest.Server
    11  	ds     *DockerSuite
    12  	d      *daemon.Daemon
    13  }