Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick0308 committed Apr 18, 2021
1 parent cc72394 commit a1241e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/metadata_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func NewServiceInfoWithUrl(url *URL) *ServiceInfo {
return service
}

func NewServiceInfo(name string, group string, version string, protocol string, path string, params map[string]string) *ServiceInfo {
func NewServiceInfo(name, group, version, protocol, path string, params map[string]string) *ServiceInfo {
serviceKey := ServiceKey(name, group, version)
matchKey := MatchKey(serviceKey, protocol)
return &ServiceInfo{
Expand Down

0 comments on commit a1241e4

Please sign in to comment.