We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981216c commit 21cd7abCopy full SHA for 21cd7ab
modules/setting/cache.go
@@ -23,7 +23,7 @@ type Cache struct {
23
var (
24
// CacheService the global cache
25
CacheService = struct {
26
- Cache
+ Cache `ini:"cache"`
27
28
LastCommit struct {
29
Enabled bool
0 commit comments