package
0.0.0-20240711072600-306715fb733d
Repository: https://github.com/marcgrol/shopbackend.git
Documentation: pkg.go.dev
# Functions
NewMockTaskQueuer creates a new mock instance.
# Variables
No description provided by the author
# Structs
MockTaskQueuer is a mock of TaskQueuer interface.
MockTaskQueuerMockRecorder is the mock recorder for MockTaskQueuer.
No description provided by the author
# Interfaces
go:generate mockgen -source=api.go -package myqueue -destination queuer_mock.go TaskQueuer.