frostfs-node/pkg/services
Evgenii Stratonikov f6c5222952 [] services/session: Use user.ID.EncodeToString() where possible
gopatch:
```
@@
var id expression
@@
-base58.Encode(id.WalletBytes())
+id.EncodeToString()
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-12-25 18:09:36 +00:00
..
accounting [] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00
apemanager [] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
common/ape [] ape: Introduce ChainRouterError error type 2024-12-16 15:12:30 +03:00
container [] container: Add ListStream method 2024-12-17 16:22:43 +03:00
control [] engine: Drop Async flag from evacuation parameters 2024-12-10 17:00:00 +03:00
netmap [] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00
object [] object: Wrap only ChainRouterError erros with ObjectAccessDenied 2024-12-16 15:15:25 +03:00
object_manager [] go.mod: Bump frostfs-sdk-go version 2024-12-06 15:29:37 +03:00
policer [] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
replicator [] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
session [] services/session: Use user.ID.EncodeToString() where possible 2024-12-25 18:09:36 +00:00
tree [] tree: Wrap only ChainRouterError erros with ObjectAccessDenied 2024-12-16 15:16:07 +03:00
util [] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00