Variable naming cleanup.
This commit is contained in:
parent
bbf27d1b04
commit
5582bb6acd
5 changed files with 51 additions and 46 deletions
|
|
@ -37,9 +37,9 @@ type Page struct {
|
|||
CSRF string
|
||||
Headers map[string]string
|
||||
Cache struct {
|
||||
Enabled bool
|
||||
MaxAge time.Duration
|
||||
Tags []string
|
||||
Enabled bool
|
||||
Expiration time.Duration
|
||||
Tags []string
|
||||
}
|
||||
RequestID string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue