| 274 | } |
| 275 | |
| 276 | type fakeSessionExecutor struct{} |
| 277 | |
| 278 | func (fakeSessionExecutor) StartTaskSession(context.Context, *taskpkg.StartTaskSession) (*taskpkg.SessionRef, error) { |
| 279 | return &taskpkg.SessionRef{SessionID: "sess-1"}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected