diff options
Diffstat (limited to 'tvix/store-go/rpc_pathinfo.pb.go')
-rw-r--r-- | tvix/store-go/rpc_pathinfo.pb.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tvix/store-go/rpc_pathinfo.pb.go b/tvix/store-go/rpc_pathinfo.pb.go index 155d59896bff..3acdd32e8529 100644 --- a/tvix/store-go/rpc_pathinfo.pb.go +++ b/tvix/store-go/rpc_pathinfo.pb.go @@ -3,7 +3,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.1 +// protoc-gen-go v1.34.2 // protoc (unknown) // source: tvix/store/protos/rpc_pathinfo.proto @@ -256,7 +256,7 @@ func file_tvix_store_protos_rpc_pathinfo_proto_rawDescGZIP() []byte { } var file_tvix_store_protos_rpc_pathinfo_proto_msgTypes = make([]protoimpl.MessageInfo, 3) -var file_tvix_store_protos_rpc_pathinfo_proto_goTypes = []interface{}{ +var file_tvix_store_protos_rpc_pathinfo_proto_goTypes = []any{ (*GetPathInfoRequest)(nil), // 0: tvix.store.v1.GetPathInfoRequest (*ListPathInfoRequest)(nil), // 1: tvix.store.v1.ListPathInfoRequest (*CalculateNARResponse)(nil), // 2: tvix.store.v1.CalculateNARResponse @@ -286,7 +286,7 @@ func file_tvix_store_protos_rpc_pathinfo_proto_init() { } file_tvix_store_protos_pathinfo_proto_init() if !protoimpl.UnsafeEnabled { - file_tvix_store_protos_rpc_pathinfo_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_tvix_store_protos_rpc_pathinfo_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*GetPathInfoRequest); i { case 0: return &v.state @@ -298,7 +298,7 @@ func file_tvix_store_protos_rpc_pathinfo_proto_init() { return nil } } - file_tvix_store_protos_rpc_pathinfo_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_tvix_store_protos_rpc_pathinfo_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ListPathInfoRequest); i { case 0: return &v.state @@ -310,7 +310,7 @@ func file_tvix_store_protos_rpc_pathinfo_proto_init() { return nil } } - file_tvix_store_protos_rpc_pathinfo_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_tvix_store_protos_rpc_pathinfo_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*CalculateNARResponse); i { case 0: return &v.state @@ -323,7 +323,7 @@ func file_tvix_store_protos_rpc_pathinfo_proto_init() { } } } - file_tvix_store_protos_rpc_pathinfo_proto_msgTypes[0].OneofWrappers = []interface{}{ + file_tvix_store_protos_rpc_pathinfo_proto_msgTypes[0].OneofWrappers = []any{ (*GetPathInfoRequest_ByOutputHash)(nil), } type x struct{} |