(e *dag.Entity)
| 204 | } |
| 205 | |
| 206 | func wrapper(e *dag.Entity) *ProjectConfig { |
| 207 | return &ProjectConfig{Entity: e} |
| 208 | } |
| 209 | |
| 210 | // a Definition describes a few properties of the Entity, a sort of configuration to manipulate the |
| 211 | // DAG of operations |