aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/schema_pb/schema.pb.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/schema_pb/schema.pb.go')
-rw-r--r--weed/pb/schema_pb/schema.pb.go24
1 files changed, 12 insertions, 12 deletions
diff --git a/weed/pb/schema_pb/schema.pb.go b/weed/pb/schema_pb/schema.pb.go
index 4d9b0176f..8ea9bb739 100644
--- a/weed/pb/schema_pb/schema.pb.go
+++ b/weed/pb/schema_pb/schema.pb.go
@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
-// protoc-gen-go v1.32.0
-// protoc v4.25.3
+// protoc-gen-go v1.34.2
+// protoc v5.28.1
// source: schema.proto
package schema_pb
@@ -722,7 +722,7 @@ func file_schema_proto_rawDescGZIP() []byte {
var file_schema_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
var file_schema_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
-var file_schema_proto_goTypes = []interface{}{
+var file_schema_proto_goTypes = []any{
(ScalarType)(0), // 0: schema_pb.ScalarType
(*RecordType)(nil), // 1: schema_pb.RecordType
(*Field)(nil), // 2: schema_pb.Field
@@ -758,7 +758,7 @@ func file_schema_proto_init() {
return
}
if !protoimpl.UnsafeEnabled {
- file_schema_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
+ file_schema_proto_msgTypes[0].Exporter = func(v any, i int) any {
switch v := v.(*RecordType); i {
case 0:
return &v.state
@@ -770,7 +770,7 @@ func file_schema_proto_init() {
return nil
}
}
- file_schema_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
+ file_schema_proto_msgTypes[1].Exporter = func(v any, i int) any {
switch v := v.(*Field); i {
case 0:
return &v.state
@@ -782,7 +782,7 @@ func file_schema_proto_init() {
return nil
}
}
- file_schema_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
+ file_schema_proto_msgTypes[2].Exporter = func(v any, i int) any {
switch v := v.(*Type); i {
case 0:
return &v.state
@@ -794,7 +794,7 @@ func file_schema_proto_init() {
return nil
}
}
- file_schema_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
+ file_schema_proto_msgTypes[3].Exporter = func(v any, i int) any {
switch v := v.(*ListType); i {
case 0:
return &v.state
@@ -806,7 +806,7 @@ func file_schema_proto_init() {
return nil
}
}
- file_schema_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
+ file_schema_proto_msgTypes[4].Exporter = func(v any, i int) any {
switch v := v.(*RecordValue); i {
case 0:
return &v.state
@@ -818,7 +818,7 @@ func file_schema_proto_init() {
return nil
}
}
- file_schema_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
+ file_schema_proto_msgTypes[5].Exporter = func(v any, i int) any {
switch v := v.(*Value); i {
case 0:
return &v.state
@@ -830,7 +830,7 @@ func file_schema_proto_init() {
return nil
}
}
- file_schema_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
+ file_schema_proto_msgTypes[6].Exporter = func(v any, i int) any {
switch v := v.(*ListValue); i {
case 0:
return &v.state
@@ -843,12 +843,12 @@ func file_schema_proto_init() {
}
}
}
- file_schema_proto_msgTypes[2].OneofWrappers = []interface{}{
+ file_schema_proto_msgTypes[2].OneofWrappers = []any{
(*Type_ScalarType)(nil),
(*Type_RecordType)(nil),
(*Type_ListType)(nil),
}
- file_schema_proto_msgTypes[5].OneofWrappers = []interface{}{
+ file_schema_proto_msgTypes[5].OneofWrappers = []any{
(*Value_BoolValue)(nil),
(*Value_Int32Value)(nil),
(*Value_Int64Value)(nil),