MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / MakeMemorySinkTubeConfig

Function MakeMemorySinkTubeConfig

admin/utils/utils.go:50–52  ·  view source on GitHub ↗
(topic string)

Source from the content-addressed store, hash-verified

48}
49
50func MakeMemorySinkTubeConfig(topic string) *adminclient.ModelTubeConfig {
51 return MakeQueueSinkTubeConfig(MemoryQueue, topic)
52}
53
54func MakePulsarSinkTubeConfig(topic string) *adminclient.ModelTubeConfig {
55 return MakeQueueSinkTubeConfig(PulsarQueue, topic)

Callers 2

RunMethod · 0.92
execFunction · 0.92

Calls 1

MakeQueueSinkTubeConfigFunction · 0.85

Tested by

no test coverage detected