MCPcopy Create free account
hub / github.com/52funny/pikpakcli / Prompts

Interface Prompts

cli/setup/setup.go:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type Prompts interface {
45 ReadLine(prompt string) (string, error)
46 ReadPassword(prompt string) (string, error)
47}
48
49type setupValues struct {
50 Proxy string

Callers 5

sha.goFile · 0.65
url.goFile · 0.65
handleCliFunction · 0.65
collectValuesFunction · 0.65
collectValuesFunction · 0.65

Implementers 2

terminalPromptscli/setup/setup.go
fakePromptscli/setup/setup_test.go

Calls

no outgoing calls

Tested by

no test coverage detected