MCPcopy
hub / github.com/sirupsen/logrus / ModifyHook

Struct ModifyHook

hook_test.go:52–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type ModifyHook struct {
53}
54
55func (hook *ModifyHook) Fire(entry *Entry) error {
56 entry.Data["wow"] = "whale"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected