github.com/litesolutions/justifay-api@v1.0.0-2.0.20220707114139-46f28a909481/proto/user/tag.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.25.0-devel 4 // protoc v3.17.3 5 // source: user/tag.proto 6 7 //package resonate.api.user; 8 //option go_package = "tag"; 9 10 package user 11 12 import ( 13 _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options" 14 _ "google.golang.org/genproto/googleapis/api/annotations" 15 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 16 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 17 reflect "reflect" 18 ) 19 20 const ( 21 // Verify that this generated code is sufficiently up-to-date. 22 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 23 // Verify that runtime/protoimpl is sufficiently up-to-date. 24 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 25 ) 26 27 var File_user_tag_proto protoreflect.FileDescriptor 28 29 var file_user_tag_proto_rawDesc = []byte{ 30 0x0a, 0x0e, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x74, 0x61, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 31 0x12, 0x04, 0x75, 0x73, 0x65, 0x72, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 32 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 33 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 34 0x2d, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 35 0x6e, 0x73, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 36 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x11, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 37 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32, 0x3e, 0x0a, 0x0a, 0x54, 0x61, 0x67, 0x53, 0x65, 38 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x30, 0x0a, 0x0c, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x47, 39 0x65, 0x6e, 0x72, 0x65, 0x73, 0x12, 0x0b, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x51, 0x75, 0x65, 40 0x72, 0x79, 0x1a, 0x13, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 41 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x42, 0x2d, 0x5a, 0x2b, 0x67, 0x69, 0x74, 0x68, 0x75, 42 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x6e, 0x61, 0x74, 0x65, 0x63, 0x6f, 43 0x6f, 0x70, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x72, 0x6f, 0x74, 44 0x6f, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 45 } 46 47 var file_user_tag_proto_goTypes = []interface{}{ 48 (*Query)(nil), // 0: user.Query 49 (*SearchResults)(nil), // 1: user.SearchResults 50 } 51 var file_user_tag_proto_depIdxs = []int32{ 52 0, // 0: user.TagService.SearchGenres:input_type -> user.Query 53 1, // 1: user.TagService.SearchGenres:output_type -> user.SearchResults 54 1, // [1:2] is the sub-list for method output_type 55 0, // [0:1] is the sub-list for method input_type 56 0, // [0:0] is the sub-list for extension type_name 57 0, // [0:0] is the sub-list for extension extendee 58 0, // [0:0] is the sub-list for field type_name 59 } 60 61 func init() { file_user_tag_proto_init() } 62 func file_user_tag_proto_init() { 63 if File_user_tag_proto != nil { 64 return 65 } 66 file_user_common_proto_init() 67 type x struct{} 68 out := protoimpl.TypeBuilder{ 69 File: protoimpl.DescBuilder{ 70 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 71 RawDescriptor: file_user_tag_proto_rawDesc, 72 NumEnums: 0, 73 NumMessages: 0, 74 NumExtensions: 0, 75 NumServices: 1, 76 }, 77 GoTypes: file_user_tag_proto_goTypes, 78 DependencyIndexes: file_user_tag_proto_depIdxs, 79 }.Build() 80 File_user_tag_proto = out.File 81 file_user_tag_proto_rawDesc = nil 82 file_user_tag_proto_goTypes = nil 83 file_user_tag_proto_depIdxs = nil 84 }