(action *management.Action)
| 73 | } |
| 74 | |
| 75 | func (r *Renderer) ActionCreate(action *management.Action) { |
| 76 | r.Heading("action created") |
| 77 | r.Result(makeActionView(action)) |
| 78 | } |
| 79 | |
| 80 | func (r *Renderer) ActionUpdate(action *management.Action) { |
| 81 | r.Heading("action updated") |
no test coverage detected