srajesh-elisity
Results
2
issues of
srajesh-elisity
shift.json ``` [ {"operation": "shift", "over": "monitor.details", "spec": {"list[*].myname":"list[*].name", "id":"id"}} ] ``` doc.json ``` { "monitor" :{ "name": "hello", "details" : [ { "list": [ { "name": "abc", "id": "1"...
``` func health.WithInfo(values map[string]interface{}) health.CheckerOption WithInfo sets values that will be available in every health check result. For example, you can use this option if you want to set information...
good first issue