| 10 | } |
| 11 | |
| 12 | type ErrorResponse struct { |
| 13 | OK bool `json:"ok"` |
| 14 | Error string `json:"error"` |
| 15 | Code string `json:"code"` |
| 16 | Hint string `json:"hint,omitempty"` |
| 17 | Meta map[string]any `json:"meta,omitempty"` |
| 18 | } |
| 19 | |
| 20 | type Breadcrumb struct { |
| 21 | Action string `json:"action"` |
nothing calls this directly
no outgoing calls
no test coverage detected