seperate routes, provide robust handler types, use mux
This commit is contained in:
8
server/key/key.go
Normal file
8
server/key/key.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package key
|
||||
|
||||
type Key int
|
||||
|
||||
const (
|
||||
User Key = iota
|
||||
Session
|
||||
)
|
||||
Reference in New Issue
Block a user