Merge pull request #35600 from nictuku/go_option

Set a go_package on api/types/swarm/runtime to make it Bazel compatible
This commit is contained in:
Yong Tang 2017-12-01 17:30:12 -08:00 committed by GitHub
commit 7ef9266ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
syntax = "proto3";
option go_package = "github.com/docker/docker/api/types/swarm/runtime;runtime";
// PluginSpec defines the base payload which clients can specify for creating
// a service with the plugin runtime.
message PluginSpec {