MCPcopy Create free account
hub / github.com/brimdata/super / Router

Struct Router

pkg/storage/router.go:21–23  ·  view source on GitHub ↗

Router is an Engine that routes each function call to the correct sub-Engine based off the provided URI's scheme and its enablement.

Source from the content-addressed store, hash-verified

19// Router is an Engine that routes each function call to the correct sub-Engine
20// based off the provided URI's scheme and its enablement.
21type Router struct {
22 engines map[Scheme]Engine
23}
24
25var _ Engine = (*Router)(nil)
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected