package view type LoginFormViewModel struct { Email string Password string Errors map[string]string }