forked from TrueCloudLab/frostfs-api-go
[#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:
parent
009f704377
commit
b792e4e464
2 changed files with 83 additions and 0 deletions
|
@ -13,6 +13,7 @@ type Client interface {
|
|||
Netmap
|
||||
Object
|
||||
Session
|
||||
Reputation
|
||||
|
||||
// Raw must return underlying raw protobuf client.
|
||||
Raw() *client.Client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue