Documentation ¶ Index ¶ func Methods() []string func ModuleName() string type Runtime func New(logLevel string, isDebug, isOnce bool, withScript, configSource string, ...) *Runtime func (m *Runtime) GetLoader(_ *script.Script) lua.LGFunction func (m *Runtime) Name() string func (m *Runtime) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Methods ¶ func Methods() []string func ModuleName ¶ func ModuleName() string Types ¶ type Runtime ¶ type Runtime struct { // contains filtered or unexported fields } func New ¶ func New(logLevel string, isDebug, isOnce bool, withScript, configSource string, logger *zap.Logger) *Runtime func (*Runtime) GetLoader ¶ func (m *Runtime) GetLoader(_ *script.Script) lua.LGFunction func (*Runtime) Name ¶ func (m *Runtime) Name() string func (*Runtime) Stop ¶ func (m *Runtime) Stop() error Source Files ¶ View all Source files runtime.go Click to show internal directories. Click to hide internal directories.