summaryrefslogtreecommitdiff
path: root/internal/lex/law.go
blob: 1f56085a2ff797c3403942eb523b037191ea6901 (plain)
1
2
3
4
5
6
7
8
package lex

type Law struct {
	URL   string `json:"url"`
	Title string `json:"title"`
	Abbr  string `json:"abbr,omitempty"`
	Redir string `json:"redir,omitempty"`
}