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

Struct noopServer

pkg/interop/server.go:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type noopServer struct{}
55
56func (noopServer) JoinRequest(context.Context, *JoinReq) (*JoinAns, error) {
57 return nil, ErrMalformedMessage.New()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected