── Messages ─────────────────────────────────────────────────────────────────
| 39 | // ── Messages ───────────────────────────────────────────────────────────────── |
| 40 | |
| 41 | type authResultMsg struct { |
| 42 | cliID string |
| 43 | apiKey string |
| 44 | err error |
| 45 | } |
| 46 | |
| 47 | type metadataReadyMsg struct{ err error } |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected