Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountRepository ¶
AccountRepository is an autogenerated mock type for the AccountRepository type
func NewAccountRepository ¶
func NewAccountRepository(t interface { mock.TestingT Cleanup(func()) }) *AccountRepository
NewAccountRepository creates a new instance of AccountRepository. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*AccountRepository) Load ¶
func (_m *AccountRepository) Load(_a0 string, _a1 string) (*aggregates.Account, error)
Load provides a mock function with given fields: _a0, _a1
func (*AccountRepository) Save ¶
func (_m *AccountRepository) Save(_a0 ycq.AggregateRoot, _a1 *int) error
Save provides a mock function with given fields: _a0, _a1
Click to show internal directories.
Click to hide internal directories.