Skip to content

Commit

Permalink
add MediaType
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Kovshov committed Jan 21, 2025
1 parent 0f8443e commit a215d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redfish/virtualmedia.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ type VirtualMedia struct {
ImageName string
// Inserted shall indicate whether media is present in the virtual media device.
Inserted bool
//Сonnection MediaType used

Check failure on line 137 in redfish/virtualmedia.go

View workflow job for this annotation

GitHub Actions / Lint

commentFormatting: put a space between `//` and comment text (gocritic)
MediaType VirtualMediaType
// MediaTypes shall be the supported media types for this connection.
MediaTypes []VirtualMediaType
// Password shall represent the password to access the
Expand Down

0 comments on commit a215d11

Please sign in to comment.