Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ ProgressBar
Struct
ProgressBar
util/progressbar/progress_bar.go:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
ProgressBar
struct
{
12
ready
chan
bool
13
bar *pb.ProgressBar
14
}
15
16
func
NewProgressBar() *ProgressBar {
17
return
&ProgressBar{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected