counterfeiter:generate . Document Document is an interface satisfied by the following types: - `Proposal` (KEP) - `PRRApproval` - `Receipt` (coming soon) TODO(api): Populate interface and regenerate mocks
| 37 | // - `Receipt` (coming soon) |
| 38 | // TODO(api): Populate interface and regenerate mocks |
| 39 | type Document interface { |
| 40 | Validate() error |
| 41 | } |
| 42 | |
| 43 | type Parser struct { |
| 44 | Groups []string |
no outgoing calls
no test coverage detected