MCPcopy Index your code
hub / github.com/coder/coder / StartClient

Method StartClient

tailnet/test/integration/integration.go:112–112  ·  view source on GitHub ↗
(t *testing.T, logger slog.Logger, serverURL *url.URL, derpMap *tailcfg.DERPMap, me Client, peer Client)

Source from the content-addressed store, hash-verified

110
111type ClientStarter interface {
112 StartClient(t *testing.T, logger slog.Logger, serverURL *url.URL, derpMap *tailcfg.DERPMap, me Client, peer Client) *tailnet.Conn
113}
114
115type SimpleServerOptions struct {

Callers 1

handleTestSubprocessFunction · 0.65

Implementers 1

BasicClientStartertailnet/test/integration/integration.g

Calls

no outgoing calls

Tested by 1

handleTestSubprocessFunction · 0.52