From 44f61e0f860447e198ca044f1cbdac73c5aa2bbf 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 --- api/types/swarm/runtime/plugin.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/types/swarm/runtime/plugin.proto b/api/types/swarm/runtime/plugin.proto index 06eb7ba650..6d63b7783f 100644 --- a/api/types/swarm/runtime/plugin.proto +++ b/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 {