(_ context.Context, _ ConfigMap)
| 138 | } |
| 139 | |
| 140 | func (f *HttpTubeFactory) NewSinkTube(_ context.Context, _ ConfigMap) (chan<- Record, error) { |
| 141 | return nil, ErrSinkTubeNotImplemented |
| 142 | } |
| 143 | |
| 144 | func (f *HttpTubeFactory) GetHandleFunc(getEndpoint func(r *http.Request) (string, error), |
| 145 | logger *common.Logger) func(http.ResponseWriter, *http.Request) { |
no outgoing calls