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