github.com/alkemics/goflow@v0.2.1/checkers/cycles/ko.yml (about) 1 type: CyclesKO 2 nodes: 3 - id: make_slice 4 type: nodes.SliceMaker 5 after: 6 - print1 7 8 - id: print1 9 type: nodes.Printer 10 bind: 11 values: 12 - make_slice.list 13 14 - id: print2 15 type: nodes.Printer 16 bind: 17 values: 18 - '"some value"'