package nws // Source driver strings registered by weatherfeeder for NWS sources. const ( DriverObservation = "nws_observation" DriverAlerts = "nws_alerts" DriverForecastHourly = "nws_forecast_hourly" DriverForecastNarrative = "nws_forecast_narrative" DriverForecastDiscussion = "nws_forecast_discussion" DriverWeatherStories = "nws_weatherstories" )