platform: Refactoring libbox to use gRPC-based protocol

This commit is contained in:
世界
2025-10-07 15:40:11 +08:00
parent 743b460e51
commit 5bc0dfa9dd
67 changed files with 6131 additions and 2002 deletions

View File

@@ -1,6 +1,5 @@
package log
type PlatformWriter interface {
DisableColors() bool
WriteMessage(level Level, message string)
}