Commit Graph
10 Commits
Author SHA1 Message Date
what 6a5a6e5370 重构: GetAnonymous/GetSystemUser 改为指向 req/userx 的别名
实现搬到了 req/userx(详见 req 仓库对应提交),这里不再自己维护一份,
避免和 req 互相依赖导致 go.mod 只能靠指向本地兄弟目录的 replace 绕开
版本解析。

顺带清理 go.mod:condition/db/reflux/req 都不再需要 replace,锁定成各自
的真实版本号。
2026-08-21 08:53:16 +08:00
what 9446571363 重构: base 包资源核心类型迁移到 req/resx,新增 res_watcher/res_api_param
base/resource.go、resource_hooks.go、resource_test.go、query_field.go 删除,ResField 等具体实现搬到 req/resx(见 res_field.go 里的类型别名)。res_listener.go 替换成 res_watcher.go,对应资源变更监听概念改名。新增 res_api_param.go 及配套测试(ResApi 参数建模,给 MCP tool 的 JSON Schema 生成用)。
2026-07-22 09:13:05 +08:00
what 9ad5d25836 feat: 升级 samber/do v1 → v2 2026-05-15 09:04:12 +08:00
what bddd754869 [feat] 重新梳理依赖 2024-05-09 13:15:24 +08:00
what 4fc4a1b053 [feat] 调整用户信息, 新增 contracts.UserRuntime 类型 2023-12-27 22:03:38 +08:00
what 104d5e82a9 [fix] User.ID() int -> int64 2023-12-05 16:01:42 +08:00
what d775bd6c0f [feat] 调整 User.GetUserInfo() 返回类型 2023-10-29 12:49:56 +08:00
what 074894e7f8 [style] 格式优化 2023-04-13 14:47:34 +08:00
what d5c3c4704a [feat] 将 user 报了出去 2023-04-12 22:50:37 +08:00
what e82ca51b08 first commit 2023-04-12 16:56:55 +08:00