WithInterceptState set custom name of the log object
(val InterceptState)
| 16 | |
| 17 | // WithInterceptState set custom name of the log object |
| 18 | func WithInterceptState(val InterceptState) ConfigOption { |
| 19 | return func(t *networkConfigOptions) { |
| 20 | t.interceptState = val |
| 21 | } |
| 22 | } |
no outgoing calls