Commit 6245f0c6 authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix(elog) Metadata implements Loggable

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 55896a86
......@@ -62,7 +62,7 @@ func DeepMerge(b, a Metadata) Metadata {
}
// Loggable implements the Loggable interface
func (m Metadata) Loggable() Metadata {
func (m Metadata) Loggable() map[string]interface{} {
// NB: method defined on value to avoid de-referencing nil Metadata
return m
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment