Initial commit
This commit is contained in:
12
pkg/router/context.go
Normal file
12
pkg/router/context.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"addrss/pkg/auth"
|
||||
)
|
||||
|
||||
type Context struct {
|
||||
Response Response
|
||||
Claims auth.AccessClaims
|
||||
Request Request
|
||||
route Route
|
||||
}
|
||||
Reference in New Issue
Block a user