Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are 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
Thang Van Nguyen
requested to merge
fix/#180/change_extra_type
into
develop
Feb 07, 2020
Overview
0
Commits
1
Pipelines
1
Changes
6
Expand
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