Skip to content

Commit

Permalink
remove useless element in struct
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Oct 30, 2024
1 parent 1fa6c1c commit f50db9d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/visor/visorconfig/values_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ type customSysinfo struct {
Network []networkDevice `json:"network,omitempty"`
}
type networkDevice struct {
Name string `json:"name,omitempty"`
Driver string `json:"driver,omitempty"`
MACAddress string `json:"macaddress,omitempty"`
Port string `json:"port,omitempty"`
Speed uint `json:"speed,omitempty"` // device max supported speed in Mbps
}

func getMacAddr() customSysinfo {
Expand Down

0 comments on commit f50db9d

Please sign in to comment.