FlowProcessor is an abstraction over the static and dynamic flow processors.
| 137 | |
| 138 | // FlowProcessor is an abstraction over the static and dynamic flow processors. |
| 139 | type FlowProcessor interface { |
| 140 | // ProcessFlow processes a flow event and perform metrics accounting. |
| 141 | ProcessFlow(ctx context.Context, flow *pb.Flow) error |
| 142 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…