events.pb.go 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.0
  4. // protoc v4.23.4
  5. // source: events.proto
  6. package pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. )
  12. const (
  13. // Verify that this generated code is sufficiently up-to-date.
  14. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  15. // Verify that runtime/protoimpl is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  17. )
  18. var File_events_proto protoreflect.FileDescriptor
  19. var file_events_proto_rawDesc = []byte{
  20. 0x0a, 0x0c, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02,
  21. 0x70, 0x62, 0x32, 0x08, 0x0a, 0x06, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x42, 0x06, 0x5a, 0x04,
  22. 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  23. }
  24. var file_events_proto_goTypes = []interface{}{}
  25. var file_events_proto_depIdxs = []int32{
  26. 0, // [0:0] is the sub-list for method output_type
  27. 0, // [0:0] is the sub-list for method input_type
  28. 0, // [0:0] is the sub-list for extension type_name
  29. 0, // [0:0] is the sub-list for extension extendee
  30. 0, // [0:0] is the sub-list for field type_name
  31. }
  32. func init() { file_events_proto_init() }
  33. func file_events_proto_init() {
  34. if File_events_proto != nil {
  35. return
  36. }
  37. type x struct{}
  38. out := protoimpl.TypeBuilder{
  39. File: protoimpl.DescBuilder{
  40. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  41. RawDescriptor: file_events_proto_rawDesc,
  42. NumEnums: 0,
  43. NumMessages: 0,
  44. NumExtensions: 0,
  45. NumServices: 1,
  46. },
  47. GoTypes: file_events_proto_goTypes,
  48. DependencyIndexes: file_events_proto_depIdxs,
  49. }.Build()
  50. File_events_proto = out.File
  51. file_events_proto_rawDesc = nil
  52. file_events_proto_goTypes = nil
  53. file_events_proto_depIdxs = nil
  54. }