MCPcopy
hub / github.com/dropbox/godropbox / Verbosity

Method Verbosity

memcache/interface.go:246–246  ·  view source on GitHub ↗

This set the verbosity level of the server.

(verbosity uint32)

Source from the content-addressed store, hash-verified

244
245 // This set the verbosity level of the server.
246 Verbosity(verbosity uint32) Response
247}
248
249// A memcache client which communicates with a specific memcache shard.

Callers 2

clientExampleFunction · 0.65
verbosityHelperMethod · 0.65

Implementers 4

MockClientmemcache/mock_client.go
RawBinaryClientmemcache/raw_binary_client.go
ShardedClientmemcache/sharded_client.go
RawAsciiClientmemcache/raw_ascii_client.go

Calls

no outgoing calls

Tested by 1

clientExampleFunction · 0.52