Skip to content

Commit

Permalink
Add a disk struct
Browse files Browse the repository at this point in the history
  • Loading branch information
bensallen committed May 26, 2016
1 parent bf0e99c commit e4a3e17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/disk.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package sastopo

// Disk is a SCSI disk
type Disk struct {
MultiPathDevice *MultiPathDevice
}

0 comments on commit e4a3e17

Please sign in to comment.