feat: refactor to ymsctl & yms-daemon

This commit is contained in:
2026-08-17 02:10:10 +08:00
parent 7755da72e7
commit 79f18fcdea
23 changed files with 394 additions and 47 deletions
+7
View File
@@ -18,6 +18,13 @@ type Transaction struct {
UpdatedAt time.Time
}
// ListFilter limits the history query used by the ymsctl list command.
type ListFilter struct {
Limit int
Service string
State State
}
// CreateRequest 包含创建事务所需的不可变请求信息。
type CreateRequest struct {
ID string