forked from TrueCloudLab/frostfs-api
[#45] Fix linter errors
- Changed package names adding version - Added documentation descriptions (sometimes useless) for all fields - Changed enum format - Made SessionToken and BearerToken field names more clear Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
35d1d34ee0
commit
42e35fefff
13 changed files with 393 additions and 224 deletions
|
@ -1,9 +1,9 @@
|
|||
syntax = "proto3";
|
||||
|
||||
package refs;
|
||||
package neo.fs.v2.refs;
|
||||
|
||||
option go_package = "github.com/nspcc-dev/neofs-api-go/refs";
|
||||
option csharp_namespace = "NeoFS.API.Refs";
|
||||
option go_package = "github.com/nspcc-dev/neofs-api-go/v2/refs;refs";
|
||||
option csharp_namespace = "NeoFS.API.v2.Refs";
|
||||
|
||||
// Address of object (container id + object id)
|
||||
message Address {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue