public static string BuildMetaDataContextPathParent()

in client/Apache.ShenYu.Client/Utils/RegisterPathConstants.cs [59:62]


        public static string BuildMetaDataContextPathParent(string rpcType)
        {
            return String.Join(SEPARATOR, ROOT_PATH, "metadata", rpcType);
        }