github.com/alkemics/goflow@v0.2.1/wrappers/mockingjay/mockingjay.yml (about)

     1  name: Mockingjay
     2  package: main
     3  inputs:
     4    - a
     5    - b
     6  
     7  nodes:
     8    - id: add
     9      type: nodes.Adder
    10      bind:
    11        a: inputs.a
    12        b: inputs.b
    13  
    14  outputs:
    15    sum: add.sum