16fd3bafe0
[ #354 ] api/netmap: Return a slice of parameters directly
...
`IterateParameters` does a poor job:
- it doesn't encapsulate well, because it returns a pointer,
- it has a clunky interface, compared to range loop.
I have decided to return parameter slice and not `iter.Seq` for 2
reasons:
1. There already is `SetParameters`, so `NetworkConfig` struct is
expected to be modified.
2. This iterator uses pointers, so even with this interface the slice
can already be changed.
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-04-07 14:39:47 +00:00
661adf17bb
[ #353 ] Format deprecated notices properly
...
They should be in a separate paragraph, otherwise they are not
recognized.
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-04-07 09:12:27 +00:00
6458c11e83
[ #345 ] api/netmap: Drop deprecated single-address methods
...
DCO / DCO (pull_request) Successful in 25s
Code generation / Generate proto (pull_request) Successful in 29s
Tests and linters / Tests (pull_request) Successful in 1m1s
Tests and linters / Lint (pull_request) Successful in 2m23s
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-04-04 18:22:10 +03:00
b27f172de9
[ #345 ] netmap: Implement an iterator over node endpoints
...
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-04-04 18:22:09 +03:00
749b4e9ab5
[ #344 ] netmap: Add method Clone
...
DCO / DCO (pull_request) Successful in 26s
Code generation / Generate proto (pull_request) Successful in 30s
Tests and linters / Tests (pull_request) Successful in 41s
Tests and linters / Lint (pull_request) Successful in 2m25s
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
2025-03-07 18:02:02 +03:00
6ce73790ea
[ #276 ] Merge repo with frostfs-api-go
...
DCO / DCO (pull_request) Successful in 38s
Tests and linters / Tests (pull_request) Successful in 1m13s
Tests and linters / Lint (pull_request) Successful in 2m36s
Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
2024-10-22 14:05:12 +00:00