(action *management.Action)
| 78 | } |
| 79 | |
| 80 | func (r *Renderer) ActionUpdate(action *management.Action) { |
| 81 | r.Heading("action updated") |
| 82 | r.Result(makeActionView(action)) |
| 83 | } |
| 84 | |
| 85 | func (r *Renderer) ActionDeploy(action *management.Action) { |
| 86 | r.Heading("action deployed") |
no test coverage detected