Skip to content

Commit 68dce2f

Browse files
committed
remove "modern" comment now that it is the only one
1 parent 09b4f7c commit 68dce2f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pkg/wshrpc/wshrpctypes_file.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3130
type 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)

0 commit comments

Comments
 (0)