Versions in this module Expand all Collapse all v0 v0.1.2 May 11, 2022 v0.1.1 May 11, 2022 Changes in this version + type BankAPIMock struct + GetTransactionsFunc func(ctx context.Context, query mono.GetTransactionsQuery) ([]mono.Transaction, error) + func (mock *BankAPIMock) GetTransactions(ctx context.Context, query mono.GetTransactionsQuery) ([]mono.Transaction, error) + func (mock *BankAPIMock) GetTransactionsCalls() []struct{ ... } + type ImportIntervalGeneratorMock struct + GetIntervalFunc func(ctx context.Context, accountID string) (time.Time, time.Time, error) + func (mock *ImportIntervalGeneratorMock) GetInterval(ctx context.Context, accountID string) (time.Time, time.Time, error) + func (mock *ImportIntervalGeneratorMock) GetIntervalCalls() []struct{ ... } + type StorageMock struct + SaveFunc func(ctx context.Context, transactions []transaction2.Transaction) error + func (mock *StorageMock) Save(ctx context.Context, transactions []transaction2.Transaction) error + func (mock *StorageMock) SaveCalls() []struct{ ... }