Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudquery/cloudquery
/ progressBar
Interface
progressBar
cli/cmd/progress.go:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"io"
4
5
type
progressBar
interface
{
6
io.Writer
7
Add(num int) error
8
Finish() error
9
}
10
11
type
noopProgressBar
struct
{
12
}
Callers
3
syncConnectionV2
Function · 0.85
syncConnectionV3
Function · 0.85
syncConnectionV1
Function · 0.85
Implementers
1
noopProgressBar
cli/cmd/progress.go
Calls
no outgoing calls
Tested by
no test coverage detected