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

Method HandleJoinRequest

pkg/interop/client.go:324–324  ·  view source on GitHub ↗
(
		ctx context.Context, netID types.NetID, nsID *types.EUI64, req *ttnpb.JoinRequest,
	)

Source from the content-addressed store, hash-verified

322
323type joinServerClient interface {
324 HandleJoinRequest(
325 ctx context.Context, netID types.NetID, nsID *types.EUI64, req *ttnpb.JoinRequest,
326 ) (*ttnpb.JoinResponse, error)
327 GetAppSKey(ctx context.Context, asID string, req *ttnpb.SessionKeyRequest) (*ttnpb.AppSKeyResponse, error)

Callers 1

HandleJoinRequestMethod · 0.65

Implementers 2

joinServerHTTPClientpkg/interop/client.go
Clientpkg/interop/client.go

Calls

no outgoing calls

Tested by

no test coverage detected