package ui type AddUserData struct { User string First string Last string Role string Msg string }