Documentation ¶
Index ¶
- type Options
- type Plugin
- func (p *Plugin) Close() error
- func (p *Plugin) GetConfiguration() interface{}
- func (p *Plugin) GetName() string
- func (p *Plugin) GetVersion() string
- func (p *Plugin) Init() error
- func (p *Plugin) LoadPlugins(state *lua.LState)
- func (p *Plugin) NewState() *lua.LState
- func (p *Plugin) SetValue(state *lua.LState, name string, value interface{})
- func (p *Plugin) Structure() error
- func (p *Plugin) Try(state *lua.LState, name string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
Plugin struct
func (*Plugin) GetConfiguration ¶
func (p *Plugin) GetConfiguration() interface{}
GetConfiguration return configuration
func (*Plugin) GetVersion ¶
func (*Plugin) LoadPlugins ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.