refactor template cache: rename types and add logging

This commit is contained in:
2024-11-09 15:52:34 +01:00
parent 5171ce7967
commit 73557af314
2 changed files with 21 additions and 17 deletions
+3 -2
View File
@@ -12,8 +12,9 @@ import (
type App struct {
DataSource string
UseCache bool
Security Security
AppInfo AppInfo
// TODO: Extract Security field and use as ExtendedApp (or think a strategy for better library management)
Security Security
AppInfo AppInfo
}
type AppInfo struct {