package types type User struct { Id string Username string Password string FirstName string LastName string }