Skip to content
Snippets Groups Projects
Unverified Commit a06fbdb8 authored by Xin.Zh's avatar Xin.Zh Committed by GitHub
Browse files

Merge pull request #576 from watermelo/fix_file_name_in_metadata

Mod: modify file name metedata to metadata
parents 7d4f1ed2 fd21a4c6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment