Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct { *lua.LState // Set once before Run(), read-only after that *Config // contains filtered or unexported fields }
Plugin loads and executes a lua script
type Timers ¶ added in v0.9.12
type Timers struct {
// contains filtered or unexported fields
}
Timers registers all active timers
func (*Timers) AfterFunc ¶ added in v0.9.12
AfterFunc waits for the duration to elapse and then calls f in its own goroutine see time.AfterFunc
Click to show internal directories.
Click to hide internal directories.