mirror of
https://github.com/kataras/iris.git
synced 2026-01-11 05:55:57 +00:00
Push v8.3.4 | Read HISTORY.md
Former-commit-id: e660dd91a4aae6d58c823f89cca733f02256c819
This commit is contained in:
@@ -189,6 +189,10 @@ type routeReadOnlyWrapper struct {
|
||||
*Route
|
||||
}
|
||||
|
||||
func (rd routeReadOnlyWrapper) Method() string {
|
||||
return rd.Route.Method
|
||||
}
|
||||
|
||||
func (rd routeReadOnlyWrapper) Name() string {
|
||||
return rd.Route.Name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user