summaryrefslogtreecommitdiff
path: root/db/models.go
diff options
context:
space:
mode:
Diffstat (limited to 'db/models.go')
-rw-r--r--db/models.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/models.go b/db/models.go
index a6da6bf..1ea2797 100644
--- a/db/models.go
+++ b/db/models.go
@@ -8,6 +8,10 @@ import (
"github.com/jackc/pgx/v5/pgtype"
)
+type Dnsblacklist struct {
+ Name string
+}
+
type Usage struct {
Hardwareaddr int64
Starttime pgtype.Timestamp