mirror of https://github.com/tidwall/tile38.git
parent
957233c298
commit
65943e8f1a
|
@ -92,6 +92,7 @@ func fenceMatch(
|
||||||
}
|
}
|
||||||
return []string{
|
return []string{
|
||||||
`{"command":"del"` + hookJSONString(hookName, metas) +
|
`{"command":"del"` + hookJSONString(hookName, metas) +
|
||||||
|
`,"key":` + jsonString(details.key) +
|
||||||
`,"id":` + jsonString(details.id) +
|
`,"id":` + jsonString(details.id) +
|
||||||
`,"time":` + jsonTimeFormat(details.timestamp) + `}`,
|
`,"time":` + jsonTimeFormat(details.timestamp) + `}`,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue