diff options
Diffstat (limited to 'config/config.go')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index e92b725..4c23ba1 100644 --- a/config/config.go +++ b/config/config.go @@ -14,6 +14,7 @@ type Handler struct { AvatarContentType string Exec string Rpc string + Summary string DedupWindow time.Duration Interval time.Duration } |