forked from TrueCloudLab/frostfs-node
[#247] client: Drop reputation related RPCs
Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
This commit is contained in:
parent
beabed788c
commit
070154d506
2 changed files with 0 additions and 20 deletions
|
@ -19,8 +19,6 @@ type Client interface {
|
|||
ObjectSearchInit(context.Context, client.PrmObjectSearch) (*client.ObjectListReader, error)
|
||||
ObjectRangeInit(context.Context, client.PrmObjectRange) (*client.ObjectRangeReader, error)
|
||||
ObjectHash(context.Context, client.PrmObjectHash) (*client.ResObjectHash, error)
|
||||
AnnounceLocalTrust(context.Context, client.PrmAnnounceLocalTrust) (*client.ResAnnounceLocalTrust, error)
|
||||
AnnounceIntermediateTrust(context.Context, client.PrmAnnounceIntermediateTrust) (*client.ResAnnounceIntermediateTrust, error)
|
||||
ExecRaw(f func(client *rawclient.Client) error) error
|
||||
Close() error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue