MCPcopy
hub / github.com/Azure/aztfexport / Messager

Interface Messager

internal/ui.go:9–12  ·  view source on GitHub ↗

Abstract the Messager struct in the github.com/magodo/spinner

Source from the content-addressed store, hash-verified

7
8// Abstract the Messager struct in the github.com/magodo/spinner
9type Messager interface {
10 SetStatus(msg string)
11 SetDetail(msg string)
12}
13
14type stdoutMessager struct {
15 *log.Logger

Callers 1

BatchImportFunction · 0.65

Implementers 1

stdoutMessagerinternal/ui.go

Calls

no outgoing calls

Tested by

no test coverage detected