mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
ddec78af0a
Former-commit-id: 444d4f0718d5c6d7544834c5e44dafb872980238
11 lines
361 B
Go
11 lines
361 B
Go
package hero
|
|
|
|
// It's so easy, no need to be lived anywhere as builtin.. users should understand
|
|
// how easy it's by using it.
|
|
|
|
// // Session is a binder that will fill a *sessions.Session function input argument
|
|
// // or a Controller struct's field.
|
|
// func Session(sess *sessions.Sessions) func(context.Context) *sessions.Session {
|
|
// return sess.Start
|
|
// }
|