mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Docker-DCO-1.1-Signed-off-by: Kato Kazuyoshi <kato.kazuyoshi@gmail.com> (github: kzys) Upstream-commit: 3754fdd7caae423b606c6fb5160683534a830a1a Component: engine
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
|
|
}
|