Versions in this module Expand all Collapse all v1 v1.0.2 Sep 12, 2021 Changes in this version + const GRPC_SERVER + const HTTP_SERVER + func MockSyscall() + func MockTime() + type ISockets interface + Access func(fd int) + Get func(fd int) *Socket + Remove func(fd int) + Set func(fd int, remoteAddr string, accessTime time.Time) + func NewSockets() ISockets + type IThreads interface + Access func(threadID int64) + Get func(threadID int64) *Thread + Recycle func() + Set func(threadID int64, traceID string, replayTime int64) + var ReplayerGlobalThreads IThreads + func NewThreads() IThreads + type Socket struct + type Sockets struct + func (s *Sockets) Access(fd int) + func (s *Sockets) Get(fd int) *Socket + func (s *Sockets) Remove(fd int) + func (s *Sockets) Set(fd int, remoteAddr string, accessTime time.Time) + type Thread struct + type Threads struct + func (t *Threads) Access(threadID int64) + func (t *Threads) Get(threadID int64) *Thread + func (t *Threads) Recycle() + func (t *Threads) Set(threadID int64, traceID string, replayTime int64)