Documentation ¶ Index ¶ Variables func CopyTOTP(name, password string) error func GenerateTOTP(name, password string) error func ListTOTP(password string) error Constants ¶ This section is empty. Variables ¶ View Source var CodeCmd = &cobra.Command{ Use: "code", Short: "Gere, copie e liste códigos TOTP", Long: "Gere, copie e liste códigos TOTP para autenticação em dois fatores (2FA).", Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, } Functions ¶ func CopyTOTP ¶ added in v0.3.0 func CopyTOTP(name, password string) error func GenerateTOTP ¶ added in v0.3.0 func GenerateTOTP(name, password string) error func ListTOTP ¶ added in v0.3.0 func ListTOTP(password string) error Types ¶ This section is empty. Source Files ¶ View all Source files code.gocopy.gogenerate.golist.go Click to show internal directories. Click to hide internal directories.