api/netmap: Return a slice of parameters directly #354
No reviewers
TrueCloudLab/storage-services-committers
TrueCloudLab/storage-services-developers
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#354
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fyrchik/frostfs-sdk-go:api-netmap-parameters"
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?
IterateParameters
does a poor job:I have decided to return parameter slice and not
iter.Seq
for 2reasons:
SetParameters
, soNetworkConfig
struct isexpected to be modified.
can already be changed.
Signed-off-by: Evgenii Stratonikov e.stratonikov@yadro.com
f49bcefd8b
to706ef9adf8
706ef9adf8
to61765f178c
Good