UpdateChartAction updates one chart instance values in deterministic order.
| 57 | |
| 58 | // UpdateChartAction updates one chart instance values in deterministic order. |
| 59 | type UpdateChartAction struct { |
| 60 | ChartID string |
| 61 | Values []UpdateDimensionValue |
| 62 | } |
| 63 | |
| 64 | func (a UpdateChartAction) Kind() ActionKind { return ActionUpdateChart } |
| 65 |
nothing calls this directly
no outgoing calls
no test coverage detected