Index: impl/memory/info.go |
diff --git a/impl/memory/info.go b/impl/memory/info.go |
index ea15b88553ed261044aff68e5f49c5e62efe708e..7654694fc58d36d2a4542dae6ec674515fd5236e 100644 |
--- a/impl/memory/info.go |
+++ b/impl/memory/info.go |
@@ -64,3 +64,7 @@ func (gi *giImpl) Namespace(ns string) (ret context.Context, err error) { |
func (gi *giImpl) AppID() string { |
return globalAppID |
} |
+ |
+func (gi *giImpl) FullyQualifiedAppID() string { |
+ return globalAppID |
+} |