Skip to content

Instantly share code, notes, and snippets.

@edsiper
Created June 12, 2018 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edsiper/f81242f43b455c4f26e2cd4de53dd4d4 to your computer and use it in GitHub Desktop.
Save edsiper/f81242f43b455c4f26e2cd4de53dd4d4 to your computer and use it in GitHub Desktop.
dockercon
```lua
function cb_replace(tag, timestamp, record)
new_record = {}
new_record["new"] = 12345
new_record["old"] = record
return 1, timestamp, new_record
end
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment