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