Skip to content

Commit 63be353

Browse files
authored
Merge pull request #509 from kyounghunJang/Add-DefaultNetwork
Convert default_network from snake_case to camelCase
2 parents 94e31d2 + 97de24c commit 63be353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/libnetwork/types/network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ type NetworkInfo struct {
102102
Package string `json:"package,omitempty"`
103103
Path string `json:"path,omitempty"`
104104
DNS DNSNetworkInfo `json:"dns,omitempty"`
105-
DefaultNetwork string `json:"default_network,omitempty"`
105+
DefaultNetwork string `json:"defaultNetwork,omitempty"`
106106
}
107107

108108
// DNSNetworkInfo contains the DNS information.

0 commit comments

Comments
 (0)