package
Version:
v0.0.10-rc6
Opens a new window with list of versions in this module.
Published: Mar 29, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
EntryPoint is the function to be executed for each cloud function occurence
Initialize is to be executed in the init() function of the cloud function to optimize the cold start
Global structure for global variables to optimize the cloud function performances
type Settings struct {
Domain string `json:"domain"`
EmailPrefix string `json:"emailPrefix"`
}
Settings from PubSub triggering event
Source Files
¶
Click to show internal directories.
Click to hide internal directories.