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

Function MakeMemorySourceTubeConfig

admin/utils/utils.go:30–32  ·  view source on GitHub ↗
(topics ...string)

Source from the content-addressed store, hash-verified

28)
29
30func MakeMemorySourceTubeConfig(topics ...string) []adminclient.ModelTubeConfig {
31 return MakeQueueSourceTubeConfig(MemoryQueue, "fs", topics...)
32}
33
34func MakePulsarSourceTubeConfig(topics ...string) []adminclient.ModelTubeConfig {
35 return MakeQueueSourceTubeConfig(PulsarQueue, "fs", topics...)

Callers 2

RunMethod · 0.92
execFunction · 0.92

Calls 1

Tested by

no test coverage detected