Categorygithub.com/cloudzenith/DouTok/backend/baseServiceinternalapplicationsinterfaceauthserviceiface
# Functions
NewMockAuthService creates a new mock instance.
# Structs
MockAuthService is a mock of AuthService interface.
MockAuthServiceMockRecorder is the mock recorder for MockAuthService.
# Interfaces
go:generate mockgen -source=interface.go -destination=interface_mock.go -package=authserviceiface AuthService.