diff options
Diffstat (limited to '')
-rw-r--r-- | config/config.go | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/config/config.go b/config/config.go index 3c6cdde..e92b725 100644 --- a/config/config.go +++ b/config/config.go @@ -9,9 +9,11 @@ type Config struct { } type Handler struct { - Name string - Exec string - Rpc string - DedupWindow time.Duration - Interval time.Duration + Name string + AvatarUrl string + AvatarContentType string + Exec string + Rpc string + DedupWindow time.Duration + Interval time.Duration } |