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

Method Setup

scaletest/bridge/strategy.go:17–17  ·  view source on GitHub ↗
(ctx context.Context, id string, logs io.Writer)

Source from the content-addressed store, hash-verified

15
16type requestModeStrategy interface {
17 Setup(ctx context.Context, id string, logs io.Writer) (url string, token string, err error)
18 Cleanup(ctx context.Context, id string, logs io.Writer) error
19}
20

Callers 1

RunMethod · 0.65

Implementers 2

bridgeStrategyscaletest/bridge/strategy.go
directStrategyscaletest/bridge/strategy.go

Calls

no outgoing calls

Tested by

no test coverage detected