Versions in this module Expand all Collapse all v1 v1.1.0 Mar 30, 2021 v1.0.0 Mar 22, 2021 Changes in this version + type Module struct + func NewModule(args map[string][]string, state *State, socket vxproto.IModuleSocket) (*Module, error) + func (m *Module) Close() + func (m *Module) ControlMsg(mtype, data string) bool + func (m *Module) GetResult() string + func (m *Module) IsClose() bool + func (m *Module) SetAgents(agents map[string]*vxproto.AgentInfo) + func (m *Module) Start() + func (m *Module) Stop() + type State struct + L *lua.State + func NewState(files map[string][]byte) (*State, error) + func (s *State) Exec() (string, error) + func (s *State) IsClose() bool