From 59e5477bf3e98c3b62216cc2b3d210789d92534a Mon Sep 17 00:00:00 2001 From: Yves Junqueira Date: Sat, 25 Nov 2017 01:51:37 -0800 Subject: [PATCH] Set a go_package on api/types/swarm/runtime to make it Bazel compatible Signed-off-by: Yves Junqueira Upstream-commit: 44f61e0f860447e198ca044f1cbdac73c5aa2bbf Component: engine --- components/engine/api/types/swarm/runtime/plugin.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/engine/api/types/swarm/runtime/plugin.proto b/components/engine/api/types/swarm/runtime/plugin.proto index 06eb7ba650..6d63b7783f 100644 --- a/components/engine/api/types/swarm/runtime/plugin.proto +++ b/components/engine/api/types/swarm/runtime/plugin.proto @@ -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 {