Documentation ¶
Index ¶
Constants ¶
View Source
const ( Capture jobType = iota Replay )
Variables ¶
This section is empty.
Functions ¶
func NewJobManager ¶
func NewJobManager(lg *zap.Logger, cfg *config.Config, certMgr CertManager, idMgr *id.IDManager, hsHandler backend.HandshakeHandler) *jobManager
Types ¶
type CertManager ¶
type JobManager ¶
type JobManager interface { StartCapture(capture.CaptureConfig) error StartReplay(replay.ReplayConfig) error GetCapture() capture.Capture Stop() string Jobs() string Close() }
Click to show internal directories.
Click to hide internal directories.