Use public fields for client parameter struct #121
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#121
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?
More similar for aws/minio SDK.
We all agreed that it is more convenient and less verbose.
PrmBalanceGet
Client
(?)PrmContainerGet
PrmContainerPut
PrmContainerList
PrmContainerDelete
PrmContainerEACL
PrmContainerSetEACL
PrmAnnounceSpace
PrmEndpointInfo
PrmObjectDelete
PrmObjectGet
PrmObjectHead
PrmObjectRange
PrmObjectHash
PrmObjectPutSingle
PrmObjectPutInit
PrmObjectSearch
PrmSessionCreate
prmCommonMeta
PrmDial
,PrmInit
like public field structs to init and dialClient
#189The client can be refactored with issue #189.
All parameters have become public-field structs and fields can be set without setters.