Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Descriptor = &core.ScriptDescriptor{ Name: "switzerland", Description: "Switzerland: Federal Office for the Environment", Mode: core.AllAtOnce, DefaultOptions: func() interface{} { return &optionsSwitzerland{} }, Factory: func(name string, options interface{}) (core.Script, error) { if opts, ok := options.(*optionsSwitzerland); ok { return &scriptSwitzerland{ name: name, xmlURL: "https://www.hydrodata.ch/data/plc/xml/hydroweb.xml", gaugePageURLBase: "https://www.hydrodaten.admin.ch/en/", options: *opts, }, nil } return nil, fmt.Errorf("failed to cast %T", optionsSwitzerland{}) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.