gograph_mocks
Find all test mocks, double definitions, and test-only helper structs implementing a specified Go interface. Locate test fixtures or active mocks.
Instructions
Identify and locate all test mocks, double definitions, and test-only helper structs. BEHAVIOR & SAFETY: This is a 100% local, read-only static analysis tool. It has no side effects, requires no authorization or credentials, has no rate limits, and performs zero destructive modifications. USAGE GUIDELINES: Call this tool to identify active mock wrappers or find test fixtures. Do NOT use for production interface implementers (use gograph_implementers instead). COMPLETENESS: Requires 'interface' parameter. Returns test/mock concrete structs implementing the specified interface. Example interface: 'error'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface | Yes | The name of the interface (e.g., 'AuthService') |