Mark Cache with ini tag (#12605) (#12611)

Signed-off-by: jolheiser <[email protected]>
This commit is contained in:
John Olheiser
2020-08-26 11:53:14 -04:00
committed by GitHub
co-authored by GitHub
parent 981216c9fe
commit 21cd7ab812
+1 -1
View File
@@ -23,7 +23,7 @@ type Cache struct {
var (
// CacheService the global cache
CacheService = struct {
Cache
Cache `ini:"cache"`
LastCommit struct {
Enabled bool