Merge pull request #734 from trheyi/main
chore: Update cacheStore field name in PageSetting struct
This commit is contained in:
commit
308907e80e
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ type PageConfig struct {
|
||||||
type PageSetting struct {
|
type PageSetting struct {
|
||||||
Title string `json:"title,omitempty"`
|
Title string `json:"title,omitempty"`
|
||||||
Guard string `json:"guard,omitempty"`
|
Guard string `json:"guard,omitempty"`
|
||||||
CacheStore string `json:"cache_store,omitempty"`
|
CacheStore string `json:"cacheStore,omitempty"`
|
||||||
Cache int `json:"cache,omitempty"`
|
Cache int `json:"cache,omitempty"`
|
||||||
Root string `json:"root,omitempty"`
|
Root string `json:"root,omitempty"`
|
||||||
DataCache int `json:"dataCache,omitempty"`
|
DataCache int `json:"dataCache,omitempty"`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue