MCPcopy
hub / github.com/CodisLabs/codis / DeleteGroup

Method DeleteGroup

pkg/models/store.go:198–200  ·  view source on GitHub ↗
(gid int)

Source from the content-addressed store, hash-verified

196}
197
198func (s *Store) DeleteGroup(gid int) error {
199 return s.client.Delete(s.GroupPath(gid))
200}
201
202func (s *Store) ListProxy() (map[string]*Proxy, error) {
203 paths, err := s.client.List(s.ProxyDir(), false)

Callers 1

storeRemoveGroupMethod · 0.80

Calls 2

GroupPathMethod · 0.95
DeleteMethod · 0.65

Tested by

no test coverage detected