init commit
This commit is contained in:
@@ -33,3 +33,15 @@ type NetWorkJson struct {
|
||||
Labels struct {
|
||||
} `json:"Labels"`
|
||||
}
|
||||
|
||||
type NetWork struct {
|
||||
Name string `json:"name"`
|
||||
Id string `json:"id"`
|
||||
Created string `json:"created"`
|
||||
Driver string `json:"driver"`
|
||||
IPAM []Config `json:"ipam"`
|
||||
}
|
||||
type Config struct {
|
||||
Subnet string `json:"subnet"`
|
||||
Gateway string `json:"gateway"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user