Categorygithub.com/cloudzenith/DouTok/backend/baseServiceinternalapplicationsinterfacefileserviceiface
# Functions
NewMockFileService creates a new mock instance.
# Structs
MockFileService is a mock of FileService interface.
MockFileServiceMockRecorder is the mock recorder for MockFileService.
# Interfaces
go:generate mockgen -source=interface.go -destination=interface_mock.go -package=fileserviceiface FileService.