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

Interface Srv

interface/f_test.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Srv interface {
10 Add(a int, b int) (int, error)
11 Del(a int) error
12}
13
14type srv struct {
15}

Callers 12

GetTokenMethod · 0.65
PushMethod · 0.65
ContextWithDeadlineFunction · 0.65
watchDirMethod · 0.65
addMethod · 0.65
readMethod · 0.65
wsHandleFunction · 0.65
TestNewBitMapFileTerFunction · 0.65
UnLockMethod · 0.65
mainFunction · 0.65
GetMethod · 0.65
DelCodeMethod · 0.65

Implementers 4

AnnouncementControllergin/controller/annoucement.go
srvinterface/f_test.go
LruLRU/list.go
LRUgcache/lru.go

Calls

no outgoing calls

Tested by

no test coverage detected