[#121] client: Make PrmContainerDelete fields public #141
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#141
Loading…
Reference in a new issue
No description provided.
Delete branch "aarifullin/frostfs-sdk-go:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Airat Arifullin a.arifullin@yadro.com
0a1af05d85
to3b7e556aa3
3b7e556aa3
to93281ffcf8
@ -505,3 +507,2 @@
if !prm.waitParamsSet {
prm.waitParams.setDefaults()
if prm.WaitParams == nil {
Won't private fields be a problem here too?
Sorry, I didn't get the point.
prm.WaitParams
is no longer privateYes, but the
WaitParams
itself has private fields. I think making them public aligns well with the overall goal.Oh. You're right. I'll fix it
93281ffcf8
toeca912607a
@aarifullin linter warnings are correct (dots at the end of a sentence), let's not dismiss.
eca912607a
to0317938987