mirror of
https://github.com/cubixle/tuu.git
synced 2026-04-30 12:28:40 +01:00
adds ability to set an env in the app context
This commit is contained in:
@@ -17,4 +17,5 @@ type Context interface {
|
||||
Set(key string, value interface{})
|
||||
Render(status int, rr render.Renderer) error
|
||||
Redirect(status int, url string) error
|
||||
Env() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user