[#452] Update neo-go to latest master
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
b18da34b55
commit
7cf48d4d91
7 changed files with 54 additions and 4 deletions
|
@ -9,4 +9,5 @@ import (
|
|||
// Server is an interface of the NeoFS API v2 Reputation service server.
|
||||
type Server interface {
|
||||
SendLocalTrust(context.Context, *reputation.SendLocalTrustRequest) (*reputation.SendLocalTrustResponse, error)
|
||||
SendIntermediateResult(context.Context, *reputation.SendIntermediateResultRequest) (*reputation.SendIntermediateResultResponse, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue