| 26 | ) |
| 27 | |
| 28 | type interopServer struct { |
| 29 | *IdentityServer |
| 30 | interop.Authorizer |
| 31 | } |
| 32 | |
| 33 | func (srv *interopServer) HomeNSRequest(ctx context.Context, in *interop.HomeNSReq) (*interop.TTIHomeNSAns, error) { |
| 34 | ctx = log.NewContextWithField(ctx, "namespace", "identityserver/interop") |
nothing calls this directly
no outgoing calls
no test coverage detected