OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
18
app/Domain/Connector/Services/ProviderIntegration.php
Normal file
18
app/Domain/Connector/Services/ProviderIntegration.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Leantime\Domain\Connector\Services;
|
||||
|
||||
use Leantime\Domain\Connector\Models\Entity;
|
||||
|
||||
interface ProviderIntegration
|
||||
{
|
||||
public function connect(): mixed;
|
||||
|
||||
public function sync(Entity $entity): mixed;
|
||||
|
||||
public function getFields(): mixed;
|
||||
|
||||
public function getEntities(): mixed;
|
||||
|
||||
public function getValues(Entity $entity): mixed;
|
||||
}
|
||||
Reference in New Issue
Block a user