frostfs-node/pkg/services/session
Evgenii Stratonikov f6c5222952 [#1581] 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
..
storage [#1581] services/session: Use user.ID.EncodeToString() where possible 2024-12-25 18:09:36 +00:00
executor.go [#1437] node: Use ctx for logging 2024-11-13 10:36:07 +03:00
server.go [#1479] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00
sign.go [#1479] go.mod: Bump frostfs-sdk-go version 2024-11-08 10:43:19 +03:00