types

package
v1.4.5 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InputPorts = struct {
	QueryPort db.PortType // type: input, ends: getPort
	RunPort   db.PortType // type: input, starts: callPort
	SetPort   db.PortType // type: input, starts: sendPort
}{
	db.QueryPort,
	db.RunPort,
	db.SetPort,
}
View Source
var OutputPorts = struct {
	GetPort  db.PortType // type: output, starts: queryPort
	SendPort db.PortType // type: output, ends: setPort
	CallPort db.PortType // type: output, ends: runPort
}{
	db.GetPort,
	db.SendPort,
	db.CallPort,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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