Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
18
type
Handler
interface
{
19
HandleLog(Entry) error
20
}
21
22
// NoopHandler is a handler that does nothing.
Callers
6
TestMiddleware
Function · 0.65
Use
Method · 0.65
commit
Method · 0.65
ExampleMiddleware
Function · 0.65
Wrap
Method · 0.65
Wrap
Method · 0.65
Calls
no outgoing calls
Tested by
2
TestMiddleware
Function · 0.52
ExampleMiddleware
Function · 0.52