github.com/noxiouz/docker@v0.7.3-0.20160629055221-3d231c78e8c5/container/mounts_windows.go (about) 1 package container 2 3 // Mount contains information for a mount operation. 4 type Mount struct { 5 Source string `json:"source"` 6 Destination string `json:"destination"` 7 Writable bool `json:"writable"` 8 }