Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPortValue ¶
Types ¶
type AssertNodeDescription ¶
type AssertNodeDescription struct {
Description string
}
type AssertNodeInputPortDescription ¶
func NewAssertInputPortDescription ¶
func NewAssertInputPortDescription(port, description string) AssertNodeInputPortDescription
type AssertNodeOutputPortDescription ¶ added in v0.32.0
type AssertOutputPortValue ¶ added in v0.32.0
type AssertOutputPortValue[T any] struct { Port string Value T ExecutionReport *nodes.ExecutionReport }
func AssertOutput ¶ added in v0.31.0
func AssertOutput[T any](port string, value T) AssertOutputPortValue[T]
Click to show internal directories.
Click to hide internal directories.