MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / HandleLog

Method HandleLog

pkg/log/handler.go:19–19  ·  view source on GitHub ↗
(Entry)

Source from the content-addressed store, hash-verified

17// Handler is the interface of things that can handle log entries.
18type Handler interface {
19 HandleLog(Entry) error
20}
21
22// NoopHandler is a handler that does nothing.

Callers 6

TestMiddlewareFunction · 0.65
UseMethod · 0.65
commitMethod · 0.65
ExampleMiddlewareFunction · 0.65
WrapMethod · 0.65
WrapMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestMiddlewareFunction · 0.52
ExampleMiddlewareFunction · 0.52