Make PrmDial
, PrmInit
like public field structs to init and dial Client
#189
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#189
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
It is the same idea as for #121.
This implies to make fields public for
PrmDial
andPrmInit
and make setters deprecated.After that we can instantly pass init and dial params to methods Init and Dial
PrmDial
,PrmInit
fields public and make setters deprecated #193Refactored