Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgendaAPI ¶
type AgendaAPI struct { GoogleClientID string GoogleClientSecret string GoogleRedirectURL string GoogleAuthToken string GoogleRefreshToken string // contains filtered or unexported fields }
AgendaAPI is the API that handles the Agenda panel
type ClimateAPI ¶
type ClimateAPI struct { WeatherLocationLat string WeatherLocationLng string DarkSkyKey string ThermostatdKey string ThermostatdHost string // contains filtered or unexported fields }
ClimateAPI is the API that handles the Climate panel
func (*ClimateAPI) Configure ¶
func (api *ClimateAPI) Configure()
Configure implements API.Configure
func (*ClimateAPI) Route ¶
func (api *ClimateAPI) Route(router *mux.Router)
Route implements API.Route
type CommuteAPI ¶
type CommuteAPI struct { MapsKey string FromAddress string ToAddress string // contains filtered or unexported fields }
CommuteAPI is the API that handles the Commute panel
func (*CommuteAPI) Configure ¶
func (api *CommuteAPI) Configure()
Configure implements API.Configure
func (*CommuteAPI) Route ¶
func (api *CommuteAPI) Route(router *mux.Router)
Route implements API.Route
type SpotifyAPI ¶
type SpotifyAPI struct { ClientID string ClientSecret string RedirectURL string AuthToken string RefreshToken string // contains filtered or unexported fields }
SpotifyAPI is the API that handles the Spotify panel
func (*SpotifyAPI) Configure ¶
func (api *SpotifyAPI) Configure()
Configure implements API.Configure
func (*SpotifyAPI) Route ¶
func (api *SpotifyAPI) Route(router *mux.Router)
Route implements API.Route
Click to show internal directories.
Click to hide internal directories.