Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chubin/wttr.in
/ Provider
Interface
Provider
internal/location/search.go:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"github.com/sirupsen/logrus"
4
5
type
Provider
interface
{
6
Name() string
7
Query(location string) (*Location, error)
8
}
9
10
type
Searcher
struct
{
11
providers []Provider
Callers
9
Search
Method · 0.65
LoadDefsFromAssets
Function · 0.65
loadAll
Method · 0.65
preloadFontFiles
Function · 0.65
Search
Method · 0.65
Response
Method · 0.65
Response
Method · 0.65
WeatherHandler
Method · 0.65
computeResponse
Method · 0.65
Implementers
1
Nominatim
internal/location/nominatim.go
Calls
no outgoing calls
Tested by
no test coverage detected