aboutsummaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/config.go12
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
}