forked from TrueCloudLab/frostfs-node
[#233] services/object: Implement new Get algorithm
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
26f03c6301
commit
f24daa10ff
31 changed files with 2163 additions and 355 deletions
10
pkg/services/util/server.go
Normal file
10
pkg/services/util/server.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package util
|
||||
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
// ServerStream is an interface of server-side stream v2.
|
||||
type ServerStream interface {
|
||||
Context() context.Context
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue