Categorygithub.com/cloudzenith/DouTok/backend/baseServiceinternalapplicationsinterfaceaccountserviceiface
# Functions
NewMockAccountService creates a new mock instance.
# Structs
MockAccountService is a mock of AccountService interface.
MockAccountServiceMockRecorder is the mock recorder for MockAccountService.
# Interfaces
go:generate mockgen -source=interface.go -destination=interface_mock.go -package=accountserviceiface AccountService.