package
0.0.0-20241114131613-732ec5ddb1fe
Repository: https://github.com/tnyim/jungletv.git
Documentation: pkg.go.dev
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MainFileName is the name of the application file containing the application entry point.
MainFileNameTypeScript is the name of the application TypeScript file containing the application entry point.
RuntimeVersion is the version of the application runtime.
ServerScriptMIMEType is the content type of the application scripts executed by the server.
TypeScriptVersion currently used by the application runtime.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrApplicationInstanceNotRunning is returned when the specified application is not running.
No description provided by the author
ErrApplicationLogNotFound is returned when the log for the specified application, or the specified application, was not found.
ErrApplicationNotEnabled is returned when the specified application is not allowed to launch.
ErrApplicationNotFound is returned when the specified application was not found.
ErrApplicationNotInstantiated is returned when the specified application is not instantiated.
# Structs
AppRunner launches applications and manages their lifecycle.
RunningApplication contains information about a running application.
# Interfaces
ApplicationLog represents the log of a single application.
ApplicationLogEntry represents an entry in the log of an application.
WalletBuilder builds wallets for an application.
# Type aliases
ApplicationLogLevel represents the log level of an application log entry.