This project is archived. Its data is
read-only
.
[Issue #180] Change type of Extra in struct AlarmValue to map[string]interface{}
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
[Issue #180] Change type of Extra in struct AlarmValue to map[string]interface{}
Thang Van Nguyen
requested to merge
fix/#180/change_extra_type
into
develop
Feb 07, 2020
Overview
0
Commits
1
Pipelines
1
Changes
6
Old type is map[string]string so if external script put value of other type into extra, engine'll read wrong.
Merge request reports
Loading