package
0.4.0
Repository: https://github.com/tarantool/tt.git
Documentation: pkg.go.dev

# Functions

Check returns the result of checking the syntax of the application file.
FillCtx fills the RunningCtx context.
GetAppInstanceName returns the full instance name for the passed context.
Logrotate rotates logs of a started tarantool instance.
NewInstance creates an Instance.
NewWatchdog creates a new instance of Watchdog.
Run runs an Instance.
Start an Instance.
Status returns the status of the Instance.
Stop the Instance.

# Structs

Instance describes a running process.
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.

# Interfaces

Provider interface provides Watchdog methods to get objects whose creation and updating may depend on changing external parameters (such as configuration file).