Browse code

Merge pull request #35600 from nictuku/go_option

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

Yong Tang authored on 2017/12/02 10:30:12
Showing 1 changed files
... ...
@@ -1,5 +1,7 @@
1 1
 syntax = "proto3";
2 2
 
3
+option go_package = "github.com/docker/docker/api/types/swarm/runtime;runtime";
4
+
3 5
 // PluginSpec defines the base payload which clients can specify for creating
4 6
 // a service with the plugin runtime.
5 7
 message PluginSpec {