Closed stephen-soltesz closed 2 years ago
@SaiedKazemi would you also take a look? In particular, regarding the handling of the Legacy*
structs.
Totals | |
---|---|
Change from base Build 7367: | 0.02% |
Covered Lines: | 3332 |
Relevant Lines: | 4959 |
If legacy structs are not used anymore and are also not to be used, can they be commented out?
This change removes all explicit dependencies on the annotation-service. Though go.mod still reports an indirect dependency (likely) through
uuid-annotator
.To eliminate this dependency for v1 datatypes, we replace references to
*api.GeolocationIP
and*api.ASData
with local struct definitions forLegacyGeolocationIP
andLegacyASData
.Part of:
This change is