config: data structures; basic tests

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia7d6f19a46ec8a4987ea429ec6502f676a6a6964
This commit is contained in:
raf 2026-03-01 00:47:13 +03:00
commit 4c84393286
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
6 changed files with 185 additions and 0 deletions

2
go.mod
View file

@ -1,3 +1,5 @@
module notashelf.dev/watchdog
go 1.25.5
require gopkg.in/yaml.v3 v3.0.1