Versions in this module Expand all Collapse all v0 v0.5.0 Sep 19, 2018 Changes in this version + const ATTACHED + const DETACHED + const DRAINED + const EXITED + type AgentExec struct + type Dispatch struct + ExMan *ExecManager + Inc chan *agent_protocol.AgentMessage + Outc chan *agent_protocol.AgentMessage + SimpleFuncMap map[string]func(proto.Message) proto.Message + StreamFuncMap map[string]func(proto.Message, string, int64) + func MakeDispatch(inc chan *agent_protocol.AgentMessage, outc chan *agent_protocol.AgentMessage) *Dispatch + func (cd *Dispatch) Run() + type ExecManager struct + Execs map[int64]*AgentExec + Lock *sync.Mutex + Outc chan *agent_protocol.AgentMessage + func MakeExecManager(outc chan *agent_protocol.AgentMessage) *ExecManager