mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-06 08:22:34 +00:00
Merge (#127)
This commit is contained in:
10
app/SSH/Storage/Storage.php
Normal file
10
app/SSH/Storage/Storage.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\SSH\Storage;
|
||||
|
||||
interface Storage
|
||||
{
|
||||
public function upload(string $src, string $dest): array;
|
||||
|
||||
public function download(string $src, string $dest): void;
|
||||
}
|
Reference in New Issue
Block a user