github.com/nicocha30/gvisor-ligolo@v0.0.0-20230726075806-989fa2c0a413/pkg/sentry/vfs/events_go_proto/events.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.30.0 4 // protoc v3.21.7 5 // source: pkg/sentry/vfs/events.proto 6 7 package events_go_proto 8 9 import ( 10 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 11 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 12 reflect "reflect" 13 sync "sync" 14 ) 15 16 const ( 17 // Verify that this generated code is sufficiently up-to-date. 18 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 19 // Verify that runtime/protoimpl is sufficiently up-to-date. 20 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 21 ) 22 23 type SentryMountPromiseBlockEvent struct { 24 state protoimpl.MessageState 25 sizeCache protoimpl.SizeCache 26 unknownFields protoimpl.UnknownFields 27 28 Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` 29 } 30 31 func (x *SentryMountPromiseBlockEvent) Reset() { 32 *x = SentryMountPromiseBlockEvent{} 33 if protoimpl.UnsafeEnabled { 34 mi := &file_pkg_sentry_vfs_events_proto_msgTypes[0] 35 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 36 ms.StoreMessageInfo(mi) 37 } 38 } 39 40 func (x *SentryMountPromiseBlockEvent) String() string { 41 return protoimpl.X.MessageStringOf(x) 42 } 43 44 func (*SentryMountPromiseBlockEvent) ProtoMessage() {} 45 46 func (x *SentryMountPromiseBlockEvent) ProtoReflect() protoreflect.Message { 47 mi := &file_pkg_sentry_vfs_events_proto_msgTypes[0] 48 if protoimpl.UnsafeEnabled && x != nil { 49 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 50 if ms.LoadMessageInfo() == nil { 51 ms.StoreMessageInfo(mi) 52 } 53 return ms 54 } 55 return mi.MessageOf(x) 56 } 57 58 // Deprecated: Use SentryMountPromiseBlockEvent.ProtoReflect.Descriptor instead. 59 func (*SentryMountPromiseBlockEvent) Descriptor() ([]byte, []int) { 60 return file_pkg_sentry_vfs_events_proto_rawDescGZIP(), []int{0} 61 } 62 63 func (x *SentryMountPromiseBlockEvent) GetPath() string { 64 if x != nil { 65 return x.Path 66 } 67 return "" 68 } 69 70 var File_pkg_sentry_vfs_events_proto protoreflect.FileDescriptor 71 72 var file_pkg_sentry_vfs_events_proto_rawDesc = []byte{ 73 0x0a, 0x1b, 0x70, 0x6b, 0x67, 0x2f, 0x73, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x2f, 0x76, 0x66, 0x73, 74 0x2f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x67, 75 0x76, 0x69, 0x73, 0x6f, 0x72, 0x22, 0x32, 0x0a, 0x1c, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 76 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x6d, 0x69, 0x73, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 77 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 78 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 79 0x33, 80 } 81 82 var ( 83 file_pkg_sentry_vfs_events_proto_rawDescOnce sync.Once 84 file_pkg_sentry_vfs_events_proto_rawDescData = file_pkg_sentry_vfs_events_proto_rawDesc 85 ) 86 87 func file_pkg_sentry_vfs_events_proto_rawDescGZIP() []byte { 88 file_pkg_sentry_vfs_events_proto_rawDescOnce.Do(func() { 89 file_pkg_sentry_vfs_events_proto_rawDescData = protoimpl.X.CompressGZIP(file_pkg_sentry_vfs_events_proto_rawDescData) 90 }) 91 return file_pkg_sentry_vfs_events_proto_rawDescData 92 } 93 94 var file_pkg_sentry_vfs_events_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 95 var file_pkg_sentry_vfs_events_proto_goTypes = []interface{}{ 96 (*SentryMountPromiseBlockEvent)(nil), // 0: gvisor.SentryMountPromiseBlockEvent 97 } 98 var file_pkg_sentry_vfs_events_proto_depIdxs = []int32{ 99 0, // [0:0] is the sub-list for method output_type 100 0, // [0:0] is the sub-list for method input_type 101 0, // [0:0] is the sub-list for extension type_name 102 0, // [0:0] is the sub-list for extension extendee 103 0, // [0:0] is the sub-list for field type_name 104 } 105 106 func init() { file_pkg_sentry_vfs_events_proto_init() } 107 func file_pkg_sentry_vfs_events_proto_init() { 108 if File_pkg_sentry_vfs_events_proto != nil { 109 return 110 } 111 if !protoimpl.UnsafeEnabled { 112 file_pkg_sentry_vfs_events_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 113 switch v := v.(*SentryMountPromiseBlockEvent); i { 114 case 0: 115 return &v.state 116 case 1: 117 return &v.sizeCache 118 case 2: 119 return &v.unknownFields 120 default: 121 return nil 122 } 123 } 124 } 125 type x struct{} 126 out := protoimpl.TypeBuilder{ 127 File: protoimpl.DescBuilder{ 128 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 129 RawDescriptor: file_pkg_sentry_vfs_events_proto_rawDesc, 130 NumEnums: 0, 131 NumMessages: 1, 132 NumExtensions: 0, 133 NumServices: 0, 134 }, 135 GoTypes: file_pkg_sentry_vfs_events_proto_goTypes, 136 DependencyIndexes: file_pkg_sentry_vfs_events_proto_depIdxs, 137 MessageInfos: file_pkg_sentry_vfs_events_proto_msgTypes, 138 }.Build() 139 File_pkg_sentry_vfs_events_proto = out.File 140 file_pkg_sentry_vfs_events_proto_rawDesc = nil 141 file_pkg_sentry_vfs_events_proto_goTypes = nil 142 file_pkg_sentry_vfs_events_proto_depIdxs = nil 143 }