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

Struct restartableTestServer

enterprise/coderd/coderd_test.go:983–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983type restartableTestServer struct {
984 options *coderdenttest.Options
985 rl *restartableListener
986
987 mu sync.Mutex
988 api *coderd.API
989 closer io.Closer
990}
991
992func newRestartableTestServer(t *testing.T, options *coderdenttest.Options) (*codersdk.Client, codersdk.CreateFirstUserResponse, *restartableTestServer) {
993 t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected