Refactor platform command api

This commit is contained in:
世界
2023-03-01 10:37:47 +08:00
parent 4f1cfe2338
commit 55759d9135
11 changed files with 342 additions and 204 deletions

View File

@@ -0,0 +1,8 @@
//go:build darwin
package libbox
const (
CommandLog int32 = iota
CommandStatus
)