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