| 193 | } |
| 194 | |
| 195 | type templateData struct { |
| 196 | networkConfig *NetworkConfig |
| 197 | receiver *ttnpb.User |
| 198 | } |
| 199 | |
| 200 | func (d *templateData) Network() *NetworkConfig { return d.networkConfig } |
| 201 | func (d *templateData) ConsoleURL() string { return d.networkConfig.ConsoleURL } |
nothing calls this directly
no outgoing calls
no test coverage detected