# Functions
RenderTmpl renders the template with the given context.
# Variables
go:embed templates/init.tmpl.
go:embed templates/main_raw_bytes.tmpl.
go:embed templates/main_rx.tmpl.
# Structs
Context defines context for the template.
GolangServerless defines Go implementation of Serverless stream function interface.