Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
981216c9fe
commit
21cd7ab812
|
@ -23,7 +23,7 @@ type Cache struct {
|
||||||
var (
|
var (
|
||||||
// CacheService the global cache
|
// CacheService the global cache
|
||||||
CacheService = struct {
|
CacheService = struct {
|
||||||
Cache
|
Cache `ini:"cache"`
|
||||||
|
|
||||||
LastCommit struct {
|
LastCommit struct {
|
||||||
Enabled bool
|
Enabled bool
|
||||||
|
|
Loading…
Reference in New Issue