MCPcopy Create free account
hub / github.com/coder/coder / directStrategy

Struct directStrategy

scaletest/bridge/strategy.go:96–98  ·  view source on GitHub ↗

directStrategy makes requests directly to an upstream URL.

Source from the content-addressed store, hash-verified

94
95// directStrategy makes requests directly to an upstream URL.
96type directStrategy struct {
97 upstreamURL string
98}
99
100type directStrategyConfig struct {
101 UpstreamURL string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected