runnable

package
v0.15.2 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HostErr deprecated

type HostErr error

Deprecated: Please use "github.com/suborbital/reactr/api/tinygo/runnable/errors" instead.

func NewHostError deprecated

func NewHostError(message string) HostErr

Deprecated: Please use "github.com/suborbital/reactr/api/tinygo/runnable/errors" instead.

type RunErr deprecated

type RunErr struct {
	Code int
	// contains filtered or unexported fields
}

Deprecated: Please use "github.com/suborbital/reactr/api/tinygo/runnable/errors" instead.

func NewError deprecated

func NewError(code int, message string) RunErr

Deprecated: Please use "github.com/suborbital/reactr/api/tinygo/runnable/errors" instead.

type Runnable

type Runnable interface {
	Run(input []byte) ([]byte, error)
}

The Runnable interface is all that needs to be implemented by a Reactr runnable.

Jump to

Keyboard shortcuts

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