Skip to content

Commit

Permalink
fix(simple-storage/device): add device name (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahuihuang authored Apr 8, 2022
1 parent 6072260 commit 3dc66db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redfish/simplestorage.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (

// Device shall describe a storage device visible to SimpleStorage.
type Device struct {
// Name shall be a user-friendly name for the device.
Name string
// CapacityBytes shall represent the size (in bytes) of the Storage Device.
CapacityBytes int64
// Manufacturer shall indicate the name of the manufacturer of this storage device.
Expand Down

0 comments on commit 3dc66db

Please sign in to comment.