Documentation
¶
Index ¶
- Variables
- func PactusConfigPath(home string) string
- func PactusDefaultWalletPath(home string) string
- func PactusGenesisPath(home string) string
- func PactusHomeDir() string
- func PrintDangerMsg(format string, a ...interface{})
- func PrintErrorMsg(format string, a ...interface{})
- func PrintInfoMsg(format string, a ...interface{})
- func PrintJSONData(data []byte)
- func PrintJSONObject(obj interface{})
- func PrintLine()
- func PrintSuccessMsg(format string, a ...interface{})
- func PrintWarnMsg(format string, a ...interface{})
- func PromptConfirm(label string) bool
- func PromptInput(label string) string
- func PromptInputWithSuggestion(label, suggestion string) string
- func PromptPassword(label string, confirmation bool) string
- func TrapSignal(cleanupFunc func())
Constants ¶
This section is empty.
Variables ¶
View Source
var Pactus = ``
Functions ¶
func PactusConfigPath ¶
func PactusDefaultWalletPath ¶
func PactusGenesisPath ¶
func PactusHomeDir ¶
func PactusHomeDir() string
func PrintDangerMsg ¶
func PrintDangerMsg(format string, a ...interface{})
func PrintErrorMsg ¶
func PrintErrorMsg(format string, a ...interface{})
func PrintInfoMsg ¶
func PrintInfoMsg(format string, a ...interface{})
func PrintJSONData ¶
func PrintJSONData(data []byte)
func PrintJSONObject ¶
func PrintJSONObject(obj interface{})
func PrintSuccessMsg ¶
func PrintSuccessMsg(format string, a ...interface{})
func PrintWarnMsg ¶
func PrintWarnMsg(format string, a ...interface{})
func PromptConfirm ¶
PromptConfirm prompts user to confirm the operation.
func PromptInputWithSuggestion ¶
Promptlabel prompts for an input string with a suggestion.
func PromptPassword ¶
PromptPassword prompts the user for a password. Set confirmation to true to require the user to confirm the password.
func TrapSignal ¶
func TrapSignal(cleanupFunc func())
TrapSignal traps SIGINT and SIGTERM and terminates the server correctly.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.