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

     1  name: Ctx
     2  package: main
     3  
     4  nodes:
     5    - id: make_slice
     6      type: nodes.SliceMaker
     7  
     8    - id: print
     9      type: nodes.PrinterCtx
    10      bind:
    11        values:
    12          - make_slice.list
    13