예제 #1
0
파일: funcs.go 프로젝트: rainycape/gondola
// Current returns the currently authenticated user, if any.
func Current(ctx *app.Context) app.User {
	return ctx.User()
}