mirror of
https://github.com/moby/moby.git
synced 2026-08-07 08:31:39 +00:00
Full set of changes: https://github.com/Microsoft/hcsshim/compare/v0.8.16...v0.8.20 Importantly brings in https://github.com/microsoft/hcsshim/pull/1065, which fixes #42610. Signed-off-by: Kevin Parsons <kevpar@microsoft.com>
17 lines
356 B
Go
17 lines
356 B
Go
/*
|
|
* HCS API
|
|
*
|
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
*
|
|
* API version: 2.1
|
|
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
|
*/
|
|
|
|
package hcsschema
|
|
|
|
type Version struct {
|
|
Major int32 `json:"Major,omitempty"`
|
|
|
|
Minor int32 `json:"Minor,omitempty"`
|
|
}
|