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

Struct askWrapper

pkg/question/ask.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type askWrapper struct {
21 asker Asker
22}
23
24func NewAskProvider(asker Asker) AskProvider {
25 return &askWrapper{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected