Make PrmDial, PrmInit like public field structs to init and dial Client #189

Closed
opened 2023-11-02 07:36:45 +00:00 by aarifullin · 1 comment
Collaborator

It is the same idea as for #121.
This implies to make fields public for PrmDial and PrmInit and make setters deprecated.
After that we can instantly pass init and dial params to methods Init and Dial

It is the same idea as for [#121](https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/issues/121). This implies to make fields public for `PrmDial` and `PrmInit` and make setters deprecated. After that we can instantly pass init and dial params to methods [Init](https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/src/commit/6fbe1595cb3d1fbc28403c5fafae2c14e343475f/client/client.go#L61) and [Dial](https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/src/commit/6fbe1595cb3d1fbc28403c5fafae2c14e343475f/client/client.go#L80)
aarifullin added the
discussion
refactoring
labels 2023-11-02 07:36:45 +00:00
aarifullin added the
good first issue
label 2023-11-02 09:14:05 +00:00
Poster
Collaborator

Refactored

Refactored
Sign in to join this conversation.
No Milestone
No Assignees
1 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#189
There is no content yet.