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

Function WithQueueConfig

server/server.go:105–110  ·  view source on GitHub ↗
(config QueueConfig)

Source from the content-addressed store, hash-verified

103}
104
105func WithQueueConfig(config QueueConfig) ServerOption {
106 return serverOptionFunc(func(o *serverOptions) (*serverOptions, error) {
107 o.queueConfig = config
108 return o, nil
109 })
110}
111
112func WithTubeFactoryBuilder(
113 name string,

Callers

nothing calls this directly

Calls 1

serverOptionFuncFuncType · 0.85

Tested by

no test coverage detected