Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrackProc ¶
type TrackProc interface {
// GetSessionVars gets the session variables.
GetSessionVars() *variable.SessionVars
// ShowProcess returns ProcessInfo running in current Context
ShowProcess() *sessmgr.ProcessInfo
}
TrackProc is an interface for a process to track
Click to show internal directories.
Click to hide internal directories.