github.com/alkemics/goflow@v0.2.1/wrappers/inputs/README.md (about)

     1  # Inputs wrapper
     2  
     3  ## Purpose
     4  This wrapper allows inputs to be passed to graphs.
     5  
     6  ## YAML
     7  ```yaml
     8  inputs:
     9      inputA: int
    10      inputB?: string
    11  ```
    12  
    13  ## Implemented interface methods
    14  Graphs:
    15  - Doc
    16  - Inputs
    17  - Nodes