Documentation ¶
Overview ¶
Package loggables includes a bunch of translator functions for commonplace/stdlib objects. This is boilerplate code that shouldn't change much, and not sprinkled all over the place (i.e. gather it here).
NOTE: it may make sense to put all stdlib Loggable functions in the eventlog package. Putting it here for now in case we don't want to pollute it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeferredMap ¶
type DeferredMap map[string]interface{}
DeferredMap is a Loggable which may contain deferred values.
func (DeferredMap) Loggable ¶
func (m DeferredMap) Loggable() map[string]interface{}
Loggable describes objects that can be marshalled into Metadata for logging
Click to show internal directories.
Click to hide internal directories.