Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LayoutContext ¶
type LayoutNode ¶
type LayoutNode = layoutnode.LayoutNode
type Runtime ¶
type Runtime interface {
Run(LayoutContext, api.Composer, api.Composable) op.CallOp
}
func NewRuntime ¶
func NewRuntime(options ...RuntimeOption) Runtime
type RuntimeOption ¶ added in v0.1.92
type RuntimeOption func(*RuntimeOptions)
type RuntimeOptions ¶ added in v0.1.92
type RuntimeOptions struct {
}
func DefaultRuntimeOptions ¶ added in v0.1.92
func DefaultRuntimeOptions() RuntimeOptions
Click to show internal directories.
Click to hide internal directories.