Files
weatherfeeder/internal/sources/spc/driver.go

7 lines
145 B
Go

package spc
// Source driver strings registered by weatherfeeder for SPC sources.
const (
DriverConvectiveOutlook = "spc_convective_outlook"
)