Created
June 12, 2018 15:30
-
-
Save edsiper/f81242f43b455c4f26e2cd4de53dd4d4 to your computer and use it in GitHub Desktop.
dockercon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```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