Searched refs:nopCloser (Results 1 – 4 of 4) sorted by relevance
86 type nopCloser struct{ io.Writer } struct88 func (nopCloser) Close() error { return nil } argument105 t.w = nopCloser{&t.buf}
109 Store: func(w io.Writer) (io.WriteCloser, error) { return &nopCloser{w}, nil },
429 type nopCloser struct { struct433 func (w nopCloser) Close() error { argument
52 type nopCloser struct { struct56 func (nopCloser) Close() error { argument533 currentWriter = nopCloser{zw}