Преглед изворни кода

Remove unused constants in plugin_responses

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn пре 8 година
родитељ
комит
9bb57aa3fe
1 измењених фајлова са 0 додато и 8 уклоњено
  1. 0 8
      api/types/plugin_responses.go

+ 0 - 8
api/types/plugin_responses.go

@@ -9,14 +9,6 @@ import (
 // PluginsListResponse contains the response for the Engine API
 // PluginsListResponse contains the response for the Engine API
 type PluginsListResponse []*Plugin
 type PluginsListResponse []*Plugin
 
 
-const (
-	authzDriver   = "AuthzDriver"
-	graphDriver   = "GraphDriver"
-	ipamDriver    = "IpamDriver"
-	networkDriver = "NetworkDriver"
-	volumeDriver  = "VolumeDriver"
-)
-
 // UnmarshalJSON implements json.Unmarshaler for PluginInterfaceType
 // UnmarshalJSON implements json.Unmarshaler for PluginInterfaceType
 func (t *PluginInterfaceType) UnmarshalJSON(p []byte) error {
 func (t *PluginInterfaceType) UnmarshalJSON(p []byte) error {
 	versionIndex := len(p)
 	versionIndex := len(p)