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

Method Version

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

This returns the server's version string.

()

Source from the content-addressed store, hash-verified

241
242 // This returns the server's version string.
243 Version() VersionResponse
244
245 // This set the verbosity level of the server.
246 Verbosity(verbosity uint32) Response

Callers 14

clientExampleFunction · 0.65
versionHelperMethod · 0.65
TestWriteRowsV1Method · 0.65
TestWriteRowsV2Method · 0.65
TestUpdateRowsV1Method · 0.65
TestUpdateRowsV2Method · 0.65
TestDeleteRowsV1Method · 0.65
TestDeleteRowsV2Method · 0.65
TestRealWriteRowsV1Method · 0.65
TestRealWriteRowsV2Method · 0.65
TestRealUpdateRowsV1Method · 0.65
TestRealUpdateRowsV2Method · 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 13

clientExampleFunction · 0.52
TestWriteRowsV1Method · 0.52
TestWriteRowsV2Method · 0.52
TestUpdateRowsV1Method · 0.52
TestUpdateRowsV2Method · 0.52
TestDeleteRowsV1Method · 0.52
TestDeleteRowsV2Method · 0.52
TestRealWriteRowsV1Method · 0.52
TestRealWriteRowsV2Method · 0.52
TestRealUpdateRowsV1Method · 0.52
TestRealUpdateRowsV2Method · 0.52
TestRealDeleteRowsV1Method · 0.52