Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountMapping ¶ added in v1.0.0
type Auth ¶
type Auth struct { Addr string `json:"mail-addr"` Username string `json:"mail-username"` Password string `json:"mail-password"` ToshlToken string `json:"toshl-token"` TwilioAccountSid string `json:"twilio-account-sid"` TwilioAuthToken string `json:"twilio-auth-token"` TwilioFromNumber string `json:"twilio-from-number"` TwilioToNumber string `json:"twilio-to-number"` RapidApiKey string `json:"rapidapi-key"` RapidApiHost string `json:"rapidapi-host"` ArchiveMailbox string `json:"archive_mailbox"` Timezone string `json:"timezone"` StockOptions StockOptions `json:"stock_options"` FundOptions FundOptions `json:"fund_options"` AccountMappings map[string]AccountMapping `json:"account_mappings"` }
type BankDelegate ¶
type BankMessage ¶ added in v0.2.6
type BankMessage struct { types.Message Bank BankDelegate }
type FundOptions ¶ added in v1.0.0
type StockOptions ¶ added in v1.0.0
type TransactionInfo ¶
type TransactionInfo struct { Bank BankDelegate MsgId uint32 TransactionType TransactionType Type string Place string Value Currency Account string Date time.Time }
type TransactionType ¶ added in v1.0.0
type TransactionType int8
const ( Expense TransactionType = iota Income Transaction )
func (TransactionType) IsValid ¶ added in v1.0.0
func (t TransactionType) IsValid() bool
func (TransactionType) String ¶ added in v1.0.0
func (t TransactionType) String() string
Click to show internal directories.
Click to hide internal directories.