mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
3754fdd7ca
Docker-DCO-1.1-Signed-off-by: Kato Kazuyoshi <kato.kazuyoshi@gmail.com> (github: kzys)
7 lines
137 B
Go
7 lines
137 B
Go
package mount
|
|
|
|
type MountInfo struct {
|
|
Id, Parent, Major, Minor int
|
|
Root, Mountpoint, Opts string
|
|
Fstype, Source, VfsOpts string
|
|
}
|