orderer

package
v0.7.5 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component struct {
	// contains filtered or unexported fields
}

Component - объект, который обращаясь напрямую к служебным полям таблиц других репозиториев, позволяет организовать управление порядком следования элементов этих репозиториев. А именно позволяет вставлять элементы на нужную позицию, перемещать и отвязывать от их от текущих позиций.

func New

func New(storage mrsort.Storage, eventEmitter mrsender.EventEmitter, errorWrapper mrcore.UsecaseErrorWrapper) *Component

New - создаёт объект Component.

func (*Component) InsertToFirst

func (co *Component) InsertToFirst(ctx context.Context, nodeID mrtype.KeyInt32) error

InsertToFirst - comment method.

func (*Component) InsertToLast

func (co *Component) InsertToLast(ctx context.Context, nodeID mrtype.KeyInt32) error

InsertToLast - comment method.

func (*Component) MoveAfterID

func (co *Component) MoveAfterID(ctx context.Context, nodeID, afterNodeID mrtype.KeyInt32) error

MoveAfterID - comment method.

func (*Component) MoveToFirst

func (co *Component) MoveToFirst(ctx context.Context, nodeID mrtype.KeyInt32) error

MoveToFirst - comment method.

func (*Component) MoveToLast

func (co *Component) MoveToLast(ctx context.Context, nodeID mrtype.KeyInt32) error

MoveToLast - comment method.

func (co *Component) Unlink(ctx context.Context, nodeID mrtype.KeyInt32) error

Unlink - comment method.

func (*Component) WithMetaData

func (co *Component) WithMetaData(meta mrstorage.MetaGetter) mrsort.Orderer

WithMetaData - comment method.

Jump to

Keyboard shortcuts

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