You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
gomock mode (reflect or source):
//go:generate mockgen . DecPooler
type DecPooler interface {
Pooler
FreeToChan(msg *dto.DecMsg) //归还消息到池子中
AllocFromChan() *dto.DecMsg //从池子中分配消息
}
Is there any way to write the mock result to a file in reflect mode
someview
changed the title
How TO
How to write the mock result to a file in reflect mode
Nov 29, 2022
Actual behavior A clear and concise description of what the bug is.
Expected behavior A clear and concise description of what you expected to
happen.
To Reproduce Steps to reproduce the behavior
Additional Information
Triage Notes for the Maintainers
The text was updated successfully, but these errors were encountered: