| 176 | } |
| 177 | |
| 178 | type ChangeTodoActionsInstruction struct { |
| 179 | Changes []ChangeTodoAction |
| 180 | } |
| 181 | |
| 182 | func NewChangeTodoActionsInstruction(changes []ChangeTodoAction) Instruction { |
| 183 | return &ChangeTodoActionsInstruction{ |
nothing calls this directly
no outgoing calls
no test coverage detected