platform: Fix log server

This commit is contained in:
世界
2023-10-03 09:22:29 +08:00
parent 5f2f7fc8b9
commit 45c679648e
3 changed files with 44 additions and 6 deletions
+1
View File
@@ -25,6 +25,7 @@ type CommandClientOptions struct {
type CommandClientHandler interface {
Connected()
Disconnected(message string)
ClearLog()
WriteLog(message string)
WriteStatus(message *StatusMessage)
WriteGroups(message OutboundGroupIterator)