newNetProcessor creates a new instance of the network event interceptor.
()
| 30 | |
| 31 | // newNetProcessor creates a new instance of the network event interceptor. |
| 32 | func newNetProcessor() Processor { |
| 33 | return &netProcessor{} |
| 34 | } |
| 35 | |
| 36 | func (netProcessor) Name() ProcessorType { return Net } |
| 37 |
no outgoing calls