chat.pb.go 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0-devel
  4. // protoc v3.15.8
  5. // source: chat.proto
  6. package chat
  7. import (
  8. _ "google.golang.org/genproto/googleapis/api/annotations"
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. _ "google.golang.org/protobuf/types/known/emptypb"
  12. _ "google.golang.org/protobuf/types/known/structpb"
  13. reflect "reflect"
  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. var File_chat_proto protoreflect.FileDescriptor
  22. var file_chat_proto_rawDesc = []byte{
  23. 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x61, 0x70,
  24. 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61,
  25. 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70,
  26. 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
  27. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f,
  28. 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  29. 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32,
  30. 0x06, 0x0a, 0x04, 0x43, 0x68, 0x61, 0x74, 0x42, 0x3d, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x2e, 0x63,
  31. 0x68, 0x61, 0x74, 0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61,
  32. 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d,
  33. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x68, 0x61,
  34. 0x74, 0x3b, 0x63, 0x68, 0x61, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  35. }
  36. var file_chat_proto_goTypes = []interface{}{}
  37. var file_chat_proto_depIdxs = []int32{
  38. 0, // [0:0] is the sub-list for method output_type
  39. 0, // [0:0] is the sub-list for method input_type
  40. 0, // [0:0] is the sub-list for extension type_name
  41. 0, // [0:0] is the sub-list for extension extendee
  42. 0, // [0:0] is the sub-list for field type_name
  43. }
  44. func init() { file_chat_proto_init() }
  45. func file_chat_proto_init() {
  46. if File_chat_proto != nil {
  47. return
  48. }
  49. type x struct{}
  50. out := protoimpl.TypeBuilder{
  51. File: protoimpl.DescBuilder{
  52. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  53. RawDescriptor: file_chat_proto_rawDesc,
  54. NumEnums: 0,
  55. NumMessages: 0,
  56. NumExtensions: 0,
  57. NumServices: 1,
  58. },
  59. GoTypes: file_chat_proto_goTypes,
  60. DependencyIndexes: file_chat_proto_depIdxs,
  61. }.Build()
  62. File_chat_proto = out.File
  63. file_chat_proto_rawDesc = nil
  64. file_chat_proto_goTypes = nil
  65. file_chat_proto_depIdxs = nil
  66. }