mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
Add ParamInt64 as requested on chat from the community
This commit is contained in:
@@ -16,6 +16,7 @@ type (
|
||||
IContext interface {
|
||||
Param(string) string
|
||||
ParamInt(string) (int, error)
|
||||
ParamInt64(string) (int64, error)
|
||||
URLParam(string) string
|
||||
URLParamInt(string) (int, error)
|
||||
URLParamInt64(string) (int64, error)
|
||||
|
||||
Reference in New Issue
Block a user