MCPcopy
hub / github.com/deepflowio/deepflow / OrgHanderInterface

Interface OrgHanderInterface

server/common/module_shared.go:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86type OrgHanderInterface interface {
87 DropOrg(orgId uint16) error
88 UpdateNativeTag(nativetag.NativeTagOP, uint16, *nativetag.NativeTag) error
89}
90
91var ingesterOrgHanders []OrgHanderInterface
92

Callers 6

DeleteORGDataNonRealTimeFunction · 0.65
DropOrgFunction · 0.65
DropOrgMethod · 0.65
dropOrgCachesMethod · 0.65
PushNativeTagsFunction · 0.65
UpdateNativeTagFunction · 0.65

Implementers 2

CKWriterManagerserver/ingester/pkg/ckwriter/ckwriter.
OrgHandlerserver/ingester/ingester/org_handler.g

Calls

no outgoing calls

Tested by

no test coverage detected