Mark Cache with ini tag (#12605)

Signed-off-by: jolheiser <[email protected]>
This commit is contained in:
John Olheiser
2020-08-26 02:04:18 +03:00
committed by GitHub
co-authored by GitHub
parent eb4db0445b
commit b611ae1908
+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