Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶
type Node interface { Id() string Depends() []string Attach(ch chan<- Value, param Parameters) error Start() // blocking, and recursively calls dependent Node.Start() Stop() }
type Parameters ¶
type Parameters interface{}
type SimpleRegistry ¶
type SimpleRegistry struct {
// contains filtered or unexported fields
}
func (*SimpleRegistry) Register ¶
func (r *SimpleRegistry) Register(n Node) error
Click to show internal directories.
Click to hide internal directories.