chore: update linter.
This commit is contained in:
parent
d698eba1e7
commit
a20e90aa17
91 changed files with 646 additions and 459 deletions
|
@ -40,6 +40,6 @@ func GetQualifiedName(ctx context.Context, elementName string) string {
|
|||
}
|
||||
|
||||
// MakeQualifiedName Creates a qualified name for an element.
|
||||
func MakeQualifiedName(providerName string, elementName string) string {
|
||||
func MakeQualifiedName(providerName, elementName string) string {
|
||||
return elementName + "@" + providerName
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue