mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
golint on daemon/network package
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
This commit is contained in:
parent
197c9010bc
commit
7be8336fb5
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…
Reference in a new issue