mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 21:07:38 +03:00
platform: Fix log server
This commit is contained in:
parent
5f2f7fc8b9
commit
45c679648e
3 changed files with 44 additions and 6 deletions
|
@ -25,6 +25,7 @@ type CommandClientOptions struct {
|
|||
type CommandClientHandler interface {
|
||||
Connected()
|
||||
Disconnected(message string)
|
||||
ClearLog()
|
||||
WriteLog(message string)
|
||||
WriteStatus(message *StatusMessage)
|
||||
WriteGroups(message OutboundGroupIterator)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue