refactor datasource caching

This commit is contained in:
Marcus Efraimsson
2018-10-30 09:31:56 +01:00
parent 1dc8b898bb
commit cfb061ddab
9 changed files with 109 additions and 55 deletions
+1
View File
@@ -20,6 +20,7 @@ type ReqContext struct {
IsSignedIn bool
IsRenderCall bool
AllowAnonymous bool
SkipCache bool
Logger log.Logger
}