gatewayd icon indicating copy to clipboard operation
gatewayd copied to clipboard

Improve parameter and error handling of plugins

Open mostafa opened this issue 1 year ago • 3 comments

Currently errors are passed as a string to the plugins and other parameters are passed by casting of different complex types to their primitive counterparts. This needs to be improved by introducing gob or some other flexible way to handle the data and the schema.

mostafa avatar Jan 02 '23 23:01 mostafa