mirror of
https://github.com/kataras/iris.git
synced 2025-12-24 05:17:03 +00:00
Fan of the MVC Architectural Pattern?
Former-commit-id: c6e425e8a4b150ea78456b2db88367093c164a38
This commit is contained in:
@@ -122,4 +122,8 @@ type (
|
||||
// the "github.com/kataras/iris/mvc"
|
||||
// package for machines that have not installed go1.9 yet.
|
||||
Controller = mvc.Controller
|
||||
// SessionController is a simple `Controller` implementation
|
||||
// which requires a binded session manager in order to give
|
||||
// direct access to the current client's session via its `Session` field.
|
||||
SessionController = mvc.SessionController
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user