package
0.43.0
Repository: https://github.com/nspcc-dev/neofs-node.git
Documentation: pkg.go.dev

# Functions

AddressOf returns the address of the object.
Expiration searches for expiration attribute in the object.
NewFormatValidator creates, initializes and returns FormatValidator instance.
WithLockSource return option to set a Locked objects source.
WithNetState returns options to set the network state interface.
WithSplitVerifier returns option to set a SplitVerifier.
WithTombVerifier returns option to set a TombVerifier.

# Variables

ErrInvalidSearchQuery is returned when some object search query is invalid.
ErrNoExpiration means no expiration was set.

# Structs

AddressWithType groups object address with its NeoFS object type.
ContentMeta describes NeoFS meta information that brings object's payload if the object is one of: - object.TypeTombstone; - object.TypeStorageGroup; - object.TypeLink; - object.TypeLock.
FormatValidator represents an object format validator.

# Interfaces

DeleteHandler is an interface of delete queue processor.
Locker is an object lock storage interface.
LockSource is a source of lock relations between the objects.
SplitVerifier represent split validation unit.
TombVerifier represents tombstone validation unit.

# Type aliases

FormatValidatorOption represents a FormatValidator constructor option.