1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

Merge pull request #28164 from anusha-ragunathan/plugin-build

Add plugin create functionality.
This commit is contained in:
Victor Vieux
2016-11-09 17:49:51 -08:00
committed by GitHub
19 changed files with 345 additions and 0 deletions

View File

@ -356,3 +356,8 @@ type SwarmUnlockKeyResponse struct {
// UnlockKey is the unlock key in ASCII-armored format.
UnlockKey string
}
// PluginCreateOptions hold all options to plugin create.
type PluginCreateOptions struct {
RepoName string
}