functions

package
v0.58.1 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: GPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Function

type Function struct {
	UID     string
	Timeout time.Duration
	Name    string
	Args    []string
	Payload []byte
	// contains filtered or unexported fields
}

func (*Function) String

func (f *Function) String() string

type Manager

type Manager struct {
	*logger.Logger

	Input io.Reader

	FunctionRegistry map[string]func(Function)
	// contains filtered or unexported fields
}

func NewManager

func NewManager() *Manager

func (*Manager) Register

func (m *Manager) Register(name string, fn func(Function))

func (*Manager) Run

func (m *Manager) Run(ctx context.Context)

Jump to

Keyboard shortcuts

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