Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BankAccount ¶
type BankConfig ¶
type BankConfig struct {
Institution string `yaml:"institution"`
Accounts []BankAccount `yaml:"accounts"`
}
type Config ¶
type Config struct {
GoCardless GoCardlessConfig `yaml:"gocardless"`
Pushover PushoverConfig `yaml:"pushover"`
Requisitioner RequisitionerConfig `yaml:"requisitioner"`
RenewTimeFile string `yaml:"renewTimeFile"`
}
type CredentialsConfig ¶
type GoCardlessConfig ¶
type GoCardlessConfig struct {
Credentials CredentialsConfig `yaml:"credentials"`
Bank BankConfig `yaml:"bank"`
}
type ListenConfig ¶
type PushoverConfig ¶
type PushoverConfig struct {
Tokens PushoverTokens `yaml:"tokens"`
}
type PushoverTokens ¶
type RedirectConfig ¶
type RequisitionerConfig ¶
type RequisitionerConfig struct {
Listen ListenConfig `yaml:"listen"`
Redirect RedirectConfig `yaml:"redirect"`
}
Click to show internal directories.
Click to hide internal directories.