feat: create session. (also print the x-rid into the log)
This commit is contained in:
@ -33,6 +33,7 @@ type Context interface {
|
||||
|
||||
// Request
|
||||
Bind(obj any) error
|
||||
GetHeader(key string) string
|
||||
|
||||
// Response
|
||||
JSON(code int, obj any)
|
||||
|
Reference in New Issue
Block a user