Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HTTP network address the server listens on. ADDRESS = "addr" // Log message level. LOG_LEVEL = "log-level" // Base URL for the Firefly III API. BASE_URL = "firefly-base-url" // JSON configuration file for Firefly webhooks. CONFIG_FILE = "firefly-config" // Firefly III API key to use. API_KEY = "firefly-api-key" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
Click to show internal directories.
Click to hide internal directories.