The golang API proxy should implement CRUD endpoints for cachegroups. - [x] get /api/$version/cachegroups - [x] get /api/$version/cachegroups/:id - [x] post /api/$version/cachegroups - [x] put /api/$version/cachegroups/:id - [x] delete /api/$version/cachegroups/:id
The golang API proxy should implement CRUD endpoints for cachegroups.