Use edition directive instead of syntax #74

Merged
fyrchik merged 1 commit from fyrchik/frostfs-api:edition into master 2025-01-24 10:06:11 +00:00
17 changed files with 17 additions and 17 deletions
Showing only changes of commit 1dedbc3fa5 - Show all commits

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.accounting; package neo.fs.v2.accounting;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.accounting; package neo.fs.v2.accounting;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.acl; package neo.fs.v2.acl;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package frostfs.v2.ape; package frostfs.v2.ape;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package frostfs.v2.apemanager; package frostfs.v2.apemanager;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.container; package neo.fs.v2.container;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.container; package neo.fs.v2.container;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.lock; package neo.fs.v2.lock;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.netmap; package neo.fs.v2.netmap;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.netmap; package neo.fs.v2.netmap;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.object; package neo.fs.v2.object;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.object; package neo.fs.v2.object;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.refs; package neo.fs.v2.refs;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.session; package neo.fs.v2.session;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.session; package neo.fs.v2.session;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.status; package neo.fs.v2.status;

View file

@ -1,4 +1,4 @@
syntax = "proto3"; edition = "2023";
package neo.fs.v2.tombstone; package neo.fs.v2.tombstone;