Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Oct 14, 2024
1 parent 696ce58 commit 1ecbb23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/metal-api/internal/service/v1/switch.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ type SwitchBase struct {
}

type SwitchOS struct {
// TODO: do we need a distribution e.g. edgecore vs broadcom?
Vendor metal.SwitchOSVendor `json:"vendor" description:"the operating system vendor the switch currently has" optional:"true"`
Version string `json:"version" description:"the operating system version the switch currently has" optional:"true"`
MetalCoreVersion string `json:"metal_core_version" description:"the version of metal-core running" optional:"true"`
Expand Down

0 comments on commit 1ecbb23

Please sign in to comment.