test

package
v0.0.0-...-f7dc3f6 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2023 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Functions = []model.Function{
	{
		Name:      "test",
		Type:      "rest",
		Operation: "https://galgo.tech/functions.json#test",
	},
}
View Source
var MapEvents = environment.MapEvents{
	"event0": &eventStub{ch: make(chan cloudevents.Event)},
}
View Source
var MapFunctions = environment.MapFunctions{
	"test0": &FunctionStub{name: "out0", value: "value_out0"},
	"test1": &FunctionStub{name: "out1", value: "value_out1"},
}

Functions

func NewBusStub

func NewBusStub() bus.Bus

Types

type FunctionStub

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

func (*FunctionStub) Init

func (f *FunctionStub) Init() error

func (*FunctionStub) Run

func (f *FunctionStub) Run(dataIn model.Object) (model.Object, error)

Jump to

Keyboard shortcuts

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