From e29d27533725819ec3f6d05a27048d3d2627b53e Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 8 Apr 2025 19:25:36 +0200 Subject: refactor: port fetchers to Go * Austria: upgraded to RIS API v2.6 because v2.5 has been turned off --- internal/lex/law.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 internal/lex/law.go (limited to 'internal/lex') 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"` +} -- cgit v1.2.3