github.com/kim0/docker@v0.6.2-0.20161130212042-4addda3f07e7/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  }