CreateChartAction materializes a chart instance before updates.
| 24 | |
| 25 | // CreateChartAction materializes a chart instance before updates. |
| 26 | type CreateChartAction struct { |
| 27 | ChartTemplateID string |
| 28 | ChartID string |
| 29 | Meta program.ChartMeta |
| 30 | Labels map[string]string |
| 31 | } |
| 32 | |
| 33 | func (a CreateChartAction) Kind() ActionKind { return ActionCreateChart } |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected