diff options
Diffstat (limited to 'tvix/store-go/pathinfo.pb.go')
-rw-r--r-- | tvix/store-go/pathinfo.pb.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tvix/store-go/pathinfo.pb.go b/tvix/store-go/pathinfo.pb.go index 7615bd155c45..2609600c254f 100644 --- a/tvix/store-go/pathinfo.pb.go +++ b/tvix/store-go/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/pathinfo.proto @@ -545,7 +545,7 @@ func file_tvix_store_protos_pathinfo_proto_rawDescGZIP() []byte { var file_tvix_store_protos_pathinfo_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_tvix_store_protos_pathinfo_proto_msgTypes = make([]protoimpl.MessageInfo, 5) -var file_tvix_store_protos_pathinfo_proto_goTypes = []interface{}{ +var file_tvix_store_protos_pathinfo_proto_goTypes = []any{ (NARInfo_CA_Hash)(0), // 0: tvix.store.v1.NARInfo.CA.Hash (*PathInfo)(nil), // 1: tvix.store.v1.PathInfo (*StorePath)(nil), // 2: tvix.store.v1.StorePath @@ -574,7 +574,7 @@ func file_tvix_store_protos_pathinfo_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_tvix_store_protos_pathinfo_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + file_tvix_store_protos_pathinfo_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*PathInfo); i { case 0: return &v.state @@ -586,7 +586,7 @@ func file_tvix_store_protos_pathinfo_proto_init() { return nil } } - file_tvix_store_protos_pathinfo_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + file_tvix_store_protos_pathinfo_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*StorePath); i { case 0: return &v.state @@ -598,7 +598,7 @@ func file_tvix_store_protos_pathinfo_proto_init() { return nil } } - file_tvix_store_protos_pathinfo_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + file_tvix_store_protos_pathinfo_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*NARInfo); i { case 0: return &v.state @@ -610,7 +610,7 @@ func file_tvix_store_protos_pathinfo_proto_init() { return nil } } - file_tvix_store_protos_pathinfo_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + file_tvix_store_protos_pathinfo_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*NARInfo_Signature); i { case 0: return &v.state @@ -622,7 +622,7 @@ func file_tvix_store_protos_pathinfo_proto_init() { return nil } } - file_tvix_store_protos_pathinfo_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + file_tvix_store_protos_pathinfo_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*NARInfo_CA); i { case 0: return &v.state |