Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultLogDecider ¶
func DefaultLogDecider(_ *pm.SubscriptionInfo, _ error) bool
DefaultLogDecider is the default implementation of decider to see if you should log the call by default this if always true so all processing are logged
func DurationToMilliseconds ¶ added in v0.1.3
Types ¶
type LogDecider ¶
type LogDecider func(info *pm.SubscriptionInfo, err error) bool
LogDecider function defines rules for suppressing any interceptor logs
Click to show internal directories.
Click to hide internal directories.