Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NodeModule ¶
type NodeModule struct {
// contains filtered or unexported fields
}
func New ¶
func New() *NodeModule
func (*NodeModule) Inject ¶
func (m *NodeModule) Inject(state *lua.LState)
func (*NodeModule) Register ¶
func (m *NodeModule) Register(engine model.Engine) error
Register 向引擎注册模块的方法
func (*NodeModule) WrapNodeTable ¶
func (m *NodeModule) WrapNodeTable(L *lua.LState, table *lua.LTable)
WrapNodeTable 包装节点表,添加节点方法
type SelectorCondition ¶
type SelectorCondition struct {
// contains filtered or unexported fields
}
SelectorCondition 选择器条件
Click to show internal directories.
Click to hide internal directories.