Coder Social home page Coder Social logo

Comments (7)

cheggaaa avatar cheggaaa commented on July 17, 2024

Can you give an example of?
ProgressBar has proxy reader.
For example:
var myReader io.Reader
myReaderWithProgress := bar.NewProxyReader(myReader)

from pb.

joshlf avatar joshlf commented on July 17, 2024

Oh, I see. I thought the user was responsible for putting the ProgressBar in the Reader. If the user isn't supposed to touch the Reader type, you might want to make it unexported. You could still return it as an io.Reader interface type from NewProxyReader().

from pb.

joshlf avatar joshlf commented on July 17, 2024

Wait, nevermind; they need to be able to access package-specific options. Still, it might be a good idea to have NewProxyreader return a ProgressBar with a Read method instead of a Reader with a member variable ProgressBar.

from pb.

cheggaaa avatar cheggaaa commented on July 17, 2024

Yes, but ProgessBar has a required parmeters, like Count.
It's may looks like this:
pb.NewReaderBar(myReader, count)
// set options (if you need)
pb.Start()
// and your stuff here

from pb.

joshlf avatar joshlf commented on July 17, 2024

Yeah, that's the sort of thing I was thinking.

from pb.

jszwedko avatar jszwedko commented on July 17, 2024

Yeah, that seems reasonable, for new I just use io.TeeReader.

from pb.

Lupus avatar Lupus commented on July 17, 2024

I found NewProxyReader by chance via looking into this issue. It's worth mentioning it in readme along with MultiWriter approach for io operations.

BTW greate library! keep up the good job!

from pb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.