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

Struct interopServer

pkg/identityserver/http_interop.go:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type interopServer struct {
29 *IdentityServer
30 interop.Authorizer
31}
32
33func (srv *interopServer) HomeNSRequest(ctx context.Context, in *interop.HomeNSReq) (*interop.TTIHomeNSAns, error) {
34 ctx = log.NewContextWithField(ctx, "namespace", "identityserver/interop")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected