MCPcopy Index your code
hub / github.com/CodisLabs/codis / Forward

Method Forward

pkg/proxy/forward.go:19–19  ·  view source on GitHub ↗
(s *Slot, r *Request, hkey []byte)

Source from the content-addressed store, hash-verified

17type forwardMethod interface {
18 GetId() int
19 Forward(s *Slot, r *Request, hkey []byte) error
20}
21
22var (

Callers 1

forwardMethod · 0.65

Implementers 2

forwardSyncpkg/proxy/forward.go
forwardSemiAsyncpkg/proxy/forward.go

Calls

no outgoing calls

Tested by

no test coverage detected