github.com/infraboard/keyauth@v0.8.1/apps/verifycode/service.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.27.1
     4  // 	protoc        v3.19.1
     5  // source: apps/verifycode/pb/service.proto
     6  
     7  package verifycode
     8  
     9  import (
    10  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    11  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    12  	reflect "reflect"
    13  )
    14  
    15  const (
    16  	// Verify that this generated code is sufficiently up-to-date.
    17  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    18  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    19  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    20  )
    21  
    22  var File_apps_verifycode_pb_service_proto protoreflect.FileDescriptor
    23  
    24  var file_apps_verifycode_pb_service_proto_rawDesc = []byte{
    25  	0x0a, 0x20, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x63, 0x6f, 0x64,
    26  	0x65, 0x2f, 0x70, 0x62, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f,
    27  	0x74, 0x6f, 0x12, 0x1d, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6b,
    28  	0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x63, 0x6f, 0x64,
    29  	0x65, 0x1a, 0x20, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x63, 0x6f,
    30  	0x64, 0x65, 0x2f, 0x70, 0x62, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x70, 0x72,
    31  	0x6f, 0x74, 0x6f, 0x1a, 0x23, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79,
    32  	0x63, 0x6f, 0x64, 0x65, 0x2f, 0x70, 0x62, 0x2f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x63, 0x6f,
    33  	0x64, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0xdc, 0x01, 0x0a, 0x07, 0x53, 0x65, 0x72,
    34  	0x76, 0x69, 0x63, 0x65, 0x12, 0x6e, 0x0a, 0x09, 0x49, 0x73, 0x73, 0x75, 0x65, 0x43, 0x6f, 0x64,
    35  	0x65, 0x12, 0x2f, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6b,
    36  	0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x63, 0x6f, 0x64,
    37  	0x65, 0x2e, 0x49, 0x73, 0x73, 0x75, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
    38  	0x73, 0x74, 0x1a, 0x30, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e,
    39  	0x6b, 0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x63, 0x6f,
    40  	0x64, 0x65, 0x2e, 0x49, 0x73, 0x73, 0x75, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70,
    41  	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x61, 0x0a, 0x09, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x43, 0x6f, 0x64,
    42  	0x65, 0x12, 0x2f, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e, 0x6b,
    43  	0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x63, 0x6f, 0x64,
    44  	0x65, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
    45  	0x73, 0x74, 0x1a, 0x23, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x2e,
    46  	0x6b, 0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x63, 0x6f,
    47  	0x64, 0x65, 0x2e, 0x43, 0x6f, 0x64, 0x65, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75,
    48  	0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x62, 0x6f, 0x61, 0x72, 0x64,
    49  	0x2f, 0x6b, 0x65, 0x79, 0x61, 0x75, 0x74, 0x68, 0x2f, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x76, 0x65,
    50  	0x72, 0x69, 0x66, 0x79, 0x63, 0x6f, 0x64, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
    51  }
    52  
    53  var file_apps_verifycode_pb_service_proto_goTypes = []interface{}{
    54  	(*IssueCodeRequest)(nil),  // 0: infraboard.keyauth.verifycode.IssueCodeRequest
    55  	(*CheckCodeRequest)(nil),  // 1: infraboard.keyauth.verifycode.CheckCodeRequest
    56  	(*IssueCodeResponse)(nil), // 2: infraboard.keyauth.verifycode.IssueCodeResponse
    57  	(*Code)(nil),              // 3: infraboard.keyauth.verifycode.Code
    58  }
    59  var file_apps_verifycode_pb_service_proto_depIdxs = []int32{
    60  	0, // 0: infraboard.keyauth.verifycode.Service.IssueCode:input_type -> infraboard.keyauth.verifycode.IssueCodeRequest
    61  	1, // 1: infraboard.keyauth.verifycode.Service.CheckCode:input_type -> infraboard.keyauth.verifycode.CheckCodeRequest
    62  	2, // 2: infraboard.keyauth.verifycode.Service.IssueCode:output_type -> infraboard.keyauth.verifycode.IssueCodeResponse
    63  	3, // 3: infraboard.keyauth.verifycode.Service.CheckCode:output_type -> infraboard.keyauth.verifycode.Code
    64  	2, // [2:4] is the sub-list for method output_type
    65  	0, // [0:2] is the sub-list for method input_type
    66  	0, // [0:0] is the sub-list for extension type_name
    67  	0, // [0:0] is the sub-list for extension extendee
    68  	0, // [0:0] is the sub-list for field type_name
    69  }
    70  
    71  func init() { file_apps_verifycode_pb_service_proto_init() }
    72  func file_apps_verifycode_pb_service_proto_init() {
    73  	if File_apps_verifycode_pb_service_proto != nil {
    74  		return
    75  	}
    76  	file_apps_verifycode_pb_request_proto_init()
    77  	file_apps_verifycode_pb_verifycode_proto_init()
    78  	type x struct{}
    79  	out := protoimpl.TypeBuilder{
    80  		File: protoimpl.DescBuilder{
    81  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
    82  			RawDescriptor: file_apps_verifycode_pb_service_proto_rawDesc,
    83  			NumEnums:      0,
    84  			NumMessages:   0,
    85  			NumExtensions: 0,
    86  			NumServices:   1,
    87  		},
    88  		GoTypes:           file_apps_verifycode_pb_service_proto_goTypes,
    89  		DependencyIndexes: file_apps_verifycode_pb_service_proto_depIdxs,
    90  	}.Build()
    91  	File_apps_verifycode_pb_service_proto = out.File
    92  	file_apps_verifycode_pb_service_proto_rawDesc = nil
    93  	file_apps_verifycode_pb_service_proto_goTypes = nil
    94  	file_apps_verifycode_pb_service_proto_depIdxs = nil
    95  }