Client is an interop client.
| 334 | |
| 335 | // Client is an interop client. |
| 336 | type Client struct { |
| 337 | joinServers []prefixJoinServerClient // Sorted by JoinEUI prefix range length. |
| 338 | } |
| 339 | |
| 340 | var ( |
| 341 | errUnknownConfig = errors.DefineNotFound("unknown_config", "configuration is unknown") |
nothing calls this directly
no outgoing calls
no test coverage detected