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

Struct Server

server/server.go:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46)
47
48type Server struct {
49 options *serverOptions
50 httpSvr atomic.Pointer[http.Server]
51 log *common.Logger
52 Manager fs.FunctionManager
53 FunctionStore FunctionStore
54}
55
56type TubeLoaderType func(c *FactoryConfig) (contube.TubeFactory, error)
57type RuntimeLoaderType func(c *FactoryConfig) (api.FunctionRuntimeFactory, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected