package
0.0.0-20240102190251-992cee951de1
Repository: https://github.com/indeedeng/iwf-golang-samples.git
Documentation: pkg.go.dev

# 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