Documentation
¶
Index ¶
- Constants
- func BitcaskLoader(L *lua.LState) int
- func ExecCommand(L *lua.LState) int
- func ExecCtx(L *lua.LState) int
- func Extend(L *lua.LState) int
- func FsIsdir(L *lua.LState) int
- func FsIsfile(L *lua.LState) int
- func FsRead(L *lua.LState) int
- func FsWrite(L *lua.LState) int
- func FsnLoader(L *lua.LState) int
- func KsuidLoader(L *lua.LState) int
- func LoggerLoader(L *lua.LState) int
- func Lz4Loader(L *lua.LState) int
- func OsHostname(L *lua.LState) int
- func OsOutboundIP(L *lua.LState) int
- func OsSleep(L *lua.LState) int
- func PushoverLoader(L *lua.LState) int
- func RedisLoader(L *lua.LState) int
- func RefmtLoader(L *lua.LState) int
- func SSHconfigLoader(L *lua.LState) int
- func SlackLoader(L *lua.LState) int
- func TelegramLoader(L *lua.LState) int
- func UlidLoader(L *lua.LState) int
- func UuidLoader(L *lua.LState) int
Constants ¶
View Source
const (
BITCASK_TYPE = "bitcask{api}"
)
View Source
const (
LOGGER_TYPE = "logger{api}"
)
View Source
const (
PUSHOVER_TYPE = "pushover{api}"
)
View Source
const (
REDIS_TYPE = "redis{client}"
)
View Source
const (
TELEGRAM_TYPE = "telegram{bot}"
)
Variables ¶
This section is empty.
Functions ¶
func BitcaskLoader ¶
func BitcaskLoader(L *lua.LState) int
func ExecCommand ¶
func ExecCommand(L *lua.LState) int
func Extend ¶
func Extend(L *lua.LState) int
Prettier equivalent of `require("xstring")()` --> `extend("string")`
func KsuidLoader ¶
func KsuidLoader(L *lua.LState) int
func LoggerLoader ¶
func LoggerLoader(L *lua.LState) int
func OsHostname ¶
func OsHostname(L *lua.LState) int
func OsOutboundIP ¶
func OsOutboundIP(L *lua.LState) int
func PushoverLoader ¶
func PushoverLoader(L *lua.LState) int
func RedisLoader ¶
func RedisLoader(L *lua.LState) int
func RefmtLoader ¶
func SSHconfigLoader ¶
func SSHconfigLoader(L *lua.LState) int
func SlackLoader ¶
func SlackLoader(L *lua.LState) int
func TelegramLoader ¶
func TelegramLoader(L *lua.LState) int
func UlidLoader ¶
func UlidLoader(L *lua.LState) int
func UuidLoader ¶
func UuidLoader(L *lua.LState) int
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.