Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ADDRESS HTTP network address the server listens on. ADDRESS = "addr" // LOG_LEVEL Log message level. LOG_LEVEL = "log-level" // BASE_URL Base URL for the Firefly III API. BASE_URL = "firefly-base-url" // CONFIG_FILE JSON configuration file for Firefly webhooks. CONFIG_FILE = "firefly-config" // API_KEY 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.