Replies: 1 comment
-
|
Hi, I'll have a ask internally. I'm not sure how soon I can get back to you though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The application we’d like to analyse uses a custom HTTP framework that is implemented in the same package as the application itself. Application code imports the framework using a relative import:
Using a model pack, we’d like to model request data passed to route handlers as a remote-flow source. Using the examples here, we could do that for an external framework like so:
Obviously however our router type is not from an external package - it's a local import.
Is it possible to reference a local type/API like this in a model pack?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions