MCPcopy
hub / github.com/TarsCloud/TarsGo / ReportMethod

Interface ReportMethod

tars/propertyf.go:49–54  ·  view source on GitHub ↗

ReportMethod is the interface for all kinds of report methods.

Source from the content-addressed store, hash-verified

47
48// ReportMethod is the interface for all kinds of report methods.
49type ReportMethod interface {
50 Enum() ReportPolicy
51 Set(int)
52 Get() string
53 clear()
54}
55
56// Sum report methods.
57type Sum struct {

Callers 13

ReportToServerMethod · 0.65
CreatePropertyReportFunction · 0.65
ZipkinClientFilterFunction · 0.65
ZipkinServerFilterFunction · 0.65
ZipkinHttpMiddlewareFunction · 0.65
initConfigMethod · 0.65
ServeHTTPMethod · 0.65
ReportMethod · 0.65
ReportSumFunction · 0.65
ReportAvgFunction · 0.65
getClientIpMethod · 0.65
ReportToServerMethod · 0.65

Implementers 6

Sumtars/propertyf.go
Avgtars/propertyf.go
Maxtars/propertyf.go
Mintars/propertyf.go
Distrtars/propertyf.go
Counttars/propertyf.go

Calls

no outgoing calls

Tested by

no test coverage detected