Renderer implements weather.Renderer by executing an external subprocess.
| 48 | |
| 49 | // Renderer implements weather.Renderer by executing an external subprocess. |
| 50 | type Renderer struct { |
| 51 | routes []SubprocessRoute |
| 52 | } |
| 53 | |
| 54 | // NewRenderer creates a new subprocess renderer with the given routing rules. |
| 55 | // The slice order determines matching priority (first match wins). |
nothing calls this directly
no outgoing calls
no test coverage detected