MCPcopy Index your code
hub / github.com/bradfitz/gomemcache / Each

Method Each

memcache/selector.go:35–35  ·  view source on GitHub ↗
(func(net.Addr) error)

Source from the content-addressed store, hash-verified

33 // should be shared onto.
34 PickServer(key string) (net.Addr, error)
35 Each(func(net.Addr) error) error
36}
37
38// ServerList is a simple ServerSelector. Its zero value is usable.

Callers 2

FlushAllMethod · 0.65
PingMethod · 0.65

Implementers 1

ServerListmemcache/selector.go

Calls

no outgoing calls

Tested by

no test coverage detected