Documentation ¶
Index ¶
Constants ¶
View Source
const BASEURI string = "https://api.weatherapi.com/v1"
* The base Uri for API calls
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CONFIGURATION ¶
func NewCONFIGURATION ¶
func NewCONFIGURATION() CONFIGURATION
* Factory for the CONFIGURATION interface returning CONFIGURATION_IMPL
type CONFIGURATION_IMPL ¶
type CONFIGURATION_IMPL struct {
// contains filtered or unexported fields
}
func (*CONFIGURATION_IMPL) Key ¶
func (me *CONFIGURATION_IMPL) Key() string
* Getter function returning key
func (*CONFIGURATION_IMPL) SetKey ¶
func (me *CONFIGURATION_IMPL) SetKey(key string)
* Setter function setting up key
Click to show internal directories.
Click to hide internal directories.