layer.go 472 B

1234567891011121314151617181920212223
  1. /*
  2. * HCS API
  3. *
  4. * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
  5. *
  6. * API version: 2.1
  7. * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
  8. */
  9. package hcsschema
  10. type Layer struct {
  11. Id string `json:"Id,omitempty"`
  12. Path string `json:"Path,omitempty"`
  13. PathType string `json:"PathType,omitempty"`
  14. // Unspecified defaults to Enabled
  15. Cache string `json:"Cache,omitempty"`
  16. }