Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
3ef3c07c883be49a2e8097bcf6d2952fce1d70eb
/
.
/
container
/
mounts_windows.go
blob: 01b327f788ac2089beb73a90b1068ff88780c38b [
file
]
package container
// Mount contains information for a mount operation.
type Mount struct {
Source string `json:"source"`
Destination string `json:"destination"`
Writable bool `json:"writable"`
}