Documentation ¶
Index ¶
Constants ¶
View Source
const ( LASTLOGID_KIND = "last_log_id_auth0" LASTLOGID_KEY = "last_log_id_auth0" LASTLOGID_NAMESPACE = "last_log_id_auth0" LOGGER_NAME = "auth0pull" )
Variables ¶
View Source
var (
PROJECT_ID string
)
Functions ¶
func InitConfig ¶
func InitConfig()
Types ¶
type PubSubMessage ¶
type PubSubMessage struct {
Data []byte `json:"data"`
}
PubSubMessage is used for the function signature of the main function (Duopull()) represent the data sent from PubSub. The data is not actually read, this is only used as a mechanism for triggering the function (using Cloud Scheduler or similiar)
Click to show internal directories.
Click to hide internal directories.