We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef664a8 commit f925d4bCopy full SHA for f925d4b
data/collector.go
@@ -26,10 +26,6 @@ import (
26
// The cutoff at which if interval < cutoff, a sleep based capture func is used instead of a ticker.
27
var sleepCaptureCutoff = 2 * time.Millisecond
28
29
-// FromDMContextKey is used to check whether the context is from data management.
30
-// Deprecated: use a camera.Extra with camera.NewContext instead.
31
-type FromDMContextKey struct{}
32
-
33
// FromDMString is used to access the 'fromDataManagement' value from a request's Extra struct.
34
const FromDMString = "fromDataManagement"
35
0 commit comments