package orm type User struct { Username string Password string }