platform: Refactoring libbox to use gRPC-based protocol

This commit is contained in:
世界
2025-10-07 15:40:11 +08:00
parent f228bd5b49
commit 5112488d39
67 changed files with 6131 additions and 2002 deletions
-1
View File
@@ -1,6 +1,5 @@
package log
type PlatformWriter interface {
DisableColors() bool
WriteMessage(level Level, message string)
}