mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Add OpenSim & Simple inventory storage plugins and Null metrics plugin.
This commit is contained in:
@@ -83,7 +83,7 @@ namespace OpenSim.Grid.AssetInventoryServer
|
||||
int ForEach(Action<Metadata> action, int start, int count);
|
||||
}
|
||||
|
||||
public interface IInventoryProvider
|
||||
public interface IInventoryStorageProvider : IAssetInventoryServerPlugin
|
||||
{
|
||||
BackendResponse TryFetchItem(Uri owner, UUID itemID, out InventoryItem item);
|
||||
BackendResponse TryFetchFolder(Uri owner, UUID folderID, out InventoryFolder folder);
|
||||
|
||||
Reference in New Issue
Block a user