forked from TrueCloudLab/frostfs-sdk-go
[#210] subnet: Refactor and document package functionality
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
6709b00c89
commit
eb3b990812
13 changed files with 276 additions and 216 deletions
10
subnet/id/doc.go
Normal file
10
subnet/id/doc.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
Package subnetid provides primitives to work with subnet identification in NeoFS.
|
||||
|
||||
ID type is used for global subnet identity inside the NeoFS network.
|
||||
|
||||
Using package types in an application is recommended to potentially work with
|
||||
different protocol versions with which these types are compatible.
|
||||
|
||||
*/
|
||||
package subnetid
|
Loading…
Add table
Add a link
Reference in a new issue