浏览代码

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

Signed-off-by: Yves Junqueira <yves.junqueira@gmail.com>
Yves Junqueira 7 年之前
父节点
当前提交
44f61e0f86
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      api/types/swarm/runtime/plugin.proto

+ 2 - 0
api/types/swarm/runtime/plugin.proto

@@ -1,5 +1,7 @@
 syntax = "proto3";
 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
 // PluginSpec defines the base payload which clients can specify for creating
 // a service with the plugin runtime.
 // a service with the plugin runtime.
 message PluginSpec {
 message PluginSpec {