Versions in this module Expand all Collapse all v0 v0.1.13 Aug 21, 2020 Changes in this version + type UI interface + Confirm func(message string, defaultValue bool) (bool, error) + Input func(message string, defaultValue string) (string, error) + Password func(message string) (string, error) + Select func(message string, options []string) (int, error) + type User struct + func (u User) Confirm(message string, defaultValue bool) (bool, error) + func (u User) Input(message string, defaultValue string) (string, error) + func (u User) Password(message string) (string, error) + func (u User) Select(message string, options []string) (int, error)