Fix struct names in comment
This commit is contained in:
parent
9b6af61d1b
commit
7bda07a422
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ type networkSettings struct {
|
||||||
Networks map[string]*networkData
|
Networks map[string]*networkData
|
||||||
}
|
}
|
||||||
|
|
||||||
// Network holds the network data to the provider.
|
// networkData holds the network data to the provider.
|
||||||
type networkData struct {
|
type networkData struct {
|
||||||
Name string
|
Name string
|
||||||
Addr string
|
Addr string
|
||||||
|
|
Loading…
Reference in a new issue