()
| 58 | } |
| 59 | |
| 60 | func defaultPlanCheckDone() map[string]any { |
| 61 | return map[string]any{ |
| 62 | "status": "DONE", |
| 63 | "results": []any{}, |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | func defaultIssueResponse(approvalStatus string) map[string]any { |
| 68 | return map[string]any{ |
no outgoing calls
no test coverage detected