mirror of
https://github.com/cubixle/tuu.git
synced 2026-04-30 11:38:39 +01:00
initial commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
package tuu
|
||||
|
||||
import (
|
||||
"context"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
type Context interface {
|
||||
context.Context
|
||||
Response() http.ResponseWriter
|
||||
Request() *http.Request
|
||||
}
|
||||
Reference in New Issue
Block a user