MCPcopy
hub / github.com/betty200744/ultimate-go / Do

Method Do

design-pattern/structual/proxy/proxy.go:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3type Subject interface {
4 Do() string
5}
6type RealSubject struct {
7}

Callers 15

NewAgentsFunction · 0.65
newHTTPClientFunction · 0.65
GetWithHeaderFunction · 0.65
DoPostFunction · 0.65
PostFileFunction · 0.65
fooHandleFunction · 0.65
Test_singleflightFunction · 0.65
Test_onceFunction · 0.65
StopMethod · 0.65
initFunction · 0.65
FakeTraffic2Function · 0.65

Implementers 2

RealSubjectdesign-pattern/structual/proxy/proxy.g
Proxydesign-pattern/structual/proxy/proxy.g

Calls

no outgoing calls

Tested by 5

NewAgentsFunction · 0.52
Test_singleflightFunction · 0.52
Test_onceFunction · 0.52
TestProxy_DoFunction · 0.52