File tree Expand file tree Collapse file tree 10 files changed +20
-4
lines changed
path-parameters-function-go Expand file tree Collapse file tree 10 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 2020 env :
2121 FUNC_NAME : " HandleCronInput"
2222 FUNC_CLEAR_SOURCE : " true"
23+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
24+ # FUNC_GOPROXY: "https://goproxy.cn"
2325 srcRepo :
2426 url : " https://github.com/OpenFunction/samples.git"
2527 sourceSubPath : " functions/async/bindings/cron-input-kafka-output"
Original file line number Diff line number Diff line change 1212 env :
1313 FUNC_NAME : " HandleCronInput"
1414 FUNC_CLEAR_SOURCE : " true"
15+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
16+ # FUNC_GOPROXY: "https://goproxy.cn"
1517 srcRepo :
1618 url : " https://github.com/OpenFunction/samples.git"
1719 sourceSubPath : " functions/async/bindings/cron-input"
Original file line number Diff line number Diff line change 1212 env :
1313 FUNC_NAME : " HandleKafkaInput"
1414 FUNC_CLEAR_SOURCE : " true"
15+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
16+ # FUNC_GOPROXY: "https://goproxy.cn"
1517 srcRepo :
1618 url : " https://github.com/OpenFunction/samples.git"
1719 sourceSubPath : " functions/async/bindings/kafka-input"
Original file line number Diff line number Diff line change 1212 env :
1313 FUNC_NAME : " LogsHandler"
1414 FUNC_CLEAR_SOURCE : " true"
15- # Use FUNC_GOPROXY to set the goproxy
16- # FUNC_GOPROXY: "https://goproxy.cn"
15+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
16+ # FUNC_GOPROXY: "https://goproxy.cn"
1717 srcRepo :
1818 url : " https://github.com/OpenFunction/samples.git"
1919 sourceSubPath : " functions/async/logs-handler-function/"
Original file line number Diff line number Diff line change 1212 env :
1313 FUNC_NAME : " Subscriber"
1414 FUNC_CLEAR_SOURCE : " true"
15- # Use FUNC_GOPROXY to set the goproxy
16- # FUNC_GOPROXY: "https://goproxy.cn"
15+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
16+ # FUNC_GOPROXY: "https://goproxy.cn"
1717 srcRepo :
1818 url : " https://github.com/OpenFunction/samples.git"
1919 sourceSubPath : " functions/async/pubsub/subscriber"
Original file line number Diff line number Diff line change 1313 env :
1414 FUNC_NAME : " HelloWorld"
1515 FUNC_CLEAR_SOURCE : " true"
16+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
17+ # FUNC_GOPROXY: "https://goproxy.cn"
1618 srcRepo :
1719 url : " https://github.com/OpenFunction/samples.git"
1820 sourceSubPath : " functions/knative/hello-world-go"
Original file line number Diff line number Diff line change 1212 env :
1313 FUNC_NAME : " LogsHandler"
1414 FUNC_CLEAR_SOURCE : " true"
15+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
16+ # FUNC_GOPROXY: "https://goproxy.cn"
1517 srcRepo :
1618 url : " https://github.com/OpenFunction/samples.git"
1719 sourceSubPath : " functions/knative/logs-handler-function/"
Original file line number Diff line number Diff line change 1313 env :
1414 FUNC_NAME : " MultipleFunctions"
1515 FUNC_CLEAR_SOURCE : " true"
16+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
17+ # FUNC_GOPROXY: "https://goproxy.cn"
1618 srcRepo :
1719 url : " https://github.com/OpenFunction/samples.git"
1820 sourceSubPath : " functions/knative/multiple-functions-go"
Original file line number Diff line number Diff line change 1313 env :
1414 FUNC_NAME : " pathParametersFunction"
1515 FUNC_CLEAR_SOURCE : " true"
16+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
17+ # FUNC_GOPROXY: "https://goproxy.cn"
1618 srcRepo :
1719 url : " https://github.com/OpenFunction/samples.git"
1820 sourceSubPath : " functions/knative/path-parameters-function-go"
Original file line number Diff line number Diff line change 2121 env :
2222 FUNC_NAME : " ForwardToKafka"
2323 FUNC_CLEAR_SOURCE : " true"
24+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
25+ # FUNC_GOPROXY: "https://goproxy.cn"
2426 srcRepo :
2527 url : " https://github.com/OpenFunction/samples.git"
2628 sourceSubPath : " functions/knative/with-output-binding"
You can’t perform that action at this time.
0 commit comments