2022-06-15 07:12:35 +00:00
|
|
|
/*
|
2022-12-29 10:46:18 +00:00
|
|
|
Package subnetid provides primitives to work with subnet identification in FrostFS.
|
2022-06-15 07:12:35 +00:00
|
|
|
|
2022-12-29 10:46:18 +00:00
|
|
|
ID type is used for global subnet identity inside the FrostFS network.
|
2022-06-15 07:12:35 +00:00
|
|
|
|
|
|
|
Using package types in an application is recommended to potentially work with
|
|
|
|
different protocol versions with which these types are compatible.
|
|
|
|
*/
|
|
|
|
package subnetid
|