vmware-archive / priam

Go CLI tool for VMware Identity Manager portal
8 stars 8 forks source link

Make interface to config options more flexible #10

Closed daleolds closed 7 years ago

daleolds commented 7 years ago

Previously all target options were saved as a struct. This required changes to the config target structure every time a new option needed to be saved. This commit changes target options to a generic hash and added generic interfaces to get or remove options.

Testing done: