MCPcopy
hub / github.com/yusing/godoxy / testEntrypoint

Struct testEntrypoint

internal/route/reverse_proxy_test.go:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79type testEntrypoint struct {
80 httpRoutes *testPool[types.HTTPRoute]
81 streamRoutes *testPool[types.StreamRoute]
82 excludedRoutes *testPool[types.Route]
83}
84
85func newTestEntrypoint() *testEntrypoint {
86 return &testEntrypoint{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected