Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
5e7229d32d88eedcaea8ab4f5c6de80884f0c420
/
.
/
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"`
}