|
|
@@ -1,4 +1,8 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
+// versions:
|
|
|
+// protoc-gen-go v1.19.0-devel
|
|
|
+// protoc (unknown)
|
|
|
+// go v1.12.5
|
|
|
// source: github.com/golang/protobuf/protoc-gen-go/plugin/plugin.proto
|
|
|
|
|
|
package plugin_go
|
|
|
@@ -12,13 +16,13 @@ import (
|
|
|
)
|
|
|
|
|
|
const (
|
|
|
- // Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
|
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 0)
|
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
|
- _ = protoimpl.EnforceVersion(0 - protoimpl.MinVersion)
|
|
|
+ _ = protoimpl.EnforceVersion(19 - protoimpl.MinVersion)
|
|
|
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
|
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 19)
|
|
|
)
|
|
|
|
|
|
-// Symbols defined in public import of google/protobuf/compiler/plugin.proto
|
|
|
+// Symbols defined in public import of google/protobuf/compiler/plugin.proto.
|
|
|
|
|
|
type Version = pluginpb.Version
|
|
|
type CodeGeneratorRequest = pluginpb.CodeGeneratorRequest
|
|
|
@@ -55,11 +59,11 @@ func file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_rawDescGZ
|
|
|
|
|
|
var file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_goTypes = []interface{}{}
|
|
|
var file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_depIdxs = []int32{
|
|
|
- 0, // starting offset of method output_type sub-list
|
|
|
- 0, // starting offset of method input_type sub-list
|
|
|
- 0, // starting offset of extension type_name sub-list
|
|
|
- 0, // starting offset of extension extendee sub-list
|
|
|
- 0, // starting offset of field type_name sub-list
|
|
|
+ 0, // [0:0] is the sub-list for method output_type
|
|
|
+ 0, // [0:0] is the sub-list for method input_type
|
|
|
+ 0, // [0:0] is the sub-list for extension type_name
|
|
|
+ 0, // [0:0] is the sub-list for extension extendee
|
|
|
+ 0, // [0:0] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
func init() { file_github_com_golang_protobuf_protoc_gen_go_plugin_plugin_proto_init() }
|