mirror of
https://github.com/moby/moby.git
synced 2026-08-07 08:31:39 +00:00
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
18 lines
495 B
Go
18 lines
495 B
Go
/*
|
|
* HCS API
|
|
*
|
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
*
|
|
* API version: 2.5
|
|
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
|
*/
|
|
|
|
package hcsschema
|
|
|
|
type CimMount struct {
|
|
ImagePath string `json:"ImagePath,omitempty"`
|
|
FileSystemName string `json:"FileSystemName,omitempty"`
|
|
VolumeGuid string `json:"VolumeGuid,omitempty"`
|
|
MountFlags uint32 `json:"MountFlags,omitempty"`
|
|
}
|