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 storagegroup;
|
||||
package neo.fs.v2.storagegroup;
|
||||
|
||||
option go_package = "github.com/nspcc-dev/neofs-api-go/storagegroup";
|
||||
option csharp_namespace = "NeoFS.API.StorageGroup";
|
||||
option go_package = "github.com/nspcc-dev/neofs-api-go/v2/storagegroup;storagegroup";
|
||||
option csharp_namespace = "NeoFS.API.v2.StorageGroup";
|
||||
|
||||
import "refs/types.proto";
|
||||
|
||||
|
@ -26,5 +26,5 @@ message StorageGroup {
|
|||
|
||||
// Members carries the list of identifiers of the object storage group members.
|
||||
// The list is strictly ordered.
|
||||
repeated refs.ObjectID members = 4;
|
||||
repeated neo.fs.v2.refs.ObjectID members = 4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue