Versions in this module Expand all Collapse all v1 v1.0.0 Nov 4, 2019 Changes in this version + const DEFAULT_COOKIE_KEY + const DEFAULT_COOKIE_VAL + func BasicWrap(f HandlerFunc) (int, error) + func Wrap(c *WrapConfig) (int, error) + func Wrapped(c *WrapConfig) bool + type HandlerFunc func(string) + type WrapConfig struct + CookieKey string + CookieValue string + DetectDuration time.Duration + ForwardSignals []os.Signal + Handler HandlerFunc + HidePanic bool + IgnoreSignals []os.Signal + Stdout io.Writer + Writer io.Writer