summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/generic/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/api/handlers/generic/config.go')
-rw-r--r--pkg/api/handlers/generic/config.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkg/api/handlers/generic/config.go b/pkg/api/handlers/generic/config.go
deleted file mode 100644
index f715d25eb..000000000
--- a/pkg/api/handlers/generic/config.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package generic
-
-// ContainerCreateResponse is the response struct for creating a container
-type ContainerCreateResponse struct {
- // ID of the container created
- Id string `json:"Id"`
- // Warnings during container creation
- Warnings []string `json:"Warnings"`
-}