Versions in this module Expand all Collapse all v0 v0.6.2 Apr 9, 2019 Changes in this version + func DoAuthorizedReq(ctx infra.DnoteCtx, hc http.Client, method, path, body string) (*http.Response, error) + func DoReq(ctx infra.DnoteCtx, method, path, body string) (*http.Response, error) + func PromptInput(message string, dest *string) error + func PromptPassword(message string, dest *string) error v0.4.8 Oct 14, 2018 Changes in this version + func AskConfirmation(question string, optimistic bool) (bool, error) + func CopyDir(src, dest string) error + func CopyFile(src, dest string) error + func FileExists(filepath string) bool + func GenerateUUID() string