Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ builder
Struct
builder
pkg/events/builder.go:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
)
23
24
type
builder
struct
{
25
definition *definition
26
options []Option
27
}
28
29
func
(b *builder) Definition() Definition {
30
return
b.definition
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected