RemoveChartAction marks one chart obsolete.
| 79 | |
| 80 | // RemoveChartAction marks one chart obsolete. |
| 81 | type RemoveChartAction struct { |
| 82 | ChartID string |
| 83 | Meta program.ChartMeta |
| 84 | } |
| 85 | |
| 86 | func (a RemoveChartAction) Kind() ActionKind { return ActionRemoveChart } |
nothing calls this directly
no outgoing calls
no test coverage detected