mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 15:54:39 +00:00
Switch to go mod
This commit is contained in:
17
vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go
generated
vendored
Normal file
17
vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* 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 Topology struct {
|
||||
|
||||
Memory *Memory2 `json:"Memory,omitempty"`
|
||||
|
||||
Processor *Processor2 `json:"Processor,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user