自动生成 protobuf 代码 (tag: v1.9.0)
This commit is contained in:
72
corestack/anonymous/v1/service.pb.go
Normal file
72
corestack/anonymous/v1/service.pb.go
Normal file
@@ -0,0 +1,72 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.7
|
||||
// protoc (unknown)
|
||||
// source: corestack/anonymous/v1/service.proto
|
||||
|
||||
package anonymousv1
|
||||
|
||||
import (
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
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)
|
||||
)
|
||||
|
||||
var File_corestack_anonymous_v1_service_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_corestack_anonymous_v1_service_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"$corestack/anonymous/v1/service.proto\x12\x16corestack.anonymous.v1\x1a!corestack/anonymous/v1/user.proto2\xd6\x01\n" +
|
||||
"\x10AnonymousService\x12Q\n" +
|
||||
"\x04Auth\x12#.corestack.anonymous.v1.AuthRequest\x1a$.corestack.anonymous.v1.AuthResponse\x12o\n" +
|
||||
"\x0eSendCredential\x12-.corestack.anonymous.v1.SendCredentialRequest\x1a..corestack.anonymous.v1.SendCredentialResponseBEZCgit.shenxianhe.cn/shenxianhe/sdk/corestack/anonymous/v1;anonymousv1b\x06proto3"
|
||||
|
||||
var file_corestack_anonymous_v1_service_proto_goTypes = []any{
|
||||
(*AuthRequest)(nil), // 0: corestack.anonymous.v1.AuthRequest
|
||||
(*SendCredentialRequest)(nil), // 1: corestack.anonymous.v1.SendCredentialRequest
|
||||
(*AuthResponse)(nil), // 2: corestack.anonymous.v1.AuthResponse
|
||||
(*SendCredentialResponse)(nil), // 3: corestack.anonymous.v1.SendCredentialResponse
|
||||
}
|
||||
var file_corestack_anonymous_v1_service_proto_depIdxs = []int32{
|
||||
0, // 0: corestack.anonymous.v1.AnonymousService.Auth:input_type -> corestack.anonymous.v1.AuthRequest
|
||||
1, // 1: corestack.anonymous.v1.AnonymousService.SendCredential:input_type -> corestack.anonymous.v1.SendCredentialRequest
|
||||
2, // 2: corestack.anonymous.v1.AnonymousService.Auth:output_type -> corestack.anonymous.v1.AuthResponse
|
||||
3, // 3: corestack.anonymous.v1.AnonymousService.SendCredential:output_type -> corestack.anonymous.v1.SendCredentialResponse
|
||||
2, // [2:4] is the sub-list for method output_type
|
||||
0, // [0:2] 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_corestack_anonymous_v1_service_proto_init() }
|
||||
func file_corestack_anonymous_v1_service_proto_init() {
|
||||
if File_corestack_anonymous_v1_service_proto != nil {
|
||||
return
|
||||
}
|
||||
file_corestack_anonymous_v1_user_proto_init()
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_corestack_anonymous_v1_service_proto_rawDesc), len(file_corestack_anonymous_v1_service_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 0,
|
||||
NumExtensions: 0,
|
||||
NumServices: 1,
|
||||
},
|
||||
GoTypes: file_corestack_anonymous_v1_service_proto_goTypes,
|
||||
DependencyIndexes: file_corestack_anonymous_v1_service_proto_depIdxs,
|
||||
}.Build()
|
||||
File_corestack_anonymous_v1_service_proto = out.File
|
||||
file_corestack_anonymous_v1_service_proto_goTypes = nil
|
||||
file_corestack_anonymous_v1_service_proto_depIdxs = nil
|
||||
}
|
||||
Reference in New Issue
Block a user