# Functions

NewMockMapperI creates a new mock instance.
NewMockSNDAOI creates a new mock instance.

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
MockMapperI is a mock of MapperI interface.
MockMapperIMockRecorder is the mock recorder for MockMapperI.
MockSNDAOI is a mock of DAOI interface.
MockSNDAOIMockRecorder is the mock recorder for MockSNDAOI.

# Interfaces

go:generate mockgen -destination=mockDao.go -package=sixnations .
go:generate mockgen -destination=mockMapper.go -package=sixnations .