-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Currently Entry contains a bunch of state covering both the response and upstream request. Really these should be split out into two separate requests request/response structs which contain the related state, we can then easily refactor some of the functions to just take a request/response instead of a bunch of random args or move them off Entry itself.
Reactions are currently unavailable