Skip to content

Commit

Permalink
object: Update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
  • Loading branch information
smallhive committed Aug 25, 2023
1 parent 2df56ed commit ab06f2c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions object/id/doc.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
Package oid provides primitives to work with object identification in NeoFS.
Address type is used for global object identity inside the NeoFS 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.
[Address] type is used for global object identity inside the NeoFS network,
while [ID] represents identity within a fixed container.
*/
package oid

0 comments on commit ab06f2c

Please sign in to comment.