data

package
v0.32.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseNodeVersion added in v0.32.0

type BaseNodeVersion struct {
	ID             uint64
	OID            oid.ID
	IsDeleteMarker bool
}

BaseNodeVersion is minimal node info from tree service. Basically used for "system" object.

type BucketInfo

type BucketInfo struct {
	Name                    string // container name from system attribute
	Zone                    string // container zone from system attribute
	CID                     cid.ID
	HomomorphicHashDisabled bool
}

type NodeInfo added in v0.32.0

type NodeInfo struct {
	Meta []NodeMeta
}

type NodeMeta added in v0.32.0

type NodeMeta interface {
	GetKey() string
	GetValue() []byte
}

type NodeVersion added in v0.32.0

type NodeVersion struct {
	BaseNodeVersion
}

NodeVersion represent node from tree service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL