(context.Context, *ttnpb.SessionKeyRequest, Authorizer)
| 31 | HandleJoin(context.Context, *ttnpb.JoinRequest, Authorizer) (*ttnpb.JoinResponse, error) |
| 32 | GetHomeNetwork(context.Context, types.EUI64, types.EUI64, Authorizer) (*EndDeviceHomeNetwork, error) |
| 33 | GetAppSKey(context.Context, *ttnpb.SessionKeyRequest, Authorizer) (*ttnpb.AppSKeyResponse, error) |
| 34 | } |
| 35 | |
| 36 | type interopServer struct { |
no outgoing calls