Skip to content

Commit

Permalink
changed a function name
Browse files Browse the repository at this point in the history
  • Loading branch information
patil-kshitij committed Jan 13, 2022
1 parent 0edacc4 commit a2de50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detectors/gcp/cloud-function.go
Expand Up @@ -35,8 +35,8 @@ const (
gcpFunctionNameKey = "K_SERVICE"
)

//NewResourceDetector will return an implementation for gcp cloud function resource detector
func NewResourceDetector() resource.Detector {
//NewCloudFunction will return an implementation for gcp cloud function resource detector
func NewCloudFunction() resource.Detector {
return &CloudFunction{
client: &gcpClientImpl{},
}
Expand Down

0 comments on commit a2de50a

Please sign in to comment.