regen with never protoc-gen-go

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-03-22 10:41:20 +03:00
parent 9027d61c31
commit 09e1346b52
8 changed files with 67 additions and 67 deletions

View File

@@ -14,16 +14,16 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.26.0-devel
// protoc v3.6.1
// protoc-gen-go v1.26.0
// protoc v3.15.6
// source: api/annotations.proto
package api
import (
descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
descriptorpb "google.golang.org/protobuf/types/descriptorpb"
reflect "reflect"
)
@@ -36,7 +36,7 @@ const (
var file_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
{
ExtendedType: (*descriptor.MethodOptions)(nil),
ExtendedType: (*descriptorpb.MethodOptions)(nil),
ExtensionType: (*HttpRule)(nil),
Field: 72295728,
Name: "micro.api.http",
@@ -44,7 +44,7 @@ var file_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
Filename: "api/annotations.proto",
},
{
ExtendedType: (*descriptor.MethodOptions)(nil),
ExtendedType: (*descriptorpb.MethodOptions)(nil),
ExtensionType: (*MicroMethod)(nil),
Field: 65535655,
Name: "micro.api.micro_method",
@@ -52,7 +52,7 @@ var file_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
Filename: "api/annotations.proto",
},
{
ExtendedType: (*descriptor.ServiceOptions)(nil),
ExtendedType: (*descriptorpb.ServiceOptions)(nil),
ExtensionType: (*MicroService)(nil),
Field: 65535655,
Name: "micro.api.micro_service",
@@ -61,7 +61,7 @@ var file_api_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
},
}
// Extension fields to descriptor.MethodOptions.
// Extension fields to descriptorpb.MethodOptions.
var (
// See `HttpRule`.
//
@@ -73,7 +73,7 @@ var (
E_MicroMethod = &file_api_annotations_proto_extTypes[1]
)
// Extension fields to descriptor.ServiceOptions.
// Extension fields to descriptorpb.ServiceOptions.
var (
// See `MicroService`
//
@@ -116,11 +116,11 @@ var file_api_annotations_proto_rawDesc = []byte{
}
var file_api_annotations_proto_goTypes = []interface{}{
(*descriptor.MethodOptions)(nil), // 0: google.protobuf.MethodOptions
(*descriptor.ServiceOptions)(nil), // 1: google.protobuf.ServiceOptions
(*HttpRule)(nil), // 2: micro.api.HttpRule
(*MicroMethod)(nil), // 3: micro.api.MicroMethod
(*MicroService)(nil), // 4: micro.api.MicroService
(*descriptorpb.MethodOptions)(nil), // 0: google.protobuf.MethodOptions
(*descriptorpb.ServiceOptions)(nil), // 1: google.protobuf.ServiceOptions
(*HttpRule)(nil), // 2: micro.api.HttpRule
(*MicroMethod)(nil), // 3: micro.api.MicroMethod
(*MicroService)(nil), // 4: micro.api.MicroService
}
var file_api_annotations_proto_depIdxs = []int32{
0, // 0: micro.api.http:extendee -> google.protobuf.MethodOptions

View File

@@ -14,16 +14,16 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.26.0-devel
// protoc v3.6.1
// protoc-gen-go v1.26.0
// protoc v3.15.6
// source: api/field_behavior.proto
package api
import (
descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
descriptorpb "google.golang.org/protobuf/types/descriptorpb"
reflect "reflect"
sync "sync"
)
@@ -125,7 +125,7 @@ func (FieldBehavior) EnumDescriptor() ([]byte, []int) {
var file_api_field_behavior_proto_extTypes = []protoimpl.ExtensionInfo{
{
ExtendedType: (*descriptor.FieldOptions)(nil),
ExtendedType: (*descriptorpb.FieldOptions)(nil),
ExtensionType: ([]FieldBehavior)(nil),
Field: 1052,
Name: "micro.api.field_behavior",
@@ -134,7 +134,7 @@ var file_api_field_behavior_proto_extTypes = []protoimpl.ExtensionInfo{
},
}
// Extension fields to descriptor.FieldOptions.
// Extension fields to descriptorpb.FieldOptions.
var (
// A designation of a specific field behavior (required, output only, etc.)
// in protobuf messages.
@@ -198,8 +198,8 @@ func file_api_field_behavior_proto_rawDescGZIP() []byte {
var file_api_field_behavior_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
var file_api_field_behavior_proto_goTypes = []interface{}{
(FieldBehavior)(0), // 0: micro.api.FieldBehavior
(*descriptor.FieldOptions)(nil), // 1: google.protobuf.FieldOptions
(FieldBehavior)(0), // 0: micro.api.FieldBehavior
(*descriptorpb.FieldOptions)(nil), // 1: google.protobuf.FieldOptions
}
var file_api_field_behavior_proto_depIdxs = []int32{
1, // 0: micro.api.field_behavior:extendee -> google.protobuf.FieldOptions

View File

@@ -14,8 +14,8 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.26.0-devel
// protoc v3.6.1
// protoc-gen-go v1.26.0
// protoc v3.15.6
// source: api/http.proto
package api

View File

@@ -14,16 +14,16 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.26.0-devel
// protoc v3.6.1
// protoc-gen-go v1.26.0
// protoc v3.15.6
// source: api/httpbody.proto
package api
import (
any "github.com/golang/protobuf/ptypes/any"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
anypb "google.golang.org/protobuf/types/known/anypb"
reflect "reflect"
sync "sync"
)
@@ -85,7 +85,7 @@ type HttpBody struct {
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
// Application specific response metadata. Must be set in the first response
// for streaming APIs.
Extensions []*any.Any `protobuf:"bytes,3,rep,name=extensions,proto3" json:"extensions,omitempty"`
Extensions []*anypb.Any `protobuf:"bytes,3,rep,name=extensions,proto3" json:"extensions,omitempty"`
}
func (x *HttpBody) Reset() {
@@ -134,7 +134,7 @@ func (x *HttpBody) GetData() []byte {
return nil
}
func (x *HttpBody) GetExtensions() []*any.Any {
func (x *HttpBody) GetExtensions() []*anypb.Any {
if x != nil {
return x.Extensions
}
@@ -177,8 +177,8 @@ func file_api_httpbody_proto_rawDescGZIP() []byte {
var file_api_httpbody_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_api_httpbody_proto_goTypes = []interface{}{
(*HttpBody)(nil), // 0: micro.api.HttpBody
(*any.Any)(nil), // 1: google.protobuf.Any
(*HttpBody)(nil), // 0: micro.api.HttpBody
(*anypb.Any)(nil), // 1: google.protobuf.Any
}
var file_api_httpbody_proto_depIdxs = []int32{
1, // 0: micro.api.HttpBody.extensions:type_name -> google.protobuf.Any

View File

@@ -14,8 +14,8 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.26.0-devel
// protoc v3.6.1
// protoc-gen-go v1.26.0
// protoc v3.15.6
// source: api/micro.proto
package api