Skip to content

Commit

Permalink
Merge pull request #5 from jmohr01/mapped_subnet_fix
Browse files Browse the repository at this point in the history
#36 enhancement now allows for [] as mapped_subnets without omitting …
  • Loading branch information
jmohr01 committed Jan 13, 2021
2 parents 9640d1f + d8b18c5 commit f9c1967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metanetworks/network_element.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type NetworkElement struct {
ExpiresAt string `json:"expires_at,omitempty" meta_api:"read_only"`
ID string `json:"id,omitempty" meta_api:"read_only"`
MappedService string `json:"mapped_service,omitempty"`
MappedSubnets []string `json:"mapped_subnets,omitempty"`
MappedSubnets []string `json:"mapped_subnets"`
ModifiedAt string `json:"modified_at,omitempty" meta_api:"read_only"`
Name string `json:"name"`
NetID int64 `json:"net_id,omitempty" meta_api:"read_only"`
Expand Down

0 comments on commit f9c1967

Please sign in to comment.