golint on daemon/network package

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
Upstream-commit: 7be8336fb54ae2907c8f6549f26272c102a867af
Component: engine
This commit is contained in:
Zhang Wei
2015-07-21 19:34:57 +08:00
parent cbb8acf897
commit b04bea4cce

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