summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/internal/schema2/service_properties.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/internal/schema2/service_properties.go')
-rw-r--r--vendor/github.com/Microsoft/hcsshim/internal/schema2/service_properties.go18
1 files changed, 0 insertions, 18 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/service_properties.go b/vendor/github.com/Microsoft/hcsshim/internal/schema2/service_properties.go
deleted file mode 100644
index b8142ca6a..000000000
--- a/vendor/github.com/Microsoft/hcsshim/internal/schema2/service_properties.go
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * HCS API
- *
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
- *
- * API version: 2.4
- * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
- */
-
-package hcsschema
-
-import "encoding/json"
-
-type ServiceProperties struct {
- // Changed Properties field to []json.RawMessage from []interface{} to avoid having to
- // remarshal sp.Properties[n] and unmarshal into the type(s) we want.
- Properties []json.RawMessage `json:"Properties,omitempty"`
-}