tree

package
v4.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: AGPL-3.0 Imports: 39 Imported by: 0

Documentation

Overview

Package tree provides default implementation for tree related tasks.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CellsHashAction added in v4.0.1

type CellsHashAction struct {
	tools.ScopedRouterConsumer
	// contains filtered or unexported fields
}

func (*CellsHashAction) GetDescription added in v4.0.1

func (c *CellsHashAction) GetDescription(lang ...string) actions.ActionDescription

func (*CellsHashAction) GetName added in v4.0.1

func (c *CellsHashAction) GetName() string

GetName returns this action unique identifier

func (*CellsHashAction) GetParametersForm added in v4.0.1

func (c *CellsHashAction) GetParametersForm() *forms.Form

GetParametersForm returns parameters

func (*CellsHashAction) Init added in v4.0.1

func (c *CellsHashAction) Init(job *jobs.Job, action *jobs.Action) error

Init passes parameters to the action

func (*CellsHashAction) ProvidesProgress added in v4.0.6

func (c *CellsHashAction) ProvidesProgress() bool

ProvidesProgress implements interface to advertise about progress publication

func (*CellsHashAction) Run added in v4.0.1

Run the actual action code

type CopyMoveAction

type CopyMoveAction struct {
	tools.ScopedRouterConsumer
	// contains filtered or unexported fields
}

func (*CopyMoveAction) GetDescription

func (c *CopyMoveAction) GetDescription(_ ...string) actions.ActionDescription

func (*CopyMoveAction) GetName

func (c *CopyMoveAction) GetName() string

GetName returns this action unique identifier

func (*CopyMoveAction) GetParametersForm

func (c *CopyMoveAction) GetParametersForm() *forms.Form

func (*CopyMoveAction) Init

func (c *CopyMoveAction) Init(job *jobs.Job, action *jobs.Action) error

Init passes parameters to the action

func (*CopyMoveAction) ProvidesProgress

func (c *CopyMoveAction) ProvidesProgress() bool

func (*CopyMoveAction) Run

Run the actual action code

type DeleteAction

type DeleteAction struct {
	tools.ScopedRouterConsumer
	// contains filtered or unexported fields
}

func (*DeleteAction) GetDescription

func (c *DeleteAction) GetDescription(_ ...string) actions.ActionDescription

func (*DeleteAction) GetName

func (c *DeleteAction) GetName() string

GetName returns this action unique identifier

func (*DeleteAction) GetParametersForm

func (c *DeleteAction) GetParametersForm() *forms.Form

func (*DeleteAction) Init

func (c *DeleteAction) Init(job *jobs.Job, action *jobs.Action) error

Init passes parameters to the action

func (*DeleteAction) Run

Run the actual action code

type MetaAction

type MetaAction struct {
	common.RuntimeHolder
	Client   tree.NodeReceiverClient
	MetaJSON string
}

func (*MetaAction) GetDescription

func (c *MetaAction) GetDescription(lang ...string) actions.ActionDescription

func (*MetaAction) GetName

func (c *MetaAction) GetName() string

GetName returns this action unique identifier

func (*MetaAction) GetParametersForm

func (c *MetaAction) GetParametersForm() *forms.Form

func (*MetaAction) Init

func (c *MetaAction) Init(job *jobs.Job, action *jobs.Action) error

Init passes parameters to the action

func (*MetaAction) Run

Run the actual action code

Jump to

Keyboard shortcuts

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