Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
type
Prompts
interface
{
45
ReadLine(prompt string) (string, error)
46
ReadPassword(prompt string) (string, error)
47
}
48
49
type
setupValues
struct
{
50
Proxy string
Callers
5
sha.go
File · 0.65
url.go
File · 0.65
handleCli
Function · 0.65
collectValues
Function · 0.65
collectValues
Function · 0.65
Implementers
2
terminalPrompts
cli/setup/setup.go
fakePrompts
cli/setup/setup_test.go
Calls
no outgoing calls
Tested by
no test coverage detected