Placeholder inteface for now, might later move 'model' type to commons and have and add an execute(model) function to this
| 3 | // Placeholder inteface for now, might later move 'model' type to commons and have |
| 4 | // and add an execute(model) function to this |
| 5 | type ModelAction interface { |
| 6 | String() string |
| 7 | } |
| 8 | |
| 9 | type NoAction struct { |
| 10 | } |
no outgoing calls
no test coverage detected