Set a go_package on api/types/swarm/runtime to make it Bazel compatible

Signed-off-by: Yves Junqueira <yves.junqueira@gmail.com>
Upstream-commit: 44f61e0f860447e198ca044f1cbdac73c5aa2bbf
Component: engine
This commit is contained in:
Yves Junqueira
2017-11-25 04:26:16 -08:00
parent c7f0d04c5e
commit 59e5477bf3
@@ -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 {