mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +07:00
8 lines
137 B
Go
8 lines
137 B
Go
package mount
|
|
|
|
type MountInfo struct {
|
|
Id, Parent, Major, Minor int
|
|
Root, Mountpoint, Opts string
|
|
Fstype, Source, VfsOpts string
|
|
}
|