Authoring Taubyte Function Types

Authoritative reference for the four Taubyte function trigger types — `http`, `https`, `p2p`, and `pubsub` — covering the per-type `tau new function` CLI flag matrix from `tau new function --help`, the resulting YAML shape under `trigger:`, the matching Go SDK handler entry points, and the "must-match" wiring strings (channel, protocol, command, call). Use when creating a function whose trigger isn't plain HTTPS, when picking between `http` and `https`, when wiring a PubSub-triggered function to a messaging channel, or when reviewing a function YAML to confirm flag/YAML/Go consistency.

taubyte 37e2c4a 10.6 KB Updated

File contents

taubyte/skills/tree/main/skills/authoring-taubyte-function-types commit 37e2c4a025

Frequently asked questions

npx skillmds@latest add taubyte/authoring-taubyte-function-types