WTF is this

This commit is contained in:
世界
2024-06-24 09:49:15 +08:00
parent 97cbc27937
commit c483fd6a0e
40 changed files with 372 additions and 532 deletions

View File

@@ -66,14 +66,6 @@ func (s *CommandServer) SetService(newService *BoxService) {
s.notifyURLTestUpdate()
}
func (s *CommandServer) ResetLog() {
s.savedLines.Init()
select {
case s.logReset <- struct{}{}:
default:
}
}
func (s *CommandServer) notifyURLTestUpdate() {
select {
case s.urlTestUpdate <- struct{}{}: