move stuff around + further work on domain blocks

This commit is contained in:
tsmethurst 2021-06-28 19:45:38 +02:00
commit 5e2ba03adc
29 changed files with 279 additions and 50 deletions

View file

@ -20,6 +20,7 @@ package model
// DomainBlock represents a block on one domain
type DomainBlock struct {
ID string `json:"id"`
Domain string `json:"domain"`
Obfuscate bool `json:"obfuscate"`
PrivateComment string `json:"private_comment"`