forked from TrueCloudLab/frostfs-api-go
[#302] pkg/owner: Document default values set in NewID
Document field values of instance constructed via `NewID`. Assert the values in corresponding unit test. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
12574469e5
commit
c00cdd407d
2 changed files with 22 additions and 0 deletions
|
@ -25,6 +25,9 @@ func NewIDFromV2(idV2 *refs.OwnerID) *ID {
|
|||
// NewID creates and initializes blank ID.
|
||||
//
|
||||
// Works similar as NewIDFromV2(new(OwnerID)).
|
||||
//
|
||||
// Defaults:
|
||||
// - value: nil.
|
||||
func NewID() *ID {
|
||||
return NewIDFromV2(new(refs.OwnerID))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue