Skip to content

[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
  • Old type is map[string]string so if external script put value of other type into extra, engine'll read wrong.

Merge request reports