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

Struct templateData

pkg/email/template.go:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195type templateData struct {
196 networkConfig *NetworkConfig
197 receiver *ttnpb.User
198}
199
200func (d *templateData) Network() *NetworkConfig { return d.networkConfig }
201func (d *templateData) ConsoleURL() string { return d.networkConfig.ConsoleURL }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected