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 HttpServerRunner ¶
type ServerConfiger ¶
type TestConfiger ¶
type TestConfiger interface { GetHttpServerRunner() HttpServerRunner SetHttpServerRunner(HttpServerRunner) }
Click to show internal directories.
Click to hide internal directories.