Skip to content

Commit 34d8302

Browse files
committed
Add inproc template to store
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 64c8f80 commit 34d8302

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

templates.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919
"official": "true",
2020
"recommended": true
2121
},
22+
{
23+
"template": "golang-middleware-inproc",
24+
"platform": "x86_64",
25+
"language": "Go",
26+
"source": "openfaas",
27+
"description": "Fastest template for Go, suitable for beta testing.",
28+
"repo": "https://github.com/openfaas/golang-http-template",
29+
"official": "true",
30+
"recommended": true
31+
},
2232
{
2333
"template": "golang-http",
2434
"platform": "x86_64",

0 commit comments

Comments
 (0)