gograph_interfaces
Audit and list Go interface declarations with their method signatures, package paths, and file locations. Use to map API abstractions and check interface contracts.
Instructions
Audit and list all Go interface declarations, complete with their defined method signatures. 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 when mapping API abstractions, checking interface contracts, or reviewing modular design patterns. Do NOT use to find implementers (use gograph_implementers instead). COMPLETENESS: Returns all interface names, method signatures, package paths, and file locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| struct | Yes | The name of the struct (e.g., 'AuthService') |