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

FuncType TubeLoaderType

server/server.go:56–56  ·  view source on GitHub ↗
func(c *FactoryConfig) (contube.TubeFactory, error)

Source from the content-addressed store, hash-verified

54}
55
56type TubeLoaderType func(c *FactoryConfig) (contube.TubeFactory, error)
57type RuntimeLoaderType func(c *FactoryConfig) (api.FunctionRuntimeFactory, error)
58type StateStoreLoaderType func(c *StateStoreConfig) (api.StateStore, error)
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected