mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-14 19:35:48 +08:00
chore: upgrade go mod library
This commit is contained in:
5
vendor/github.com/docker/cli/cli-plugins/manager/metadata.go
generated
vendored
5
vendor/github.com/docker/cli/cli-plugins/manager/metadata.go
generated
vendored
@@ -8,6 +8,11 @@ const (
|
||||
// which must be supported by every plugin and returns the
|
||||
// plugin metadata.
|
||||
MetadataSubcommandName = "docker-cli-plugin-metadata"
|
||||
|
||||
// HookSubcommandName is the name of the plugin subcommand
|
||||
// which must be implemented by plugins declaring support
|
||||
// for hooks in their metadata.
|
||||
HookSubcommandName = "docker-cli-plugin-hooks"
|
||||
)
|
||||
|
||||
// Metadata provided by the plugin.
|
||||
|
Reference in New Issue
Block a user