V2Renderer implements the rich panel view (temperature diagram, rain sparkline, weather emojis, colored wind, astronomical data, frame, etc.)
| 16 | // V2Renderer implements the rich panel view (temperature diagram, rain sparkline, |
| 17 | // weather emojis, colored wind, astronomical data, frame, etc.) |
| 18 | type V2Renderer struct{} |
| 19 | |
| 20 | // NewV2Renderer creates a renderer for the v2 rich panel weather view. |
| 21 | func NewV2Renderer() *V2Renderer { |
nothing calls this directly
no outgoing calls
no test coverage detected