[#265] pkg/client: Implement SendLocalTrust method

Define `Reputation` section interface. Embed `Reputation` interface to
`Client` one.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-03-24 11:29:02 +03:00 committed by Leonard Lyubich
parent 009f704377
commit b792e4e464
2 changed files with 83 additions and 0 deletions

View file

@ -13,6 +13,7 @@ type Client interface {
Netmap
Object
Session
Reputation
// Raw must return underlying raw protobuf client.
Raw() *client.Client