package
0.0.0-20230301081111-79ba34714ab8
Repository: https://github.com/truecloudlab/frostfs-node.git
Documentation: pkg.go.dev
# Functions
ParseDelete from notification into container event structure.
ParseDeleteNotary from NotaryEvent into container event structure.
ParseDeleteSuccess decodes notification event thrown by Container contract into DeleteSuccess and returns it as event.Event.
ParsePut from notification into container event structure.
ParsePutNamedNotary parses PutNamed event structure from generic event.NotaryEvent.
ParsePutNotary from NotaryEvent into container event structure.
ParsePutSuccess decodes notification event thrown by Container contract into PutSuccess and returns it as event.Event.
ParseSetEACL parses SetEACL notification event from list of stack items.
ParseSetEACLNotary from NotaryEvent into container event structure.
ParseStartEstimation from notification into container event structure.
ParseStopEstimation from notification into container event structure.
# Constants
DeleteNotaryEvent is method name for container delete operations in `Container` contract.
PutNotaryEvent is an ID of notary "put named container" notification.
PutNotaryEvent is method name for container put operations in `Container` contract.
SetEACLNotaryEvent is method name for container EACL operations in `Container` contract.
# Structs
Delete structure of container.Delete notification from morph chain.
DeleteSuccess structures notification event of successful container removal thrown by Container contract.
Put structure of container.Put notification from morph chain.
PutNamed represents notification event spawned by PutNamed method from Container contract of FrostFS Morph chain.
PutSuccess structures notification event of successful container creation thrown by Container contract.
SetEACL represents structure of notification about modified eACL table coming from FrostFS Container contract.
StartEstimation structure of container.StartEstimation notification from morph chain.
StopEstimation structure of container.StopEstimation notification from morph chain.