more callbacks
This commit is contained in:
@@ -1,23 +1,20 @@
|
||||
namespace Core.Callbacks;
|
||||
using Core.DI;
|
||||
|
||||
public class ModCallbacks
|
||||
namespace Core.Callbacks;
|
||||
|
||||
public class ModCallbacks : OnLoad
|
||||
{
|
||||
public void Load()
|
||||
public ModCallbacks()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public async Task OnLoad()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void SendBundle(string sessionID, object req, object resp, object body)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public string GetBundles(string url, object info, string sessionID)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public string GetBundle(string url, object info, string sessionID)
|
||||
public string GetRoute()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user