frostfs-node/pkg/services/reputation/local/route
Pavel Karpy 60cc3b3e16 [#460] reputation: Add Router to reputation server
Add `Router` to the reputation server. `Router` is
called on every incoming request and inits `Writer`
that sends `Trust`s to the next route point or
handle(logs in that implementation) them if current
node is the end point of the route.

Rename `onlyKeyRemoteServerInfo` struct for container
to separate it from the same implementation of the
same `ServerInfo` interface for reputation.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2021-04-08 17:29:08 +03:00
..
managers [#460] reputation/local: Declare Managers 2021-04-08 17:29:08 +03:00
calls.go [#460] reputation/local: Declare Managers 2021-04-08 17:29:08 +03:00
deps.go [#460] reputation/local: Declare Managers 2021-04-08 17:29:08 +03:00
opts.go [#460] reputation/local: Implement local trust router 2021-04-08 17:29:08 +03:00
router.go [#460] reputation/local: Implement local trust router 2021-04-08 17:29:08 +03:00
util.go [#460] reputation: Add Router to reputation server 2021-04-08 17:29:08 +03:00