feat: change detector

This commit is contained in:
2024-04-01 11:44:53 +02:00
parent 90369bf147
commit b804a27c12
15 changed files with 430 additions and 0 deletions

9
model/common/common.go Normal file
View File

@@ -0,0 +1,9 @@
package common
type ARecord struct {
Domain string
IP string
TTL int
Prio int
Disabled bool
}