Browse code

golint on daemon/network package

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>

Zhang Wei authored on 2015/07/21 20:34:57
Showing 1 changed files
... ...
@@ -2,11 +2,13 @@ package network
2 2
 
3 3
 import "github.com/docker/docker/pkg/nat"
4 4
 
5
+// Address represents an IP address
5 6
 type Address struct {
6 7
 	Addr      string
7 8
 	PrefixLen int
8 9
 }
9 10
 
11
+// Settings stores configuration details about the daemon network config
10 12
 type Settings struct {
11 13
 	Bridge                 string
12 14
 	EndpointID             string