Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
var
NoSpinner Spinner = &noSpinner{}
116
117
type
noSpinner
struct
{}
118
119
func
(f *noSpinner) Start() {}
120
func
(f *noSpinner) Stop() {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected