Delete the dead lockedAPI, add UnimplementedCoreAPI for the doubles

This commit is contained in:
kami
2026-07-31 23:31:24 +04:00
parent 9b8bdf73cc
commit db17cfcc65
6 changed files with 152 additions and 270 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
type fakeCore struct {
ipc.CoreAPI
ipc.UnimplementedCoreAPI
facts map[string]ipc.Fact // composite key "key|source" → Fact
writeLog []ipc.WriteFactReq
writeErr error