-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a119c1c
commit 2dbcd5e
Showing
3 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package camera | ||
|
||
// export_collectors_test.go adds functionality to the package that we only want to use and expose during testing. | ||
|
||
// Exported variables for testing collectors, see unexported collectors for implementation details. | ||
var ( | ||
NewNextPointCloudCollector = newNextPointCloudCollector | ||
NewReadImageCollector = newReadImageCollector | ||
NewGetImagesCollector = newGetImagesCollector | ||
) |