init module

This commit is contained in:
Risotto Bias 2024-12-29 03:38:59 -07:00
parent 30943ef9a2
commit 14e9a8cbf5
4 changed files with 8 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.bivouac.wiki/use/praetorian
go 1.22.5

1
match.go Normal file
View file

@ -0,0 +1 @@
package praetorian

1
middleware.go Normal file
View file

@ -0,0 +1 @@
package praetorian

3
store.go Normal file
View file

@ -0,0 +1,3 @@
package praetorian
// store interface