MCPcopy 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

3import "io"
4
5type progressBar interface {
6 io.Writer
7 Add(num int) error
8 Finish() error
9}
10
11type noopProgressBar struct {
12}

Callers 3

syncConnectionV2Function · 0.85
syncConnectionV3Function · 0.85
syncConnectionV1Function · 0.85

Implementers 1

noopProgressBarcli/cmd/progress.go

Calls

no outgoing calls

Tested by

no test coverage detected