Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/52funny/pikpakcli
/ ReadPassword
Method
ReadPassword
cli/setup/setup.go:46–46 ·
view source on GitHub ↗
(prompt string)
Source
from the content-addressed store, hash-verified
44
type
Prompts
interface
{
45
ReadLine(prompt string) (string, error)
46
ReadPassword(prompt string) (string, error)
47
}
48
49
type
setupValues
struct
{
Callers
1
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