MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / noSpinner

Struct noSpinner

pkg/factory/factory.go:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115var NoSpinner Spinner = &noSpinner{}
116
117type noSpinner struct{}
118
119func (f *noSpinner) Start() {}
120func (f *noSpinner) Stop() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected