mirror of
https://github.com/kataras/iris.git
synced 2026-02-06 18:55:57 +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