Merge pull request #14796 from WeiZhang555/golint-network

golint on daemon/network package
Upstream-commit: 9818d8fa22b919259bd46b93427fb9021a368389
Component: engine
This commit is contained in:
Antonio Murdaca
2015-07-21 17:37:40 +02:00

View File

@ -2,11 +2,13 @@ package network
import "github.com/docker/docker/pkg/nat"
// Address represents an IP address
type Address struct {
Addr string
PrefixLen int
}
// Settings stores configuration details about the daemon network config
type Settings struct {
Bridge string
EndpointID string