MCPcopy
hub / github.com/chubin/wttr.in / Renderer

Struct Renderer

internal/renderer/subprocess/subprocess.go:50–52  ·  view source on GitHub ↗

Renderer implements weather.Renderer by executing an external subprocess.

Source from the content-addressed store, hash-verified

48
49// Renderer implements weather.Renderer by executing an external subprocess.
50type 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).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected