MCPcopy
hub / github.com/kenn-io/msgvault / ImportCLIProgress

Struct ImportCLIProgress

cmd/msgvault/cmd/import.go:177–181  ·  view source on GitHub ↗

ImportCLIProgress implements whatsapp.ImportProgress for terminal output.

Source from the content-addressed store, hash-verified

175
176// ImportCLIProgress implements whatsapp.ImportProgress for terminal output.
177type ImportCLIProgress struct {
178 startTime time.Time
179 lastPrint time.Time
180 currentChat string
181}
182
183func (p *ImportCLIProgress) OnStart() {
184 p.startTime = time.Now()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected