forked from TrueCloudLab/frostfs-s3-gw
[#165] listing: Use NodeVersion instead of ObjectInfo
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
3e20f736a6
commit
4ad84b9b94
16 changed files with 308 additions and 509 deletions
|
@ -10,7 +10,7 @@ type VersionsStream interface {
|
|||
|
||||
// todo consider thread safe
|
||||
type ListSession struct {
|
||||
Next *ObjectInfo
|
||||
Next *NodeVersion
|
||||
Stream VersionsStream
|
||||
NamesMap map[string]struct{}
|
||||
Context context.Context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue