frostfs-sdk-go/object/id/doc.go
Evgenii Stratonikov 4ff9c00de3 [#4] Rename NeoFS mentions in comments and method names
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2022-12-30 13:40:50 +03:00

10 lines
375 B
Go

/*
Package oid provides primitives to work with object identification in FrostFS.
Address type is used for global object identity inside the FrostFS network,
while ID represents identity within a fixed container.
Using package types in an application is recommended to potentially work with
different protocol versions with which these types are compatible.
*/
package oid