From dcc358d8230f8947d9b058b830a833a49a2d1dd7 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 10 Feb 2020 16:44:05 +0800 Subject: [PATCH] further add config --- def.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/def.go b/def.go index c21a290..d9252e7 100644 --- a/def.go +++ b/def.go @@ -79,7 +79,10 @@ type MQClient struct { } type ChirpConfig struct { - InterceptPillage bool `json:"intercept_pillage"` + InterceptPillage bool `json:"intercept_pillage"` + AutoDeposit bool `json:"auto_deposit"` + AutoDepositItems []string `json:"auto_deposit_items"` + AutoDepositTypes []string `json:"auto_deposit_types"` } type ChirpClient struct {