summaryrefslogtreecommitdiff
path: root/internal/lex
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lex')
-rw-r--r--internal/lex/law.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/internal/lex/law.go b/internal/lex/law.go
new file mode 100644
index 0000000..1f56085
--- /dev/null
+++ b/internal/lex/law.go
@@ -0,0 +1,8 @@
+package lex
+
+type Law struct {
+ URL string `json:"url"`
+ Title string `json:"title"`
+ Abbr string `json:"abbr,omitempty"`
+ Redir string `json:"redir,omitempty"`
+}