MCPcopy
hub / github.com/hatchet-dev/hatchet / TestContext

Struct TestContext

api/v1/server/serverutils/testutils/param_context.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type TestContext struct {
10 ctx context.Context
11 params map[string]string
12}
13
14func GetTestContext(params map[string]string) serverutils.ParamContext {
15 return &TestContext{context.Background(), params}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected