Documentation ¶ Index ¶ type Manager func New(n *node.Node) (m *Manager) func (m *Manager) Run(ctx context.Context) func (m *Manager) Stopped() chan struct{} Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager struct { // contains filtered or unexported fields } Manager is pipeline instance manager. If there is a pipeline bound to the current node, run an instance will also stop inbound instance on the current node func New ¶ func New(n *node.Node) (m *Manager) New returns a new Manager func (*Manager) Run ¶ func (m *Manager) Run(ctx context.Context) Run start woking func (*Manager) Stopped ¶ added in v1.1.3 func (m *Manager) Stopped() chan struct{} Source Files ¶ View all Source files instance.go pipeline.go Click to show internal directories. Click to hide internal directories.