Closed 0x41gawor closed 3 days ago
First we need to design the func signature.
It will be used in Action Send. Let's review it.
actions:
- name: sample
type: send
send:
inputKey: "elo"
outputKey: "elo"
destination:
type: goFunc
goFunc:
name:
And ok, signature can be derived from this pic:
So the signature is goint to be
func(input interface{}) (interface{}, error)
gofunc
.