Source Files ¶
- action_script.go
- actions.go
- actorDocs.go
- auth.go
- authBackends.go
- authMiddleware.go
- automessage.go
- botEditor.go
- chatcommands.go
- cli.go
- cli_actorDocs.go
- cli_apiToken.go
- cli_migrateDatabase.go
- cli_resetSecrets.go
- cli_tplDocs.go
- cli_validateConfig.go
- config.go
- configEditor.go
- configEditor_automessage.go
- configEditor_general.go
- configEditor_global.go
- configEditor_prod.go
- configEditor_rules.go
- configRemoteUpdate.go
- configwatch.go
- cors.go
- events.go
- fields.go
- functions.go
- functions_irc.go
- git.go
- helpers.go
- hooker.go
- irc.go
- main.go
- msgformatter.go
- plugins.go
- plugins_core.go
- scopes.go
- status.go
- swagger.go
- tplDocs.go
- twitchWatcher.go
- wrNoOpCloser.go
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
apimodules/raffle
Package raffle contains the backend and API implementation as well as the chat listeners for chat-raffles
|
Package raffle contains the backend and API implementation as well as the chat listeners for chat-raffles |
helpers
Package helpers contains helpers to assist in other parts of the code
|
Package helpers contains helpers to assist in other parts of the code |
service/authcache
Package authcache implements a cache for token auth to hold auth- results with cpu/mem inexpensive methods instead of always using secure but expensive methods to validate the token
|
Package authcache implements a cache for token auth to hold auth- results with cpu/mem inexpensive methods instead of always using secure but expensive methods to validate the token |
template/twitch
Package twitch defines Twitch related template functions not having their place in any other package
|
Package twitch defines Twitch related template functions not having their place in any other package |
template/userstate
Package userstate traces the bot state and provides template functions based on it
|
Package userstate traces the bot state and provides template functions based on it |
pkg
|
|
database
Package database represents a connector to the sqlite storage backend to store persistent data from core and plugins
|
Package database represents a connector to the sqlite storage backend to store persistent data from core and plugins |
Click to show internal directories.
Click to hide internal directories.