frostfs-node/pkg/services/reputation/local
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
..
controller [#460] Fix typos in commentaries 2021-04-08 17:29:08 +03:00
route [#460] reputation: Add Router to reputation server 2021-04-08 17:29:08 +03:00
storage [#428] reputation: Implement local trust storage 2021-03-24 10:11:52 +03:00