diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-01-11 16:46:22 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-01-11 16:47:36 -0500 |
| commit | 31e751895063e77d29f7a58e7a7f7fca29936eb5 (patch) | |
| tree | 8d8592710bc10eeb8d0d050d91a295c285ea4b44 /buf/future-sight | |
| parent | 6bc2938856792f851b18fb3550fdb4c2c8040fce (diff) | |
| download | x-31e751895063e77d29f7a58e7a7f7fca29936eb5.tar.xz x-31e751895063e77d29f7a58e7a7f7fca29936eb5.zip | |
various updates I'm bad at remembering to commit
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'buf/future-sight')
| -rw-r--r-- | buf/future-sight/future-sight.pb.go | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/buf/future-sight/future-sight.pb.go b/buf/future-sight/future-sight.pb.go index 4c2b93f..c3af923 100644 --- a/buf/future-sight/future-sight.pb.go +++ b/buf/future-sight/future-sight.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 +// protoc-gen-go v1.35.1 // protoc (unknown) // source: future-sight/future-sight.proto @@ -30,11 +30,9 @@ type NewVersion struct { func (x *NewVersion) Reset() { *x = NewVersion{} - if protoimpl.UnsafeEnabled { - mi := &file_future_sight_future_sight_proto_msgTypes[0] - ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) - ms.StoreMessageInfo(mi) - } + mi := &file_future_sight_future_sight_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) } func (x *NewVersion) String() string { @@ -45,7 +43,7 @@ func (*NewVersion) ProtoMessage() {} func (x *NewVersion) ProtoReflect() protoreflect.Message { mi := &file_future_sight_future_sight_proto_msgTypes[0] - if protoimpl.UnsafeEnabled && x != nil { + if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) @@ -110,20 +108,6 @@ func file_future_sight_future_sight_proto_init() { if File_future_sight_future_sight_proto != nil { return } - if !protoimpl.UnsafeEnabled { - file_future_sight_future_sight_proto_msgTypes[0].Exporter = func(v any, i int) any { - switch v := v.(*NewVersion); i { - case 0: - return &v.state - case 1: - return &v.sizeCache - case 2: - return &v.unknownFields - default: - return nil - } - } - } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ |
