this needs to be unique

This commit is contained in:
Cadey Ratio 2017-04-28 23:04:22 -07:00
parent bfdb40f398
commit 27033e5fcf
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
type Route struct { type Route struct {
ID string `storm:"id"` ID string `storm:"id"`
Creator string Creator string
Hostname string Hostname string `storm:"unique"`
} }
// F https://godoc.org/github.com/Xe/ln#F // F https://godoc.org/github.com/Xe/ln#F