Versions in this module Expand all Collapse all v0 v0.0.1 Jan 5, 2026 Changes in this version + func ExtractTransactionDetails(emailBody string, amountRegex, merchantRegex *regexp.Regexp, ...) *api.TransactionDetails + type Config struct + Interval time.Duration + Labels api.Labels + Rules []api.Rule + type Reader struct + func New(httpClient *http.Client, cfg Config, logger *slog.Logger) (*Reader, error) + func (r *Reader) Read(ctx context.Context, out chan<- *api.TransactionDetails, ackChan <-chan string) error