We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edacc4 commit a2de50aCopy full SHA for a2de50a
detectors/gcp/cloud-function.go
@@ -35,8 +35,8 @@ const (
35
gcpFunctionNameKey = "K_SERVICE"
36
)
37
38
-//NewResourceDetector will return an implementation for gcp cloud function resource detector
39
-func NewResourceDetector() resource.Detector {
+//NewCloudFunction will return an implementation for gcp cloud function resource detector
+func NewCloudFunction() resource.Detector {
40
return &CloudFunction{
41
client: &gcpClientImpl{},
42
}
0 commit comments