Documentation ¶ Index ¶ type T Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type T ¶ type T interface { // GetTransactions returns all the transactions of an account. GetTransactions(ctx context.Context, accountID string) ([]model.Transaction, error) } Source Files ¶ View all Source files cache.go repo.go transactionhistory.go weaver_gen.go Click to show internal directories. Click to hide internal directories.