# README
Command to build this my_service_mock.go
Run this at the root of the project:
mockgen -source=workflows/service/my_service.go -package=service -destination=workflows/service/my_service_mock.go
# Functions
NewMockMyService creates a new mock instance.
No description provided by the author
# Structs
MockMyService is a mock of MyService interface.
MockMyServiceMockRecorder is the mock recorder for MockMyService.
# Interfaces
No description provided by the author