Documentation ¶ Index ¶ type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { // API Key -> it's FCM authentication ApiKey string // We should have here broker instances to which we will be listening/subscribing ListenOnBrokerInstances []string ListenHttpsAddress string Logger loggerConfig.Config } Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.