pkg/mount/mountinfo.go

8 lines
137 B
Go
Raw Normal View History

package mount
type MountInfo struct {
Id, Parent, Major, Minor int
Root, Mountpoint, Opts string
Fstype, Source, VfsOpts string
}