{{ template "head" .}} {{template "navbar" .}}

Functions

Functions are useful to react to platform events and schedule tasks.

Create a new function

{{range .Data}} {{end}}
Name Version Trigger Last execution Last updated
{{.FunctionName}} {{.Version}} {{.TriggerTopic}} {{if .LastRun}} {{.LastRun.Format "2006/01/02 15:04" }} {{else}} never {{end}} {{.LastUpdated.Format "2006/01/02 15:04" }}
{{template "foot"}}