Documentation ¶ Index ¶ Constants type Manager func New(n *node.Node) (m *Manager) func (m *Manager) Run(ctx context.Context) Constants ¶ View Source const ( STATUS_RUN status = 2 STATUS_STOP status = 4 ) 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 Source Files ¶ View all Source files instance.go pipeline.go Click to show internal directories. Click to hide internal directories.