Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExportCmd ¶
func NewPlaidCmd ¶
func NewRootCmd ¶
Types ¶
type Config ¶
type Config struct {
Accounts map[string]string
Rules []Rule
PlaidClientID string `mapstructure:"PLAID_CLIENT_ID" toml:"-"`
PlaidSecret string `mapstructure:"PLAID_SECRET" toml:"-"`
PlaidPublicKey string `mapstructure:"PLAID_PUBLIC_KEY" toml:"-"`
PlaidAccessToken string `mapstructure:"PLAID_ACCESS_TOKEN" toml:"-"`
}
Click to show internal directories.
Click to hide internal directories.