Commit 68a00794 authored by Brian Tiger Chow's avatar Brian Tiger Chow

feat(eventlog) add Pair method

parent 29682216
......@@ -26,3 +26,9 @@ func Deferred(key string, f func() string) Loggable {
}
return LoggableF(function)
}
func Pair(key string, l Loggable) Loggable {
return LoggableMap{
key: l,
}
}
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