InputParams holds the parameters passed to Input constructor.
| 31 | |
| 32 | // InputParams holds the parameters passed to Input constructor. |
| 33 | type InputParams struct { |
| 34 | ComponentParams |
| 35 | } |
| 36 | |
| 37 | // FilterParams holds the parameters passed to Filter constructor. |
| 38 | type FilterParams struct { |
nothing calls this directly
no outgoing calls
no test coverage detected