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

Struct factory

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

Source from the content-addressed store, hash-verified

19}
20
21type factory struct {
22 client apiclient.ClientFactory
23 asker question.AskProvider
24 spinner Spinner
25 buildVersion string
26 config config.IConfigProvider
27 serviceMessageProvider servicemessages.Provider
28}
29
30type Factory interface {
31 GetSystemClient(requester apiclient.Requester) (*client.Client, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected