tasks

package
v0.0.0-...-80b2b3e Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

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

func NewAccountTask

func NewAccountTask(repos services.Provider) Account

func (Account) GetEventData

func (ac Account) GetEventData(data interface{}) (interface{}, error)

type AssetOperation

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

func NewAssetOperation

func NewAssetOperation(repos services.Provider) AssetOperation

func (AssetOperation) GetEventData

func (ao AssetOperation) GetEventData(data interface{}) (interface{}, error)

type Block

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

func NewBlockTask

func NewBlockTask(repos services.Provider) Block

func (Block) GetEventData

func (b Block) GetEventData(data interface{}) (interface{}, error)

type EventExecutor

type EventExecutor interface {
	GetEventData(data interface{}) (interface{}, error)
}

type Operation

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

func NewOperationTask

func NewOperationTask(repos services.Provider) Operation

func (Operation) GetEventData

func (o Operation) GetEventData(data interface{}) (interface{}, error)

Jump to

Keyboard shortcuts

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