Pass user.ID by value #195

Merged
fyrchik merged 2 commits from dstepanov-yadro/frostfs-sdk-go:feat/user-id into master 2024-09-04 19:51:15 +00:00

Relates #190

Relates #190
dstepanov-yadro requested review from storage-core-committers 2023-11-21 08:41:13 +00:00
dstepanov-yadro requested review from storage-core-developers 2023-11-21 08:41:14 +00:00
aarifullin approved these changes 2023-11-21 09:38:18 +00:00
fyrchik approved these changes 2023-11-21 09:49:35 +00:00
object/object.go Outdated
@ -623,3 +623,2 @@
var errOIDNotSet = errors.New("object ID is not set")
var errCIDNotSet = errors.New("container ID is not set")
var (
Owner

separate commit?

separate commit?
Author
Member

Fixed

Fixed
fyrchik marked this conversation as resolved
dstepanov-yadro force-pushed feat/user-id from f0b4d0d995 to f67ac45b6a 2023-11-21 09:58:33 +00:00 Compare
dstepanov-yadro requested review from fyrchik 2023-11-21 10:44:25 +00:00
fyrchik approved these changes 2023-11-21 13:38:49 +00:00
dstepanov-yadro requested review from aarifullin 2023-11-21 13:40:45 +00:00
acid-ant reviewed 2023-11-22 08:01:42 +00:00
object/object.go Outdated
@ -203,3 +203,2 @@
// OwnerID returns identifier of the object owner.
func (o *Object) OwnerID() *user.ID {
// OwnerID returns identifier of the object owner and True, if ownerID is set and valid.
Member

and True, if ownerID is set and valid.

Looks redundant or it is about something different?

> and True, if ownerID is set and valid. Looks redundant or it is about something different?
Author
Member

fixed

fixed
acid-ant marked this conversation as resolved
acid-ant approved these changes 2023-11-22 08:02:17 +00:00
dstepanov-yadro force-pushed feat/user-id from f67ac45b6a to 56debcfa56 2023-11-22 16:21:42 +00:00 Compare
fyrchik merged commit 56debcfa56 into master 2023-11-22 16:25:24 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#195
No description provided.