Commit Graph
3 Commits
Author SHA1 Message Date
Giuseppe Guerra f8c5318021 Renamed angularinspector.ProvideInspector to angularinspector.ProvideService 2023-06-19 17:36:48 +02:00
Giuseppe Guerra 7cc5999ceb Renamed detector.go -> angulardetector.go and inspector.go -> angularinspector.go
Forgot to rename those two files to match the package's names
2023-06-19 17:35:19 +02:00
Giuseppe Guerra e15793a89b Chore: Split angualrdetector into angularinspector and angulardetector packages
Moved files around, changed references and fixed tests:
- Split the old angulardetector package into angular/angulardetector and angular/angularinspector
- angulardetector provides the detection structs/interfaces (Detector, DetectorsProvider...)
- angularinspector provides the actual angular detection service used directly in pluginsintegration
- Exported most of the stuff that was private and now put into angulardetector, as it is not required by angularinspector
2023-06-19 17:33:54 +02:00