Remove unused constants in plugin_responses
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 9bb57aa3fef6c1f31e9e8344e06670c3d41e4395 Component: engine
This commit is contained in:
@ -9,14 +9,6 @@ import (
|
||||
// PluginsListResponse contains the response for the Engine API
|
||||
type PluginsListResponse []*Plugin
|
||||
|
||||
const (
|
||||
authzDriver = "AuthzDriver"
|
||||
graphDriver = "GraphDriver"
|
||||
ipamDriver = "IpamDriver"
|
||||
networkDriver = "NetworkDriver"
|
||||
volumeDriver = "VolumeDriver"
|
||||
)
|
||||
|
||||
// UnmarshalJSON implements json.Unmarshaler for PluginInterfaceType
|
||||
func (t *PluginInterfaceType) UnmarshalJSON(p []byte) error {
|
||||
versionIndex := len(p)
|
||||
|
||||
Reference in New Issue
Block a user