ex_audit v0.6.0 ExAudit.Tracker protocol View Source
Enables you to influence which fields are tracked. In map_struct, remove or alter any fields you don't want tracked.
Most of the time, you can just use
@derive {ExAudit.Tracker, options}
where options is either:
except: [:foo, :bar]
to ignore certain fields oronly: [:baz, :foobar]
to track only those fields.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: term()
t() :: term()
Link to this section Functions
Link to this function