|
|
|
@@ -1,193 +1,214 @@
|
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
|
// versions:
|
|
|
|
|
// protoc-gen-go v1.25.0
|
|
|
|
|
// protoc v3.12.4
|
|
|
|
|
// source: grpcauth.proto
|
|
|
|
|
|
|
|
|
|
package pdu
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
fmt "fmt"
|
|
|
|
|
proto "github.com/golang/protobuf/proto"
|
|
|
|
|
context "golang.org/x/net/context"
|
|
|
|
|
grpc "google.golang.org/grpc"
|
|
|
|
|
math "math"
|
|
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
|
|
reflect "reflect"
|
|
|
|
|
sync "sync"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
|
var _ = proto.Marshal
|
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
|
var _ = math.Inf
|
|
|
|
|
const (
|
|
|
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
|
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
|
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
|
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
|
// proto package needs to be updated.
|
|
|
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
// This is a compile-time assertion that a sufficiently up-to-date version
|
|
|
|
|
// of the legacy proto package is being used.
|
|
|
|
|
const _ = proto.ProtoPackageIsVersion4
|
|
|
|
|
|
|
|
|
|
type GreetRequest struct {
|
|
|
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GreetRequest) Reset() { *m = GreetRequest{} }
|
|
|
|
|
func (m *GreetRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GreetRequest) ProtoMessage() {}
|
|
|
|
|
func (x *GreetRequest) Reset() {
|
|
|
|
|
*x = GreetRequest{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_grpcauth_proto_msgTypes[0]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GreetRequest) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*GreetRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *GreetRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_grpcauth_proto_msgTypes[0]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use GreetRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*GreetRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_1dfba7be0cf69353, []int{0}
|
|
|
|
|
return file_grpcauth_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GreetRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_GreetRequest.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *GreetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_GreetRequest.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (m *GreetRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GreetRequest.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *GreetRequest) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_GreetRequest.Size(m)
|
|
|
|
|
}
|
|
|
|
|
func (m *GreetRequest) XXX_DiscardUnknown() {
|
|
|
|
|
xxx_messageInfo_GreetRequest.DiscardUnknown(m)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var xxx_messageInfo_GreetRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
|
|
func (m *GreetRequest) GetName() string {
|
|
|
|
|
if m != nil {
|
|
|
|
|
return m.Name
|
|
|
|
|
func (x *GreetRequest) GetName() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Name
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GreetResponse struct {
|
|
|
|
|
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
|
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GreetResponse) Reset() { *m = GreetResponse{} }
|
|
|
|
|
func (m *GreetResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*GreetResponse) ProtoMessage() {}
|
|
|
|
|
func (x *GreetResponse) Reset() {
|
|
|
|
|
*x = GreetResponse{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_grpcauth_proto_msgTypes[1]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GreetResponse) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*GreetResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *GreetResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_grpcauth_proto_msgTypes[1]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use GreetResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*GreetResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_1dfba7be0cf69353, []int{1}
|
|
|
|
|
return file_grpcauth_proto_rawDescGZIP(), []int{1}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (m *GreetResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_GreetResponse.Unmarshal(m, b)
|
|
|
|
|
}
|
|
|
|
|
func (m *GreetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
return xxx_messageInfo_GreetResponse.Marshal(b, m, deterministic)
|
|
|
|
|
}
|
|
|
|
|
func (m *GreetResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
xxx_messageInfo_GreetResponse.Merge(m, src)
|
|
|
|
|
}
|
|
|
|
|
func (m *GreetResponse) XXX_Size() int {
|
|
|
|
|
return xxx_messageInfo_GreetResponse.Size(m)
|
|
|
|
|
}
|
|
|
|
|
func (m *GreetResponse) XXX_DiscardUnknown() {
|
|
|
|
|
xxx_messageInfo_GreetResponse.DiscardUnknown(m)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var xxx_messageInfo_GreetResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
|
|
func (m *GreetResponse) GetMsg() string {
|
|
|
|
|
if m != nil {
|
|
|
|
|
return m.Msg
|
|
|
|
|
func (x *GreetResponse) GetMsg() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Msg
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
|
proto.RegisterType((*GreetRequest)(nil), "pdu.GreetRequest")
|
|
|
|
|
proto.RegisterType((*GreetResponse)(nil), "pdu.GreetResponse")
|
|
|
|
|
var File_grpcauth_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
|
|
var file_grpcauth_proto_rawDesc = []byte{
|
|
|
|
|
0x0a, 0x0e, 0x67, 0x72, 0x70, 0x63, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
|
0x12, 0x03, 0x70, 0x64, 0x75, 0x22, 0x22, 0x0a, 0x0c, 0x47, 0x72, 0x65, 0x65, 0x74, 0x52, 0x65,
|
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x21, 0x0a, 0x0d, 0x47, 0x72, 0x65,
|
|
|
|
|
0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73,
|
|
|
|
|
0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x32, 0x3b, 0x0a, 0x07,
|
|
|
|
|
0x47, 0x72, 0x65, 0x65, 0x74, 0x65, 0x72, 0x12, 0x30, 0x0a, 0x05, 0x47, 0x72, 0x65, 0x65, 0x74,
|
|
|
|
|
0x12, 0x11, 0x2e, 0x70, 0x64, 0x75, 0x2e, 0x47, 0x72, 0x65, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75,
|
|
|
|
|
0x65, 0x73, 0x74, 0x1a, 0x12, 0x2e, 0x70, 0x64, 0x75, 0x2e, 0x47, 0x72, 0x65, 0x65, 0x74, 0x52,
|
|
|
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x07, 0x5a, 0x05, 0x2e, 0x3b, 0x70,
|
|
|
|
|
0x64, 0x75, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("grpcauth.proto", fileDescriptor_1dfba7be0cf69353) }
|
|
|
|
|
var (
|
|
|
|
|
file_grpcauth_proto_rawDescOnce sync.Once
|
|
|
|
|
file_grpcauth_proto_rawDescData = file_grpcauth_proto_rawDesc
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
var fileDescriptor_1dfba7be0cf69353 = []byte{
|
|
|
|
|
// 137 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4b, 0x2f, 0x2a, 0x48,
|
|
|
|
|
0x4e, 0x2c, 0x2d, 0xc9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x2e, 0x48, 0x29, 0x55,
|
|
|
|
|
0x52, 0xe2, 0xe2, 0x71, 0x2f, 0x4a, 0x4d, 0x2d, 0x09, 0x4a, 0x2d, 0x2c, 0x4d, 0x2d, 0x2e, 0x11,
|
|
|
|
|
0x12, 0xe2, 0x62, 0xc9, 0x4b, 0xcc, 0x4d, 0x95, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x02, 0xb3,
|
|
|
|
|
0x95, 0x14, 0xb9, 0x78, 0xa1, 0x6a, 0x8a, 0x0b, 0xf2, 0xf3, 0x8a, 0x53, 0x85, 0x04, 0xb8, 0x98,
|
|
|
|
|
0x73, 0x8b, 0xd3, 0xa1, 0x6a, 0x40, 0x4c, 0x23, 0x6b, 0x2e, 0x76, 0xb0, 0x92, 0xd4, 0x22, 0x21,
|
|
|
|
|
0x03, 0x2e, 0x56, 0x30, 0x53, 0x48, 0x50, 0xaf, 0x20, 0xa5, 0x54, 0x0f, 0xd9, 0x74, 0x29, 0x21,
|
|
|
|
|
0x64, 0x21, 0x88, 0x61, 0x4a, 0x0c, 0x49, 0x6c, 0x60, 0xf7, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff,
|
|
|
|
|
0xff, 0xa8, 0x53, 0x2f, 0x4c, 0xa1, 0x00, 0x00, 0x00,
|
|
|
|
|
func file_grpcauth_proto_rawDescGZIP() []byte {
|
|
|
|
|
file_grpcauth_proto_rawDescOnce.Do(func() {
|
|
|
|
|
file_grpcauth_proto_rawDescData = protoimpl.X.CompressGZIP(file_grpcauth_proto_rawDescData)
|
|
|
|
|
})
|
|
|
|
|
return file_grpcauth_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
|
var _ context.Context
|
|
|
|
|
var _ grpc.ClientConn
|
|
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
|
// is compatible with the grpc package it is being compiled against.
|
|
|
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
|
|
|
|
|
|
// GreeterClient is the client API for Greeter service.
|
|
|
|
|
//
|
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
|
|
|
type GreeterClient interface {
|
|
|
|
|
Greet(ctx context.Context, in *GreetRequest, opts ...grpc.CallOption) (*GreetResponse, error)
|
|
|
|
|
var file_grpcauth_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
|
|
|
|
var file_grpcauth_proto_goTypes = []interface{}{
|
|
|
|
|
(*GreetRequest)(nil), // 0: pdu.GreetRequest
|
|
|
|
|
(*GreetResponse)(nil), // 1: pdu.GreetResponse
|
|
|
|
|
}
|
|
|
|
|
var file_grpcauth_proto_depIdxs = []int32{
|
|
|
|
|
0, // 0: pdu.Greeter.Greet:input_type -> pdu.GreetRequest
|
|
|
|
|
1, // 1: pdu.Greeter.Greet:output_type -> pdu.GreetResponse
|
|
|
|
|
1, // [1:2] is the sub-list for method output_type
|
|
|
|
|
0, // [0:1] 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
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type greeterClient struct {
|
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func NewGreeterClient(cc *grpc.ClientConn) GreeterClient {
|
|
|
|
|
return &greeterClient{cc}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (c *greeterClient) Greet(ctx context.Context, in *GreetRequest, opts ...grpc.CallOption) (*GreetResponse, error) {
|
|
|
|
|
out := new(GreetResponse)
|
|
|
|
|
err := c.cc.Invoke(ctx, "/pdu.Greeter/Greet", in, out, opts...)
|
|
|
|
|
if err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
func init() { file_grpcauth_proto_init() }
|
|
|
|
|
func file_grpcauth_proto_init() {
|
|
|
|
|
if File_grpcauth_proto != nil {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
return out, nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// GreeterServer is the server API for Greeter service.
|
|
|
|
|
type GreeterServer interface {
|
|
|
|
|
Greet(context.Context, *GreetRequest) (*GreetResponse, error)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func RegisterGreeterServer(s *grpc.Server, srv GreeterServer) {
|
|
|
|
|
s.RegisterService(&_Greeter_serviceDesc, srv)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func _Greeter_Greet_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
|
in := new(GreetRequest)
|
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
|
return nil, err
|
|
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
|
|
file_grpcauth_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*GreetRequest); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_grpcauth_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*GreetResponse); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if interceptor == nil {
|
|
|
|
|
return srv.(GreeterServer).Greet(ctx, in)
|
|
|
|
|
}
|
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
|
Server: srv,
|
|
|
|
|
FullMethod: "/pdu.Greeter/Greet",
|
|
|
|
|
}
|
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
|
return srv.(GreeterServer).Greet(ctx, req.(*GreetRequest))
|
|
|
|
|
}
|
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var _Greeter_serviceDesc = grpc.ServiceDesc{
|
|
|
|
|
ServiceName: "pdu.Greeter",
|
|
|
|
|
HandlerType: (*GreeterServer)(nil),
|
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
|
{
|
|
|
|
|
MethodName: "Greet",
|
|
|
|
|
Handler: _Greeter_Greet_Handler,
|
|
|
|
|
type x struct{}
|
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_grpcauth_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 2,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 1,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
|
Metadata: "grpcauth.proto",
|
|
|
|
|
GoTypes: file_grpcauth_proto_goTypes,
|
|
|
|
|
DependencyIndexes: file_grpcauth_proto_depIdxs,
|
|
|
|
|
MessageInfos: file_grpcauth_proto_msgTypes,
|
|
|
|
|
}.Build()
|
|
|
|
|
File_grpcauth_proto = out.File
|
|
|
|
|
file_grpcauth_proto_rawDesc = nil
|
|
|
|
|
file_grpcauth_proto_goTypes = nil
|
|
|
|
|
file_grpcauth_proto_depIdxs = nil
|
|
|
|
|
}
|
|
|
|
|