# Functions
Check returns the result of checking the syntax of the application file.
CollectInstances searches all instances available in application.
CollectInstancesForApps collects instances information per application.
ExtractActiveAppNames returns the names of applications, that have a running instance.
ExtractActiveInstanceNames returns the names of running instances.
ExtractAppNames returns the names of apps.
ExtractInactiveAppNames returns the names of applications, that have a not running instance.
ExtractInactiveInstanceNames returns the names of not running instances.
ExtractInstanceNames returns the names of instances.
FillCtx fills the RunningCtx context.
GetAppInstanceName returns the full instance name for the passed context.
GetAppPath return application path for the instance.
GetClusterConfigPath returns a cluster config path for the application.
IntegrityOpt sets integrity context.
IsAbleToStartInstances checks if it is possible to start instances.
IsInstanceActive returns true if the instance have running status.
IsInstanceInactive return true if the instance have not running status.
Kill kills instance process.
Logrotate rotates logs of a started tarantool instance.
NewColorizedPrefixWriter creates a writer which colors the prefix or the whole line depending on its log level.
NewWatchdog creates a new instance of Watchdog.
Quit the Instance.
No description provided by the author
RunInstance runs tarantool instance and waits for completion.
Start an Instance.
StartWatchdog starts tarantool instance with watchdog.
No description provided by the author
StdErrOpt sets stderr writer for the child process.
StdLoggerOpt sets logger for the instance and standard out FDs to logger writer.
StdOutOpt sets stdout writer for the child process.
Stop the Instance.
# Constants
InstanceDelimiter is the delimiter of the app and instance name.
# Structs
InstanceCtx contains information about application instance.
RunInfo contains information for tt run.
Running contains information about application instances.
RunOpts contains flags and args for tt run.
Watchdog is a process that controls an Instance process.
# Type aliases
InstanceOption is a functional option to configure tarantool instance.