Skip to content

Commit d0dc057

Browse files
committed
Note on inproc template
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent fb3c633 commit d0dc057

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

template/golang-middleware-inproc/template.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: golang-middleware-inproc
22
fprocess: ./handler
33
welcome_message: |
4+
This function consumes the watchdog via its Go SDK rather than
5+
running two separate processes. It is for testing and will
6+
likely be merged into the normal "golang-middleware" template
7+
in the future and be deleted itself. Pin to a specific
8+
SHA if you do want use this template.
9+
410
You have created a new function which uses Go 1.25 and Alpine
511
Linux as its base image. The go.mod version is set to 1.24.0
612
for compatibility.

0 commit comments

Comments
 (0)