Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Descriptor = &core.ScriptDescriptor{ Name: "georgia", Description: "Georgia: The National Environmental Agency", Mode: core.AllAtOnce, DefaultOptions: func() interface{} { return &optionsGeorgia{} }, Factory: func(name string, options interface{}) (core.Script, error) { if _, ok := options.(*optionsGeorgia); ok { return &scriptGeorgia{ name: name, url: "http://meteo.gov.ge/index.php?l=2&pg=hd", }, nil } return nil, fmt.Errorf("failed to cast %T", optionsGeorgia{}) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.