// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 // protoc v6.33.0 // source: ca.psiphon.psiphond/server_panic.proto package psiphond import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" unsafe "unsafe" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type ServerPanic struct { state protoimpl.MessageState `protogen:"open.v1"` Panic *string `protobuf:"bytes,100,opt,name=panic,proto3,oneof" json:"panic,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *ServerPanic) Reset() { *x = ServerPanic{} mi := &file_ca_psiphon_psiphond_server_panic_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ServerPanic) String() string { return protoimpl.X.MessageStringOf(x) } func (*ServerPanic) ProtoMessage() {} func (x *ServerPanic) ProtoReflect() protoreflect.Message { mi := &file_ca_psiphon_psiphond_server_panic_proto_msgTypes[0] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ServerPanic.ProtoReflect.Descriptor instead. func (*ServerPanic) Descriptor() ([]byte, []int) { return file_ca_psiphon_psiphond_server_panic_proto_rawDescGZIP(), []int{0} } func (x *ServerPanic) GetPanic() string { if x != nil && x.Panic != nil { return *x.Panic } return "" } var File_ca_psiphon_psiphond_server_panic_proto protoreflect.FileDescriptor const file_ca_psiphon_psiphond_server_panic_proto_rawDesc = "" + "\n" + "&ca.psiphon.psiphond/server_panic.proto\x12\x13ca.psiphon.psiphond\"2\n" + "\vServerPanic\x12\x19\n" + "\x05panic\x18d \x01(\tH\x00R\x05panic\x88\x01\x01B\b\n" + "\x06_panicBHZFgithub.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/server/pb/psiphondb\x06proto3" var ( file_ca_psiphon_psiphond_server_panic_proto_rawDescOnce sync.Once file_ca_psiphon_psiphond_server_panic_proto_rawDescData []byte ) func file_ca_psiphon_psiphond_server_panic_proto_rawDescGZIP() []byte { file_ca_psiphon_psiphond_server_panic_proto_rawDescOnce.Do(func() { 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))) }) return file_ca_psiphon_psiphond_server_panic_proto_rawDescData } var file_ca_psiphon_psiphond_server_panic_proto_msgTypes = make([]protoimpl.MessageInfo, 1) var file_ca_psiphon_psiphond_server_panic_proto_goTypes = []any{ (*ServerPanic)(nil), // 0: ca.psiphon.psiphond.ServerPanic } var file_ca_psiphon_psiphond_server_panic_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for method output_type 0, // [0:0] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name 0, // [0:0] is the sub-list for extension extendee 0, // [0:0] is the sub-list for field type_name } func init() { file_ca_psiphon_psiphond_server_panic_proto_init() } func file_ca_psiphon_psiphond_server_panic_proto_init() { if File_ca_psiphon_psiphond_server_panic_proto != nil { return } file_ca_psiphon_psiphond_server_panic_proto_msgTypes[0].OneofWrappers = []any{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_ca_psiphon_psiphond_server_panic_proto_rawDesc), len(file_ca_psiphon_psiphond_server_panic_proto_rawDesc)), NumEnums: 0, NumMessages: 1, NumExtensions: 0, NumServices: 0, }, GoTypes: file_ca_psiphon_psiphond_server_panic_proto_goTypes, DependencyIndexes: file_ca_psiphon_psiphond_server_panic_proto_depIdxs, MessageInfos: file_ca_psiphon_psiphond_server_panic_proto_msgTypes, }.Build() File_ca_psiphon_psiphond_server_panic_proto = out.File file_ca_psiphon_psiphond_server_panic_proto_goTypes = nil file_ca_psiphon_psiphond_server_panic_proto_depIdxs = nil }