package
2.1.0+incompatible
Repository: https://github.com/formancehq/reconciliation.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewMockBackend creates a new mock instance.
NewMockService creates a new mock instance.

# Structs

No description provided by the author
MockBackend is a mock of Backend interface.
MockBackendMockRecorder is the mock recorder for MockBackend.
MockService is a mock of Service interface.
MockServiceMockRecorder is the mock recorder for MockService.

# Interfaces

No description provided by the author
go:generate mockgen -source backend.go -destination backend_generated.go -package backend .