Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "1.0.0"
Version defines the package semantic version
Variables ¶
View Source
var Plugin = plugin.NewPhasePlugin("before dial", func(ctx *context.Context, h context.Handler) {
gock.InterceptClient(ctx.Client)
h.Next(ctx)
})
Plugin exports the mock plugin
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.