frostfs-node/cmd/neofs-node
Leonard Lyubich 83c27f6e8a [#505] morph/container: Change get container API
Make `Get` method of the wrapper over Container contract's client to
accept binary container ID. Create `Get` function similar to the previous
`Get` variation. Use this function in Container service server in the place
where `Get` method was used.

Additionally implement `AsContainerSource` function which allows
to simply compose container Source interface from the wrapper.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-05-25 16:35:52 +03:00
..
reputation [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
accounting.go [#496] Use single contract wrapper constructor 2021-05-25 13:41:39 +03:00
attributes.go [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
cache.go [#441] cmd/neofs-node: Don't update access time in ttlNetCache 2021-03-23 20:19:16 +03:00
config.go [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
container.go [#505] morph/container: Change get container API 2021-05-25 16:35:52 +03:00
control.go [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
grpc.go [#493] node: Abolish non-usable gRPC server configurations 2021-05-13 19:29:10 +03:00
main.go [#492] node: Never go offline on application shutdown 2021-05-13 19:29:10 +03:00
metrics.go [#493] Refactor serving of prometheus and pprof services 2021-05-12 10:46:17 +03:00
morph.go [#496] Use single contract wrapper constructor 2021-05-25 13:41:39 +03:00
netmap.go [#521] Fix issues with transition from `pkg/errors` pkg 2021-05-19 19:09:35 +03:00
object.go [#521] *: use stdlib `errors` package 2021-05-19 16:42:54 +03:00
pprof.go [#493] Refactor serving of prometheus and pprof services 2021-05-12 10:46:17 +03:00
reputation.go [#496] Use single contract wrapper constructor 2021-05-25 13:41:39 +03:00
session.go [#83] services: Remove setting of meta header from executing services 2020-10-23 10:54:48 +03:00
timers.go [#479] cmd/neofs-node: Add eigen trust block timer 2021-04-19 09:35:54 +03:00
worker.go [#108] cmd/neofs-node: Listen new epoch notifications from morph 2020-10-21 14:42:51 +03:00