# Functions
CacheDir reports the base directory for storing data which can be cached and deleted at any time by the user without affecting the Encore daemon.
No description provided by the author
DataDir reports the base directory for storing data, like database volumes.
Dir reports the directory where Encore's configuration is stored.
No description provided by the author
No description provided by the author
No description provided by the author
Write persists the configuration for the user.
# Variables
APIBaseURL is the base URL for communicating with the Encore Platform.
AuthClient is an *http.Client that authenticates requests using the logged-in user.
CacheDevDash reports whether or not the dev dash contents should be cached.
DefaultClient is an *http.Client that authenticates requests if the user is logged in.
No description provided by the author
DevDaemon reports whether or not the daemon is running in development mode.
DevDashURL is the base URL to retrieve the dev dashboard code from.
No description provided by the author
No description provided by the author
WSBaseURL is the base URL for communicating with the Encore Platform over WebSocket.
# Structs
Config represents the stored Encore configuration.
TokenSource implements oauth2.TokenSource by looking up the current logged in user's API Token.