File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,14 +24,11 @@ type WshRpcFileInterface interface {
2424 FileListCommand (ctx context.Context , data FileListData ) ([]* FileInfo , error )
2525 FileJoinCommand (ctx context.Context , paths []string ) (* FileInfo , error )
2626 FileListStreamCommand (ctx context.Context , data FileListData ) <- chan RespOrErrorUnion [CommandRemoteListEntriesRtnData ]
27- // modern streaming interface
2827 FileStreamCommand (ctx context.Context , data CommandFileStreamData ) (* FileInfo , error )
2928}
3029
3130type WshRpcRemoteFileInterface interface {
32- // modern streaming interface
3331 RemoteFileStreamCommand (ctx context.Context , data CommandRemoteFileStreamData ) (* FileInfo , error )
34-
3532 RemoteFileCopyCommand (ctx context.Context , data CommandFileCopyData ) (bool , error )
3633 RemoteListEntriesCommand (ctx context.Context , data CommandRemoteListEntriesData ) chan RespOrErrorUnion [CommandRemoteListEntriesRtnData ]
3734 RemoteFileInfoCommand (ctx context.Context , path string ) (* FileInfo , error )
You can’t perform that action at this time.
0 commit comments