HiveMind PoC + P1, P3 fixes
This commit is contained in:
committed by
Kirill
parent
1744425d5f
commit
9f6c1f5135
+9
@@ -0,0 +1,9 @@
|
||||
using DevOpsProject.Shared.Models;
|
||||
|
||||
namespace DevOpsProject.HiveMind.Logic.Services.Interfaces
|
||||
{
|
||||
public interface IHiveMindMovingService
|
||||
{
|
||||
void MoveToLocation(Location destination);
|
||||
}
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
using DevOpsProject.Shared.Models;
|
||||
|
||||
namespace DevOpsProject.HiveMind.Logic.Services.Interfaces
|
||||
{
|
||||
public interface IHiveMindService
|
||||
{
|
||||
Task ConnectHive();
|
||||
void StopAllTelemetry();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user