summaryrefslogtreecommitdiff
path: root/store/misc.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/misc.go')
-rw-r--r--store/misc.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/store/misc.go b/store/misc.go
index fd5f474..a137198 100644
--- a/store/misc.go
+++ b/store/misc.go
@@ -7,21 +7,6 @@ import (
const letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
-const (
- // Artist is the tag type artist.
- Artist = "artist"
- // Character is the tag type character.
- Character = "character"
- // Copyright is the tag type copyright.
- Copyright = "copyright"
- // Generic is the tag type generic.
- Generic = "generic"
- // Group is the tag type group.
- Group = "group"
- // Meta is the tag type meta.
- Meta = "meta"
-)
-
var (
nameRegex = regexp.MustCompile(`^[a-z0-9()_-]{3,}$`)
sha256Regex = regexp.MustCompile(`\b[A-Fa-f0-9]{64}\b`)