forked from TrueCloudLab/frostfs-sdk-go
[#225] container: Clarify docs of Container
type initialization
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
70845147f6
commit
2ad89085a3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import (
|
|||
//
|
||||
// Container type instances can represent different container states in the
|
||||
// system, depending on the context. To create new container in NeoFS zero
|
||||
// instance be created, initialized using Init method and filled using
|
||||
// instance SHOULD be declared, initialized using Init method and filled using
|
||||
// dedicated methods. Once container is saved in the NeoFS network, it can't be
|
||||
// changed: containers stored in the system are immutable, and NeoFS is a CAS
|
||||
// of containers that are identified by a fixed length value (see cid.ID type).
|
||||
|
|
Loading…
Reference in a new issue