MCPcopy Index your code
hub / github.com/deepflowio/deepflow / UpdateNativeTag

Method UpdateNativeTag

server/common/module_shared.go:88–88  ·  view source on GitHub ↗
(nativetag.NativeTagOP, uint16, *nativetag.NativeTag)

Source from the content-addressed store, hash-verified

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

Callers 2

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