WIP new WebAdmin: status page

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-01-25 19:26:51 +01:00
parent eec9c449d4
commit 9fcff83f8f
9 changed files with 260 additions and 155 deletions

View File

@@ -189,7 +189,7 @@ type PipeWriter interface {
GetWrittenBytes() int64
}
// PipeReader defines an interface representing a SFTPGo pipe writer
// PipeReader defines an interface representing a SFTPGo pipe reader
type PipeReader interface {
io.Reader
io.ReaderAt