MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / progressBarReader

Struct progressBarReader

commands/file_uploader.go:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type progressBarReader struct {
34 pb *pb.ProgressBar
35 written atomic.Int64
36 file io.ReadSeeker
37 fileName string
38}
39
40func (r *progressBarReader) Name() string {
41 return r.fileName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected