Documentation
¶
Index ¶
Constants ¶
This section is empty.
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 CancelConfig ¶
type CancelConfig struct {
Type JobType
}
type CertManager ¶
type JobManager ¶
type JobManager interface {
StartCapture(capture.CaptureConfig) error
StartReplay(replay.ReplayConfig) error
GetCapture() capture.Capture
Stop(CancelConfig) string
Jobs() string
Close()
}
Click to show internal directories.
Click to hide internal directories.