# Functions
Check returns the result of checking the syntax of the application file.
CollectInstances searches all instances available in 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.
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.
Logrotate rotates logs of a started tarantool instance.
NewArtifactsPathBuilder creates new builder for paths generation.
NewWatchdog creates a new instance of Watchdog.
Run runs an Instance.
Start an Instance.
Status returns the status of the Instance.
Stop the Instance.
# Constants
InstanceDelimiter is the delimiter of the app and instance name.
# Structs
InstanceCtx contains information about application instance.
RunFlags contains flags for tt run.
Running contains information about application instances.
RunOpts contains information for tt run.
Watchdog is a process that controls an Instance process.