Versions in this module Expand all Collapse all v1 v1.0.0 Oct 31, 2024 Changes in this version + const DefaultMaxRetries + const RetryInterval + func GetStack() []byte + func RandomBuf(size int) []byte + func RunWithRetry(retryCnt int, backoff uint64, f func() (bool, error)) (err error) + type ProcessInfo struct + Command string + DB string + Host string + ID uint64 + Info string + State uint16 + Time time.Time + User string + type SessionManager interface + Kill func(connectionID uint64, query bool) + ShowProcessList func() []ProcessInfo