Home
last modified time | relevance | path

Searched refs:WriterStatos (Results 1 – 2 of 2) sorted by relevance

/dports/net/drive/drive-0.4.0/vendor/github.com/odeke-em/statos/
H A Dwriter.go10 var _ io.Writer = &WriterStatos{}
12 type WriterStatos struct { struct
21 func (w *WriterStatos) closeCommChan() bool { argument
36 func NewWriter(w io.Writer) *WriterStatos {
37 return &WriterStatos{
44 func (w *WriterStatos) Write(p []byte) (n int, err error) { argument
58 func (ws *WriterStatos) wasCommClosed() bool { argument
65 func (w *WriterStatos) ProgressChan() chan int { argument
H A Dwrite_closer.go12 *WriterStatos anonMember