mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-06 01:47:30 +08:00
refactor(api): move webui endpoints out of nodes and fix office state updates
This commit is contained in:
8
pkg/api/reload_windows.go
Normal file
8
pkg/api/reload_windows.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build windows
|
||||
|
||||
package api
|
||||
|
||||
// requestSelfReloadSignal is a no-op on Windows (no SIGHUP semantics).
|
||||
func requestSelfReloadSignal() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user