| 50 | } |
| 51 | |
| 52 | type perf struct { |
| 53 | config *Config |
| 54 | input chan<- contube.Record |
| 55 | output <-chan contube.Record |
| 56 | tubeBuilder TubeBuilder |
| 57 | } |
| 58 | |
| 59 | func New(config *Config) Perf { |
| 60 | p := &perf{ |
nothing calls this directly
no outgoing calls
no test coverage detected