init module
This commit is contained in:
parent
30943ef9a2
commit
14e9a8cbf5
4 changed files with 8 additions and 0 deletions
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.bivouac.wiki/use/praetorian
|
||||
|
||||
go 1.22.5
|
1
match.go
Normal file
1
match.go
Normal file
|
@ -0,0 +1 @@
|
|||
package praetorian
|
1
middleware.go
Normal file
1
middleware.go
Normal file
|
@ -0,0 +1 @@
|
|||
package praetorian
|
3
store.go
Normal file
3
store.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package praetorian
|
||||
|
||||
// store interface
|
Loading…
Reference in a new issue