MCPcopy Create free account
hub / github.com/compozy/agh / fakeSessionExecutor

Struct fakeSessionExecutor

internal/task/interfaces_integration_test.go:276–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276type fakeSessionExecutor struct{}
277
278func (fakeSessionExecutor) StartTaskSession(context.Context, *taskpkg.StartTaskSession) (*taskpkg.SessionRef, error) {
279 return &taskpkg.SessionRef{SessionID: "sess-1"}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected