feat: refactor to ymsctl & yms-daemon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user