Skip to content

Instantly share code, notes, and snippets.

@rugyoga
Created September 5, 2022 03:26
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 rugyoga/05cc0843453385bb4e63524b86a323c2 to your computer and use it in GitHub Desktop.
Save rugyoga/05cc0843453385bb4e63524b86a323c2 to your computer and use it in GitHub Desktop.
Audit macro
defmacro audit(record) do
quote generated: true do
unquote(__MODULE__).audit_fun(unquote(record), __ENV__)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment