Documentation
¶
Index ¶
Constants ¶
View Source
const (
PluginName = "http"
)
Variables ¶
This section is empty.
Functions ¶
func AfterServe ¶
func AfterServe(cfg *AfterServeConfig, log *slog.Logger) wool.AfterServe
func ErrorTransform ¶
Types ¶
type AfterServeConfig ¶
type AfterServeConfig struct {
ExcludeRegexStatus string `mapstructure:"exclude_status"`
ExcludeRegexMethod string `mapstructure:"exclude_method"`
ExcludeRegexEndpoint string `mapstructure:"exclude_endpoint"`
// contains filtered or unexported fields
}
func (*AfterServeConfig) Init ¶
func (cfg *AfterServeConfig) Init()
Click to show internal directories.
Click to hide internal directories.