Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
slntopp committed Nov 14, 2024
1 parent a414f13 commit 8fef42d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion providers/os/connection/snapshot/partition.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ import (
)

type PartitionInfo struct {
Name string
// Device name (e.g. /dev/sda1)
Name string
// Filesystem type (e.g. ext4)
FsType string

// Resolved device name aliases (e.g. /dev/sda1 -> /dev/nvme0n1p1)
Aliases []string
// (optional) Label is the partition label
Label string
Expand Down

0 comments on commit 8fef42d

Please sign in to comment.