You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BackendEngine: Added bookkeeping of custom_params of each backend to the base class. (#16)
* The backend plugin should not modify the passed parameters by the user, so the base
class bookkeeps them and gives setter and getter methods to the plugin to access it.
* Now plugin can ask for value of a key, or add key/values for default parameters.
* Also added an API on the base class to return all the key/values, to be used in the
agent API.
* Some rearragements in the base backend class to use protected when appropriate.
Also the agent name is set only during construction and cannot be modified later.
Signed-off-by: Moein Khazraee <[email protected]>
0 commit comments