MCPcopy 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
24type builder struct {
25 definition *definition
26 options []Option
27}
28
29func (b *builder) Definition() Definition {
30 return b.definition

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected