main
Config.Filters
func (c *Config) Filters(accountID string) (filter.Filters, error) { if _, ok := c.Accounts[accountID]; !ok { return nil, errors.ErrAccountNotConfigured }