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

Struct joinServerHTTPClient

pkg/interop/client.go:136–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136type joinServerHTTPClient struct {
137 clientProvider httpclient.Provider
138 clientOpts []httpclient.Option
139 protocol ProtocolVersion
140 scheme,
141 dnsSuffix, fqdn string
142 port uint32
143 paths jsRPCPaths
144 headers map[string]string
145 username, password string
146 senderNSID *types.EUI64
147}
148
149func (cl joinServerHTTPClient) exchange(
150 ctx context.Context, pathFunc func(jsRPCPaths) string, pld, res any,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected