git.frostfs.info/TrueCloudLab/frostfs-sdk-go@v0.0.0-20241022124111-5361f0ecebd3/object/id/doc.go (about) 1 /* 2 Package oid provides primitives to work with object identification in FrostFS. 3 4 Address type is used for global object identity inside the FrostFS network, 5 while ID represents identity within a fixed container. 6 7 Using package types in an application is recommended to potentially work with 8 different protocol versions with which these types are compatible. 9 */ 10 package oid