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 20
20
env :
21
21
FUNC_NAME : " HandleCronInput"
22
22
FUNC_CLEAR_SOURCE : " true"
23
+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
24
+ # FUNC_GOPROXY: "https://goproxy.cn"
23
25
srcRepo :
24
26
url : " https://github.com/OpenFunction/samples.git"
25
27
sourceSubPath : " functions/async/bindings/cron-input-kafka-output"
Original file line number Diff line number Diff line change 12
12
env :
13
13
FUNC_NAME : " HandleCronInput"
14
14
FUNC_CLEAR_SOURCE : " true"
15
+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
16
+ # FUNC_GOPROXY: "https://goproxy.cn"
15
17
srcRepo :
16
18
url : " https://github.com/OpenFunction/samples.git"
17
19
sourceSubPath : " functions/async/bindings/cron-input"
Original file line number Diff line number Diff line change 12
12
env :
13
13
FUNC_NAME : " HandleKafkaInput"
14
14
FUNC_CLEAR_SOURCE : " true"
15
+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
16
+ # FUNC_GOPROXY: "https://goproxy.cn"
15
17
srcRepo :
16
18
url : " https://github.com/OpenFunction/samples.git"
17
19
sourceSubPath : " functions/async/bindings/kafka-input"
Original file line number Diff line number Diff line change 12
12
env :
13
13
FUNC_NAME : " LogsHandler"
14
14
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"
17
17
srcRepo :
18
18
url : " https://github.com/OpenFunction/samples.git"
19
19
sourceSubPath : " functions/async/logs-handler-function/"
Original file line number Diff line number Diff line change 12
12
env :
13
13
FUNC_NAME : " Subscriber"
14
14
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"
17
17
srcRepo :
18
18
url : " https://github.com/OpenFunction/samples.git"
19
19
sourceSubPath : " functions/async/pubsub/subscriber"
Original file line number Diff line number Diff line change 13
13
env :
14
14
FUNC_NAME : " HelloWorld"
15
15
FUNC_CLEAR_SOURCE : " true"
16
+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
17
+ # FUNC_GOPROXY: "https://goproxy.cn"
16
18
srcRepo :
17
19
url : " https://github.com/OpenFunction/samples.git"
18
20
sourceSubPath : " functions/knative/hello-world-go"
Original file line number Diff line number Diff line change 12
12
env :
13
13
FUNC_NAME : " LogsHandler"
14
14
FUNC_CLEAR_SOURCE : " true"
15
+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
16
+ # FUNC_GOPROXY: "https://goproxy.cn"
15
17
srcRepo :
16
18
url : " https://github.com/OpenFunction/samples.git"
17
19
sourceSubPath : " functions/knative/logs-handler-function/"
Original file line number Diff line number Diff line change 13
13
env :
14
14
FUNC_NAME : " MultipleFunctions"
15
15
FUNC_CLEAR_SOURCE : " true"
16
+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
17
+ # FUNC_GOPROXY: "https://goproxy.cn"
16
18
srcRepo :
17
19
url : " https://github.com/OpenFunction/samples.git"
18
20
sourceSubPath : " functions/knative/multiple-functions-go"
Original file line number Diff line number Diff line change 13
13
env :
14
14
FUNC_NAME : " pathParametersFunction"
15
15
FUNC_CLEAR_SOURCE : " true"
16
+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
17
+ # FUNC_GOPROXY: "https://goproxy.cn"
16
18
srcRepo :
17
19
url : " https://github.com/OpenFunction/samples.git"
18
20
sourceSubPath : " functions/knative/path-parameters-function-go"
Original file line number Diff line number Diff line change 21
21
env :
22
22
FUNC_NAME : " ForwardToKafka"
23
23
FUNC_CLEAR_SOURCE : " true"
24
+ # # Use FUNC_GOPROXY to set the goproxy if failed to fetch go modules
25
+ # FUNC_GOPROXY: "https://goproxy.cn"
24
26
srcRepo :
25
27
url : " https://github.com/OpenFunction/samples.git"
26
28
sourceSubPath : " functions/knative/with-output-binding"
You can’t perform that action at this time.
0 commit comments