github.com/jaegerpicker/docker@v0.7.7-0.20150325003727-22dba32b4dab/pkg/mount/mountinfo.go (about) 1 package mount 2 3 type MountInfo struct { 4 Id, Parent, Major, Minor int 5 Root, Mountpoint, Opts, Optional string 6 Fstype, Source, VfsOpts string 7 }