feat: add initial project structure with logging and watchdog service

Implement basic watchdog service for Linux systemd with:
- Configuration loading
- Logging system with database support
- WebSocket log broadcasting
- TCP server for agent communication
- Project setup with Go modules
This commit is contained in:
2026-04-02 21:56:40 +08:00
commit f6005cb324
10 changed files with 483 additions and 0 deletions

3
config.json Normal file
View File

@@ -0,0 +1,3 @@
{
"debugMode": true
}