Merge pull request #14796 from WeiZhang555/golint-network
golint on daemon/network package
This commit is contained in:
commit
9818d8fa22
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue