This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/develop by this push:
new fd21a4c Mod: modify file name metedata to metadata
new a06fbdb Merge pull request #576 from
watermelo/fix_file_name_in_metadata
fd21a4c is described below
commit fd21a4c6b071ee7273b5d8138df333972426c468
Author: watermelo <[email protected]>
AuthorDate: Mon Jun 1 11:50:26 2020 +0800
Mod: modify file name metedata to metadata
---
config/instance/{metedata_report.go => metadata_report.go} | 0
metadata/report.go | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/instance/metedata_report.go
b/config/instance/metadata_report.go
similarity index 100%
rename from config/instance/metedata_report.go
rename to config/instance/metadata_report.go
diff --git a/metadata/report.go b/metadata/report.go
index 3fcc712..f2380f5 100644
--- a/metadata/report.go
+++ b/metadata/report.go
@@ -25,7 +25,7 @@ import (
type MetadataReport interface {
StoreProviderMetadata(*identifier.MetadataIdentifier,
*definition.ServiceDefinition)
- StoreConsumeretadata(*identifier.MetadataIdentifier, map[string]string)
+ StoreConsumerMetadata(*identifier.MetadataIdentifier, map[string]string)
SaveServiceMetadata(*identifier.ServiceMetadataIdentifier, *common.URL)
RemoveServiceMetadata(*identifier.ServiceMetadataIdentifier)
GetExportedURLs(*identifier.ServiceMetadataIdentifier) []string