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

Struct Client

pkg/interop/client.go:336–338  ·  view source on GitHub ↗

Client is an interop client.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected