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

Interface Handler

pkg/log/handler.go:18–20  ·  view source on GitHub ↗

Handler is the interface of things that can handle log entries.

Source from the content-addressed store, hash-verified

16
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.
23var NoopHandler = &noopHandler{}

Callers 1

UseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected