You've already forked agentic-coding-workflow
ACP / MCP 完善
This commit is contained in:
@@ -93,6 +93,9 @@ func (f *fakeEventRepo) UpdateSessionRunning(context.Context, uuid.UUID, string,
|
||||
func (f *fakeEventRepo) UpdateSessionFinished(context.Context, uuid.UUID, acp.SessionStatus, *int32, *string) error {
|
||||
panic("n/a")
|
||||
}
|
||||
func (f *fakeEventRepo) MarkSessionFailedIfActive(context.Context, uuid.UUID, string) (bool, error) {
|
||||
panic("n/a")
|
||||
}
|
||||
func (f *fakeEventRepo) CountActiveSessions(context.Context) (int64, error) { panic("n/a") }
|
||||
func (f *fakeEventRepo) CountActiveSessionsByUser(context.Context, uuid.UUID) (int64, error) {
|
||||
panic("n/a")
|
||||
|
||||
Reference in New Issue
Block a user