(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions)
| 123 | type operator interface { |
| 124 | next(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) |
| 125 | err(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) |
| 126 | end(ctx context.Context, dst chan<- Item) |
| 127 | gatherNext(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) |
| 128 | } |
no outgoing calls
no test coverage detected