Example #1
0
// Initially is a method that is started by every handler function at the very beginning
// of their execution phase.
func (t tSessions) Initially(c *contr.Sessions, w http.ResponseWriter, r *http.Request, a []string) (finish bool) {
	// Call magic Initially method of (github.com/colegion/contrib/controllers/sessions).Sessions.
	return c.Initially(w, r, a)
}