Documentation ¶
Index ¶
Constants ¶
View Source
const (
TracerVersion = "0.1.0"
)
Variables ¶
View Source
var ( ErrUnableToPrepareService = errors.New("unable to prepare service") ErrFatalServerConfig = errors.New("fatal server config") )
Functions ¶
This section is empty.
Types ¶
type CaptureConfiger ¶ added in v0.0.4
type CaptureConfiger interface { GetCaptureTransportMode() mw_client_model.CaptureTransportMode GetCaptureDir() string GetCaptureMatchers() []mw_client_model.CaptureMatcher }
type HttpServerRunner ¶
type ServerConfiger ¶
type TestConfiger ¶
type TestConfiger interface { CaptureConfiger GetHttpServerRunner() HttpServerRunner SetHttpServerRunner(HttpServerRunner) }
Click to show internal directories.
Click to hide internal directories.