common_smart_eink

package module
v0.0.0-...-e5b7ad8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Alert_weather_storage

type Alert_weather_storage struct {
	Zip      string                            `json:"Zip"`
	Dt       int                               `json:"Dt"`
	Expires  int64                             `json:"Expires"`
	Latest   int                               `json:"Latest"`
	OpenData []openweathermap.OneCallAlertData `json:"OpenData"`
}

type Current_weather_storage

type Current_weather_storage struct {
	Zip      string                            `json:"Zip"`
	Dt       int                               `json:"Dt"`
	Expires  int64                             `json:"Expires"`
	OpenData openweathermap.OneCallCurrentData `json:"OpenData"`
}

type Daily_weather_storage

type Daily_weather_storage struct {
	Zip      string                          `json:"Zip"`
	Dt       int                             `json:"Dt"`
	Expires  int64                           `json:"Expires"`
	OpenData openweathermap.OneCallDailyData `json:"OpenData"`
}

type Hourly_weather_storage

type Hourly_weather_storage struct {
	Zip      string                           `json:"Zip"`
	Dt       int                              `json:"Dt"`
	Expires  int64                            `json:"Expires"`
	OpenData openweathermap.OneCallHourlyData `json:"OpenData"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL