platform: Fix log server

This commit is contained in:
世界
2023-10-02 22:27:48 +08:00
parent 5f2f7fc8b9
commit 45c679648e
3 changed files with 44 additions and 6 deletions

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)