(schema.Command)
| 58 | // DevfileFollower interface implemented by the parser tests for updating the parser data |
| 59 | type DevfileFollower interface { |
| 60 | AddCommand(schema.Command) error |
| 61 | UpdateCommand(schema.Command) |
| 62 | AddComponent(schema.Component) error |
| 63 | UpdateComponent(schema.Component) |