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

Struct interopServer

pkg/joinserver/http_interop.go:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type interopServer struct {
37 JS interopHandler
38}
39
40func (srv interopServer) JoinRequest(ctx context.Context, in *interop.JoinReq) (*interop.JoinAns, error) {
41 ctx = log.NewContextWithField(ctx, "namespace", "joinserver/interop")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected