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/doc.go
Normal file
10
subnet/doc.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
Package subnet collects functionality related to the NeoFS subnets.
|
||||
|
||||
Subnet of a particular NeoFS network consists of a subset of the storage nodes
|
||||
of that network. Subnet of the whole network is called zero. Info type acts as
|
||||
a subnet descriptor. Each subnet is owned by the user who created it. Information
|
||||
about all subnets is stored in the Subnet contract of the NeoFS Sidechain.
|
||||
|
||||
*/
|
||||
package subnet
|
Loading…
Add table
Add a link
Reference in a new issue