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 1ea2797..3beb527 100644
--- a/db/models.go
+++ b/db/models.go
@@ -12,6 +12,10 @@ type Dnsblacklist struct {
Name string
}
+type Macblacklist struct {
+ Hardwareaddr int64
+}
+
type Usage struct {
Hardwareaddr int64
Starttime pgtype.Timestamp