MCPcopy
hub / github.com/hwholiday/learning_tools / Getter

Interface Getter

gcache/gchace.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type Getter interface {
20 Get(key string) ([]byte, error)
21}
22
23type GetterFunc func(key string) ([]byte, error)
24

Callers 8

ReqVersionMethod · 0.65
ClientIPFunction · 0.65
GetAnnouncementByIdFunction · 0.65
sendFunction · 0.65
BuildMethod · 0.65
mainFunction · 0.65
mainFunction · 0.65
PushMethod · 0.65

Implementers 5

LruLRU/list.go
LRUgcache/lru.go
Groupgcache/gchace.go
cachesql-redis/main.go
confighconfig/hconfig.go

Calls

no outgoing calls

Tested by

no test coverage detected