Exemplo n.º 1
0
func CmdLogout(il ILogout, ia auth.IAuth) error {
	ia.Signout()
	logrus.Println("You have been logged out")
	return il.Clear()
}