Documentation ¶
Index ¶
Constants ¶
View Source
const ( HTTP_SERVER = "HTTP_SERVER" GRPC_SERVER = "GRPC_SERVER" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ISockets ¶
type ISockets interface { Set(fd int, remoteAddr string, accessTime time.Time) Get(fd int) *Socket Access(fd int) Remove(fd int) }
ISockets interface
type IThreads ¶
type IThreads interface { Set(threadID int64, traceID string, replayTime int64) Get(threadID int64) *Thread Access(threadID int64) Recycle() }
IThreads interface
var ReplayerGlobalThreads IThreads
global goroutine manager
Click to show internal directories.
Click to hide internal directories.