mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
@ -4,6 +4,12 @@
|
||||
|
||||
interface SourceControlProvider
|
||||
{
|
||||
public function createRules(array $input): array;
|
||||
|
||||
public function createData(array $input): array;
|
||||
|
||||
public function data(): array;
|
||||
|
||||
public function connect(): bool;
|
||||
|
||||
public function getRepo(?string $repo = null): mixed;
|
||||
|
Reference in New Issue
Block a user