diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-30 10:32:55 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-06-30 10:32:55 -0400 |
| commit | 050aff00512028ffc1989c7485cb2cb1258c7537 (patch) | |
| tree | 3de72fe24e48dd039a1dfc91e35ec32652b35b0f /proto/external/jsonfeed | |
| parent | 759e3c8b09253990a8c3e09a359ed9a552121d72 (diff) | |
| download | x-050aff00512028ffc1989c7485cb2cb1258c7537.tar.xz x-050aff00512028ffc1989c7485cb2cb1258c7537.zip | |
update generated files
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'proto/external/jsonfeed')
| -rw-r--r-- | proto/external/jsonfeed/jsonfeed.pb.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/proto/external/jsonfeed/jsonfeed.pb.go b/proto/external/jsonfeed/jsonfeed.pb.go index 58e1cf7..d88710d 100644 --- a/proto/external/jsonfeed/jsonfeed.pb.go +++ b/proto/external/jsonfeed/jsonfeed.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.32.0 -// protoc v4.24.4 +// protoc-gen-go v1.34.2 +// protoc v5.27.1 // source: jsonfeed.proto package jsonfeed @@ -653,7 +653,7 @@ func file_jsonfeed_proto_rawDescGZIP() []byte { } var file_jsonfeed_proto_msgTypes = make([]protoimpl.MessageInfo, 4) -var file_jsonfeed_proto_goTypes = []interface{}{ +var file_jsonfeed_proto_goTypes = []any{ (*Feed)(nil), // 0: jsonfeed.Feed (*Author)(nil), // 1: jsonfeed.Author (*Item)(nil), // 2: jsonfeed.Item @@ -680,7 +680,7 @@ func file_jsonfeed_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_jsonfeed_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_jsonfeed_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*Feed); i { case 0: return &v.state @@ -692,7 +692,7 @@ func file_jsonfeed_proto_init() { return nil } } - file_jsonfeed_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_jsonfeed_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*Author); i { case 0: return &v.state @@ -704,7 +704,7 @@ func file_jsonfeed_proto_init() { return nil } } - file_jsonfeed_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_jsonfeed_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*Item); i { case 0: return &v.state @@ -716,7 +716,7 @@ func file_jsonfeed_proto_init() { return nil } } - file_jsonfeed_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_jsonfeed_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*Attachment); i { case 0: return &v.state |
