further add config
This commit is contained in:
parent
58a4cf633b
commit
dcc358d823
5
def.go
5
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user