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

Interface Spinner

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

wrapper over the underlying spinner so we can mock it

Source from the content-addressed store, hash-verified

14
15// wrapper over the underlying spinner so we can mock it
16type Spinner interface {
17 Start()
18 Stop()
19}
20
21type factory struct {
22 client apiclient.ClientFactory

Callers 5

GetSystemClientMethod · 0.65
RoundTripMethod · 0.65
runExecutableRawOutputFunction · 0.65
GetSystemClientMethod · 0.65
RoundTripMethod · 0.65

Implementers 2

noSpinnerpkg/factory/factory.go
FakeSpinnertest/testutil/fakefactory.go

Calls

no outgoing calls

Tested by

no test coverage detected