moby--moby/pkg/mount/mountinfo.go

8 lines
161 B
Go

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