server_panic.pb.go 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.10
  4. // protoc v6.33.0
  5. // source: ca.psiphon.psiphond/server_panic.proto
  6. package psiphond
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. unsafe "unsafe"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. type ServerPanic struct {
  21. state protoimpl.MessageState `protogen:"open.v1"`
  22. Panic *string `protobuf:"bytes,100,opt,name=panic,proto3,oneof" json:"panic,omitempty"`
  23. RecoverValue *string `protobuf:"bytes,101,opt,name=recover_value,json=recoverValue,proto3,oneof" json:"recover_value,omitempty"`
  24. Stack *string `protobuf:"bytes,102,opt,name=stack,proto3,oneof" json:"stack,omitempty"`
  25. unknownFields protoimpl.UnknownFields
  26. sizeCache protoimpl.SizeCache
  27. }
  28. func (x *ServerPanic) Reset() {
  29. *x = ServerPanic{}
  30. mi := &file_ca_psiphon_psiphond_server_panic_proto_msgTypes[0]
  31. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  32. ms.StoreMessageInfo(mi)
  33. }
  34. func (x *ServerPanic) String() string {
  35. return protoimpl.X.MessageStringOf(x)
  36. }
  37. func (*ServerPanic) ProtoMessage() {}
  38. func (x *ServerPanic) ProtoReflect() protoreflect.Message {
  39. mi := &file_ca_psiphon_psiphond_server_panic_proto_msgTypes[0]
  40. if x != nil {
  41. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  42. if ms.LoadMessageInfo() == nil {
  43. ms.StoreMessageInfo(mi)
  44. }
  45. return ms
  46. }
  47. return mi.MessageOf(x)
  48. }
  49. // Deprecated: Use ServerPanic.ProtoReflect.Descriptor instead.
  50. func (*ServerPanic) Descriptor() ([]byte, []int) {
  51. return file_ca_psiphon_psiphond_server_panic_proto_rawDescGZIP(), []int{0}
  52. }
  53. func (x *ServerPanic) GetPanic() string {
  54. if x != nil && x.Panic != nil {
  55. return *x.Panic
  56. }
  57. return ""
  58. }
  59. func (x *ServerPanic) GetRecoverValue() string {
  60. if x != nil && x.RecoverValue != nil {
  61. return *x.RecoverValue
  62. }
  63. return ""
  64. }
  65. func (x *ServerPanic) GetStack() string {
  66. if x != nil && x.Stack != nil {
  67. return *x.Stack
  68. }
  69. return ""
  70. }
  71. var File_ca_psiphon_psiphond_server_panic_proto protoreflect.FileDescriptor
  72. const file_ca_psiphon_psiphond_server_panic_proto_rawDesc = "" +
  73. "\n" +
  74. "&ca.psiphon.psiphond/server_panic.proto\x12\x13ca.psiphon.psiphond\"\x93\x01\n" +
  75. "\vServerPanic\x12\x19\n" +
  76. "\x05panic\x18d \x01(\tH\x00R\x05panic\x88\x01\x01\x12(\n" +
  77. "\rrecover_value\x18e \x01(\tH\x01R\frecoverValue\x88\x01\x01\x12\x19\n" +
  78. "\x05stack\x18f \x01(\tH\x02R\x05stack\x88\x01\x01B\b\n" +
  79. "\x06_panicB\x10\n" +
  80. "\x0e_recover_valueB\b\n" +
  81. "\x06_stackBHZFgithub.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/server/pb/psiphondb\x06proto3"
  82. var (
  83. file_ca_psiphon_psiphond_server_panic_proto_rawDescOnce sync.Once
  84. file_ca_psiphon_psiphond_server_panic_proto_rawDescData []byte
  85. )
  86. func file_ca_psiphon_psiphond_server_panic_proto_rawDescGZIP() []byte {
  87. file_ca_psiphon_psiphond_server_panic_proto_rawDescOnce.Do(func() {
  88. file_ca_psiphon_psiphond_server_panic_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_ca_psiphon_psiphond_server_panic_proto_rawDesc), len(file_ca_psiphon_psiphond_server_panic_proto_rawDesc)))
  89. })
  90. return file_ca_psiphon_psiphond_server_panic_proto_rawDescData
  91. }
  92. var file_ca_psiphon_psiphond_server_panic_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  93. var file_ca_psiphon_psiphond_server_panic_proto_goTypes = []any{
  94. (*ServerPanic)(nil), // 0: ca.psiphon.psiphond.ServerPanic
  95. }
  96. var file_ca_psiphon_psiphond_server_panic_proto_depIdxs = []int32{
  97. 0, // [0:0] is the sub-list for method output_type
  98. 0, // [0:0] is the sub-list for method input_type
  99. 0, // [0:0] is the sub-list for extension type_name
  100. 0, // [0:0] is the sub-list for extension extendee
  101. 0, // [0:0] is the sub-list for field type_name
  102. }
  103. func init() { file_ca_psiphon_psiphond_server_panic_proto_init() }
  104. func file_ca_psiphon_psiphond_server_panic_proto_init() {
  105. if File_ca_psiphon_psiphond_server_panic_proto != nil {
  106. return
  107. }
  108. file_ca_psiphon_psiphond_server_panic_proto_msgTypes[0].OneofWrappers = []any{}
  109. type x struct{}
  110. out := protoimpl.TypeBuilder{
  111. File: protoimpl.DescBuilder{
  112. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  113. RawDescriptor: unsafe.Slice(unsafe.StringData(file_ca_psiphon_psiphond_server_panic_proto_rawDesc), len(file_ca_psiphon_psiphond_server_panic_proto_rawDesc)),
  114. NumEnums: 0,
  115. NumMessages: 1,
  116. NumExtensions: 0,
  117. NumServices: 0,
  118. },
  119. GoTypes: file_ca_psiphon_psiphond_server_panic_proto_goTypes,
  120. DependencyIndexes: file_ca_psiphon_psiphond_server_panic_proto_depIdxs,
  121. MessageInfos: file_ca_psiphon_psiphond_server_panic_proto_msgTypes,
  122. }.Build()
  123. File_ca_psiphon_psiphond_server_panic_proto = out.File
  124. file_ca_psiphon_psiphond_server_panic_proto_goTypes = nil
  125. file_ca_psiphon_psiphond_server_panic_proto_depIdxs = nil
  126. }