Juniper / contrail

Contrail repo for core components (go based)
Apache License 2.0
44 stars 32 forks source link

PUT handling changes with UT fixes #57

Closed jayanthir closed 6 years ago

jayanthir commented 6 years ago

· API template changes: update struct is created to hold Data of map type. update handler has been implemented. UUID will be retrieved from params (/PUT/:id). PUT Response will have UUID and URI of resource.

· DB template changes: update method has been implemented which executes db update. References is yet to be handled.

. JSON util methods: added method to set/get for given path in nested map.

. Added UT

nati commented 6 years ago

Thanks. Could you squash two commits into one?