| 34 | } |
| 35 | |
| 36 | type interopServer struct { |
| 37 | JS interopHandler |
| 38 | } |
| 39 | |
| 40 | func (srv interopServer) JoinRequest(ctx context.Context, in *interop.JoinReq) (*interop.JoinAns, error) { |
| 41 | ctx = log.NewContextWithField(ctx, "namespace", "joinserver/interop") |
nothing calls this directly
no outgoing calls
no test coverage detected