Refactor platform command api
This commit is contained in:
8
experimental/libbox/command.go
Normal file
8
experimental/libbox/command.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build darwin
|
||||
|
||||
package libbox
|
||||
|
||||
const (
|
||||
CommandLog int32 = iota
|
||||
CommandStatus
|
||||
)
|
||||
Reference in New Issue
Block a user