MCPcopy Create free account
hub / github.com/FunctionStream/function-stream / NewSinkTube

Method NewSinkTube

fs/contube/http.go:140–142  ·  view source on GitHub ↗
(_ context.Context, _ ConfigMap)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by 1