1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add network options to NetworkInfo to display internal network option

Signed-off-by: Chun Chen <ramichen@tencent.com>
This commit is contained in:
Chun Chen 2015-12-28 10:30:38 +08:00
parent ca5c41bb25
commit 69fe328789

View file

@ -62,6 +62,7 @@ type NetworkInfo interface {
IpamInfo() ([]*IpamInfo, []*IpamInfo)
DriverOptions() map[string]string
Scope() string
Internal() bool
}
// EndpointWalker is a client provided function which will be used to walk the Endpoints.